cantera/interfaces/matlab/toolbox/1D/@Domain1D/nComponents.m

4 lines
101 B
Matlab

function n = nComponents(d)
% NCOMPONENTS - number of components
%
n = domain_methods(d.dom_id, 11);