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

3 lines
61 B
Matlab

function v = entropy_mass(tp)
v = thermo_get(tp.tp_id, 11);