In some models, SpeciesThermoInterpType objects on individual species are not used. Instead of requiring the specification of placeholder thermo data, this allows the base SpeciesThermoInterpType class to be used, which will throw an exception if it is inadvertently used.
26 lines
627 B
XML
26 lines
627 B
XML
<?xml version="1.0"?>
|
|
<ctml>
|
|
<validate reactions="yes" species="yes"/>
|
|
|
|
<phase dim="3" id="LiFixed">
|
|
<elementArray datasrc="elements.xml">
|
|
Li
|
|
</elementArray>
|
|
<speciesArray datasrc="#species_Li(Fixed)">
|
|
LiFixed
|
|
</speciesArray>
|
|
<thermo model="FixedChemPot">
|
|
<chemicalPotential units="J/kmol"> -2.3E7 </chemicalPotential>
|
|
</thermo>
|
|
<transport model="None"/>
|
|
<kinetics model="none"/>
|
|
</phase>
|
|
|
|
<!-- species definitions -->
|
|
<speciesData id="species_Li(Fixed)">
|
|
|
|
<species name="LiFixed">
|
|
<atomArray> Li:1 </atomArray>
|
|
</species>
|
|
</speciesData>
|
|
</ctml>
|