Cantera
2.0
|
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 \link Cantera::VPSSMgr VPSSMgr\endlink).More...
#include "cantera/base/stringUtils.h"
Go to the source code of this file.
Classes | |
class | UnknownVPSSMgr |
Error for unknown thermo parameterization. More... | |
Namespaces | |
namespace | Cantera |
Provides class Nucleus. | |
Macros | |
#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 \link Cantera::VPSSMgr VPSSMgr\endlink).
Definition in file VPSSMgr_types.h.
#define VPSSMGR_IDEALGAS 1 |
Variable pressures SS calculator for ideal gas phases.
Definition at line 23 of 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 30 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 34 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 38 of file VPSSMgr_types.h.
#define VPSSMGR_GENERAL 22 |
Variable pressure SS calculate for phases consisting of completing general representations.
Definition at line 42 of file VPSSMgr_types.h.