From charlesreid1

No edit summary
No edit summary
Line 26: Line 26:
units(length = "cm", time = "s", quantity = "mol", act_energy = "J/mol")
units(length = "cm", time = "s", quantity = "mol", act_energy = "J/mol")
</pre>
</pre>
=Phases=
Information about specifying phases in Cantera input file here: [[Cantera/CTI Files/Phases]]
=Species=
Information about specifying species in Cantera input files here: [[Cantera/CTI Files/Species]]
=Reactions=
Information about specifying reactions in Cantera input files here: [[Cantera/CTI Files/Reactions]]




[[Category:Cantera]]
[[Category:Cantera]]

Revision as of 22:25, 29 January 2014

CTI = CanTera Input file

CTI files use a custom markup language to specify information about the kinetics.

A CTI file must specify information about three things:

Division of CTI Files

The file can be divided into multiple parts:

  • Phase specification
  • Species
    • Gas species
    • Surface species
  • Reactions
    • Gas reactions
    • Surface reactions

Units Specification

The units are the first thing defined in the file:

units(length = "cm", time = "s", quantity = "mol", act_energy = "J/mol")

Phases

Information about specifying phases in Cantera input file here: Cantera/CTI Files/Phases

Species

Information about specifying species in Cantera input files here: Cantera/CTI Files/Species

Reactions

Information about specifying reactions in Cantera input files here: Cantera/CTI Files/Reactions