Worked on doxygen documentation Changed the XML definition Worked on making it fall in line with other ThermoPhase objects.
54 lines
1.7 KiB
XML
54 lines
1.7 KiB
XML
<?xml version="1.0"?>
|
|
<ctml>
|
|
<validate reactions="yes" species="yes"/>
|
|
|
|
<!-- phase water -->
|
|
<phase dim="3" id="water">
|
|
<elementArray datasrc="elements.xml">O H </elementArray>
|
|
<speciesArray datasrc="#species_data">H2O</speciesArray>
|
|
<state>
|
|
<temperature units="K">300.0</temperature>
|
|
<pressure units="Pa">101325.0</pressure>
|
|
</state>
|
|
<thermo model="PureLiquidWater"/>
|
|
<kinetics model="none"/>
|
|
</phase>
|
|
|
|
|
|
|
|
<!-- species definitions -->
|
|
<speciesData id="species_data">
|
|
|
|
<!-- species H2O -->
|
|
<species name="H2O">
|
|
<atomArray>H:2 O:1 </atomArray>
|
|
<thermo>
|
|
<NASA Tmax="1000.0" Tmin="273.16000000000003" P0="100000.0">
|
|
<floatArray name="coeffs" size="7">
|
|
4.198640560E+00, -2.036434100E-03, 6.520402110E-06, -5.487970620E-09,
|
|
1.771978170E-12, -3.029372670E+04, -8.490322080E-01</floatArray>
|
|
</NASA>
|
|
<NASA Tmax="1600.0" Tmin="1000.0" P0="100000.0">
|
|
<floatArray name="coeffs" size="7">
|
|
3.033992490E+00, 2.176918040E-03, -1.640725180E-07, -9.704198700E-11,
|
|
1.682009920E-14, -3.000429710E+04, 4.966770100E+00</floatArray>
|
|
</NASA>
|
|
</thermo>
|
|
</species>
|
|
|
|
|
|
<!-- species C2F4H2 -->
|
|
<species name="C2F4H2">
|
|
<atomArray>H:2 C:2 F:4 </atomArray>
|
|
<thermo>
|
|
<const_cp Tmax="5000.0" Tmin="100.0">
|
|
<t0 units="K">273.14999999999998</t0>
|
|
<h0 units="J/kmol">23083414.8686</h0>
|
|
<s0 units="J/kmol/K">167025.46599999999</s0>
|
|
<cp0 units="J/kmol/K">0.0</cp0>
|
|
</const_cp>
|
|
</thermo>
|
|
</species>
|
|
</speciesData>
|
|
<reactionData id="reaction_data"/>
|
|
</ctml>
|