Contains const definitions for types of calculation managers that are responsible for calculating the species standard state thermodynamic managers and reference-state thermodynamics managers (see class VPSSMgr). More...
Go to the source code of this file.
Classes | |
class | UnknownVPSSMgr |
Error for unknown thermo parameterization. More... | |
Namespaces | |
namespace | Cantera |
Namespace for the Cantera kernel. | |
Defines | |
#define | VPSSMGR_IDEALGAS 1 |
Variable pressures SS calculator for ideal gas phases. | |
#define | VPSSMGR_CONSTVOL 2 |
Variable pressure SS calculate for phases consisting all species having a constant molar volume property. | |
#define | VPSSMGR_WATER_CONSTVOL 11 |
Variable pressure SS calculate for phases consisting of real water as the first species and species having a constant molar volume property. | |
#define | VPSSMGR_WATER_HKFT 12 |
Variable pressure SS calculate for phases consisting of real water as the first species and species obeying the HKFT standard state. | |
#define | VPSSMGR_GENERAL 22 |
Variable pressure SS calculate for phases consisting of completing general representations. |
Contains const definitions for types of calculation managers that are responsible for calculating the species standard state thermodynamic managers and reference-state thermodynamics managers (see class VPSSMgr).
Definition in file VPSSMgr_types.h.
#define VPSSMGR_CONSTVOL 2 |
Variable pressure SS calculate for phases consisting all species having a constant molar volume property.
This fits most solids
Definition at line 32 of file VPSSMgr_types.h.
#define VPSSMGR_GENERAL 22 |
Variable pressure SS calculate for phases consisting of completing general representations.
Definition at line 44 of file VPSSMgr_types.h.
#define VPSSMGR_IDEALGAS 1 |
Variable pressures SS calculator for ideal gas phases.
Definition at line 25 of file VPSSMgr_types.h.
#define VPSSMGR_WATER_CONSTVOL 11 |
Variable pressure SS calculate for phases consisting of real water as the first species and species having a constant molar volume property.
Definition at line 36 of file VPSSMgr_types.h.
#define VPSSMGR_WATER_HKFT 12 |
Variable pressure SS calculate for phases consisting of real water as the first species and species obeying the HKFT standard state.
Definition at line 40 of file VPSSMgr_types.h.