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

4 lines
97 B
Matlab

function nm = name(tp)
% NAME - user-specified phase name.
nm = phase_get(thermo_hndl(tp), 42);