Cantera  2.5.1
thermo.h
Go to the documentation of this file.
1 /**
2  * @file thermo.h
3  *
4  * Support for thermo property calculation from C++ application programs.
5  * This header file includes several headers needed to create and use objects
6  * which evaluate thermo properties.
7  */
8 
9 #ifndef CT_THERMO_INCL
10 #define CT_THERMO_INCL
11 
12 #include "thermo/ThermoPhase.h"
13 #include "thermo/Species.h"
14 #include "thermo/ThermoFactory.h"
17 
18 #endif
ThermoFactory.h
SpeciesThermoFactory.h
Species.h
SpeciesThermoInterpType.h
ThermoPhase.h