Skip to content

Commit

Permalink
Add transport data for air9sp_CO2 mixture
Browse files Browse the repository at this point in the history
Was missing the transport data for the last 4 species so add it.
The data was pulled from Cantera's GRI3 XML file.
  • Loading branch information
pbauman committed Jul 25, 2018
1 parent f3f6de2 commit 8c6263f
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions test/input_files/air.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,14 @@
</floatArray>
</NASA9>
</thermo>
<transport model="gas_transport">
<string title="geometry">atom</string>
<LJ_welldepth units="K">71.400</LJ_welldepth>
<LJ_diameter units="A">3.300</LJ_diameter>
<dipoleMoment units="Debye">0.000</dipoleMoment>
<polarizability units="A3">0.000</polarizability>
<rotRelax>0.000</rotRelax>
</transport>
</species>

<!-- species C+ -->
Expand Down Expand Up @@ -1462,6 +1470,14 @@
</floatArray>
</NASA9>
</thermo>
<transport model="gas_transport">
<string title="geometry">linear</string>
<LJ_welldepth units="K">75.000</LJ_welldepth>
<LJ_diameter units="A">3.860</LJ_diameter>
<dipoleMoment units="Debye">0.000</dipoleMoment>
<polarizability units="A3">0.000</polarizability>
<rotRelax>1.000</rotRelax>
</transport>
</species>

<!-- species CN+ -->
Expand Down Expand Up @@ -1526,6 +1542,14 @@
</floatArray>
</NASA9>
</thermo>
<transport model="gas_transport">
<string title="geometry">linear</string>
<LJ_welldepth units="K">98.100</LJ_welldepth>
<LJ_diameter units="A">3.650</LJ_diameter>
<dipoleMoment units="Debye">0.000</dipoleMoment>
<polarizability units="A3">1.950</polarizability>
<rotRelax>1.800</rotRelax>
</transport>
</species>

<!-- species CO+ -->
Expand Down Expand Up @@ -1590,6 +1614,14 @@
</floatArray>
</NASA9>
</thermo>
<transport model="gas_transport">
<string title="geometry">linear</string>
<LJ_welldepth units="K">244.000</LJ_welldepth>
<LJ_diameter units="A">3.760</LJ_diameter>
<dipoleMoment units="Debye">0.000</dipoleMoment>
<polarizability units="A3">2.650</polarizability>
<rotRelax>2.100</rotRelax>
</transport>
</species>

<!-- species F -->
Expand Down

0 comments on commit 8c6263f

Please sign in to comment.