cantera/interfaces/matlab/toolbox/Methane.m

11 lines
429 B
Matlab

function m = Methane()
% METHANE - Return an object representing methane.
%
% The object returned by this method implements an accurate equation of
% state for methane that can be used in the liquid, vapor, saturated
% liquid/vapor, and supercritical regions of the phase diagram. The
% equation of state is taken from W. C. Reynolds, "Thermodynamic
% Properties in SI."
%
m = Solution('liquidvapor.cti', 'methane');