Cantera
2.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
include
cantera
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
16
#include "
thermo/GibbsExcessVPSSTP.h
"
17
#include "
thermo/MargulesVPSSTP.h
"
18
19
#include "
electrolyteThermo.h
"
20
21
#include "
thermo/LatticePhase.h
"
22
#include "
thermo/LatticeSolidPhase.h
"
23
24
#endif
Generated by
1.8.2