8 lines
233 B
Matlab
Executable file
8 lines
233 B
Matlab
Executable file
function gas = air
|
|
% AIR - create an object representing air.
|
|
%
|
|
% Air is modeled as an ideal gas mixture, and several reactions
|
|
% are defined. The specification is taked from file air.xml.
|
|
%
|
|
|
|
gas = Solution('air.cti', 'air');
|