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

9 lines
No EOL
247 B
Matlab

function wtm = meanMolecularWeight(p)
% MEANMOLECULARWEIGHT - Mean molecular weight.
%
% This method is a synonym for method meanMolarMass and is
% provided for backward compatibility.
%
% See also; meanMolarMass
%
wtm = meanMolarMass(p);