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

5 lines
103 B
Matlab

function n = nSpecies(tp)
% NSPECIES - Number of species in the phase.
%
n = phase_get(tp.tp_id, 11);