mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
27 lines
714 B
XML
27 lines
714 B
XML
<?xml version="1.0"?>
|
|
<ctml>
|
|
|
|
|
|
<!-- GRI-Mech 3.0 using the GasKinetics kinetics manager.-->
|
|
<gas id="gri30">
|
|
<phase idRef="gri30_phase" src="gri30.xml"/>
|
|
<kinetics idRef="gri30_kinetics" src="gri30.xml"/>
|
|
</gas>
|
|
|
|
|
|
<!-- GRI-Mech 3.0 using the hard-wired kinetics manager.-->
|
|
<gas id="gri30_hw">
|
|
<phase idRef="gri30_phase" src="gri30.xml"/>
|
|
<kinetics idRef="gri30_kinetics" type="GRI30" src="gri30.xml"/>
|
|
</gas>
|
|
|
|
|
|
<!-- An edited version of GRI-Mech 3.0 that includes only -->
|
|
<!-- species and reactions in the O/N/AR system. -->
|
|
<gas id="air" src="air.xml">
|
|
<phase idRef="air_phase" src="air.xml"/>
|
|
<kinetics idRef="air_kinetics" src="air.xml"/>
|
|
</gas>
|
|
|
|
|
|
</ctml> |