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

4 lines
103 B
Matlab

function v = enthalpy_mass(a)
% ENTHALPY_MASS - Specific enthalpy [J/kg].
%
v = thermo_get(a.tp_id,9);