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

3 lines
109 B
Matlab

function v = cp_mass(a)
% CP_MASS - Specific heat at constant pressure [J/kg-K].
v = thermo_get(a.tp_id,13);