5 lines
107 B
Matlab
5 lines
107 B
Matlab
function v = enthalpy_mass(tp)
|
|
% ENTHALPY_MASS - Specific enthalpy [J/kg].
|
|
%
|
|
|
|
v = thermo_get(tp.tp_id, 9);
|