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

3 lines
60 B
Matlab

function v = entropy_mole(tp)
v = thermo_get(tp.tp_id, 4);