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

3 lines
100 B
Matlab

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