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