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). More...
#include "Phase.h"

Go to the source code of this file.
Classes | |
| class | ThermoPhase |
| Base class for a phase with thermodynamic properties. More... | |
Namespaces | |
| namespace | Cantera |
Namespace for the Cantera kernel. | |
Typedefs | |
| typedef ThermoPhase | thermophase_t |
| typedef for the ThermoPhase class | |
| typedef ThermoPhase | thermo_t |
| typedef for the ThermoPhase class | |
Functions | |
| std::string | report (const ThermoPhase &th, const bool show_thermo=true) |
| Format a summary of the mixture state for output. | |
Variables | |
CONSTANTS - Specification of the Molality conventention | |
| const int | cAC_CONVENTION_MOLAR = 0 |
| Standard state uses the molar convention. | |
| const int | cAC_CONVENTION_MOLALITY = 1 |
| Standard state uses the molality convention. | |
CONSTANTS - Specification of the SS conventention | |
| const int | cSS_CONVENTION_TEMPERATURE = 0 |
| Standard state uses the molar convention. | |
| const int | cSS_CONVENTION_VPSS = 1 |
| Standard state uses the molality convention. | |
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).
Definition in file ThermoPhase.h.
1.6.3