cantera/test_problems/statmech/test_stat_Fe.xml
2012-07-17 21:22:21 +00:00

44 lines
1 KiB
XML

<?xml version="1.0"?>
<ctml>
<validate reactions="yes" species="yes"/>
<!-- phase H -->
<phase dim="3" id="H">
<elementArray datasrc="elements.xml">
O H C N Na Cl Fe
</elementArray>
<speciesArray datasrc="#species_test"> H Fe</speciesArray>
<thermo model="IdealGas">
<density units="g/cm3">2.165</density>
</thermo>
<transport model="None"/>
<kinetics model="none"/>
</phase>
<!-- species definitions -->
<speciesData id="species_test">
<!-- species H -->
<species name="H">
<atomArray> H:1 </atomArray>
<thermo>
<StatMech P0="100000.0" Tmax="2000.0" Tmin="1.0">
</StatMech>
</thermo>
<density units="g/cm3">2.165</density>
</species>
<!-- species Fe -->
<species name="Fe">
<atomArray> Fe:1 </atomArray>
<thermo>
<StatMech P0="100000.0" Tmax="2000.0" Tmin="1.0">
</StatMech>
</thermo>
<density units="g/cm3">2.165</density>
</species>
</speciesData>
</ctml>