Cantera  3.1.0a1
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
Header for factory functions to build instances of classes that manage the standard-state thermodynam...
Pure Virtual Base class for individual species reference state thermodynamic managers and text for th...
Declaration for class Cantera::Species.
Headers for the factory class that can create known ThermoPhase objects (see Thermodynamic Properties...
Header file for class ThermoPhase, the base class for phases with thermodynamic properties,...