Cantera  2.0
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 from the Cantera kernel needed
6  * to evaluate thermo properties.
7  */
8 
9 #ifndef CT_THERMO_INCL
10 #define CT_THERMO_INCL
11 
12 #include "thermo/ThermoFactory.h"
13 #include "thermo/SurfPhase.h"
14 #include "thermo/EdgePhase.h"
15 
17 #include "thermo/MargulesVPSSTP.h"
18 
19 #include "electrolyteThermo.h"
20 
21 #include "thermo/LatticePhase.h"
23 
24 #endif