Cantera  3.2.0a4
Loading...
Searching...
No Matches
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#pragma message("warning: thermo.h is deprecated and will be removed after " \
13 "Cantera 3.2. Use core.h and/or thermo/ThermoFactory.h instead.")
14
15#include "thermo/ThermoPhase.h"
16#include "thermo/Species.h"
20
21#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,...