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

4 lines
102 B
Matlab

function n = nElements(a)
% NELEMENTS - Number of elements in the phase.
%
n = phase_get(a.tp_id,10);