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

4 lines
99 B
Matlab

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