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

4 lines
115 B
Matlab

function v = intEnergy_mass(tp)
% INTENERGY_MASS - Specific internal energy [J/kg].
v = thermo_get(tp.tp_id, 10);