Cantera  2.0
Classes | Namespaces | Macros
VPSSMgr_types.h File Reference

 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"
Include dependency graph for VPSSMgr_types.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

 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.

Macro Definition Documentation

#define VPSSMGR_IDEALGAS   1

Variable pressures SS calculator for ideal gas phases.

Deprecated:
remove include when UnknownVPSSMgr is removed

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.