cantera/interfaces/matlab/toolbox/@ThermoPhase/cv_mass.m

3 lines
107 B
Matlab

function v = cv_mass(a)
% CV_MASS - Specific heat at constant volume [J/kg-K].
v = thermo_get(a.tp_id,14);