1function v = cv_mole(tp)
2% CV_MOLE  Get the molar-basis specific heat at constant volume.
3% v = cv_mole(tp)
4% :param tp:
5%     Instance of class :mat:func:`ThermoPhase` (or another
6%     object that derives from ThermoPhase)
7% :return:
8%     Molar basis specific heat of the mixture at
9%     constant volume. Units: J/kmol-K
10%
11
12v = thermo_get(tp.tp_id, 7);
13