cantera/interfaces/matlab/toolbox/@Kinetics/nReactions.m

4 lines
94 B
Matlab

function n = nReactions(a)
% NREACTIONS - Number of reactions.
%
n = kinetics_get(a.id,1,0);