cantera/interfaces/matlab/toolbox/air.m

12 lines
317 B
Matlab
Executable file

function gas = air
% AIR Create an object representing air.
% gas = air
% Air is modeled as an ideal gas mixture. The specification is taken
% from file air.cti. Several reactions among oxygen and nitrogen are
% defined.
%
% :return:
% Instance of class :mat:func:`Solution`
%
gas = Solution('air.cti', 'air');