Cantera
2.2.1
|
Contains const definitions for types of species reference-state thermodynamics managers (see Species Reference-State Thermodynamic Properties) More...
Go to the source code of this file.
Macros | |
#define | CONSTANT_CP 1 |
Constant Cp. More... | |
#define | POLYNOMIAL_4 2 |
Polynomial. More... | |
#define | NASA 4 |
Two regions of 7 coefficient NASA Polynomials This is implemented in the class NasaPoly2 in NasaPoly2.h. More... | |
#define | NASA2 4 |
Two regions of 7 coefficient NASA Polynomials This is implemented in the class NasaPoly2 in NasaPoly2.h. More... | |
#define | SHOMATE 8 |
Two regions of Shomate Polynomials. More... | |
#define | SHOMATE2 8 |
Two regions of Shomate Polynomials. More... | |
#define | TIGER 16 |
Tiger Polynomials. Not implemented here. More... | |
#define | SIMPLE 32 |
Constant Cp thermo. More... | |
#define | MU0_INTERP 64 |
piecewise interpolation of mu0. More... | |
#define | SHOMATE1 128 |
one region of Shomate Polynomials used in NIST database This is implemented in the NIST database. More... | |
#define | NASA1 256 |
7 coefficient NASA Polynomials This is implemented in the class NasaPoly1 in NasaPoly1.h More... | |
#define | NASA9 512 |
9 coefficient NASA Polynomials This is implemented in the class Nasa9Poly1 in Nasa9Poly1.h More... | |
#define | NASA9MULTITEMP 513 |
9 coefficient NASA Polynomials in multiple temperature regions This is implemented in the class Nasa9PolyMultiTempRegion in Nasa9Poly1MultiTempRegion More... | |
#define | STAT 111 |
Properties derived from theoretical considerations This is implemented in the class statmech in StatMech.h. More... | |
#define | ADSORBATE 1024 |
Surface Adsorbate Model for a species on a surface. More... | |
#define | PDSS_TYPE 37 |
Type of reference state thermo which is a wrapper around a pressure dependent standard state object. More... | |
Contains const definitions for types of species reference-state thermodynamics managers (see Species Reference-State Thermodynamic Properties)
Definition in file speciesThermoTypes.h.
#define CONSTANT_CP 1 |
Constant Cp.
Definition at line 12 of file speciesThermoTypes.h.
Referenced by Cantera::newConstCpThermoFromXML(), Cantera::newSpeciesThermoInterpType(), ConstCpPoly::reportParameters(), and ConstCpPoly::reportType().
#define POLYNOMIAL_4 2 |
Polynomial.
Definition at line 15 of file speciesThermoTypes.h.
#define NASA 4 |
Two regions of 7 coefficient NASA Polynomials This is implemented in the class NasaPoly2 in NasaPoly2.h.
Definition at line 19 of file speciesThermoTypes.h.
Referenced by NasaThermo::install(), Cantera::newNasaThermoFromXML(), SpeciesThermoFactory::newSpeciesThermo(), NasaThermo::reportParams(), and NasaThermo::reportType().
#define NASA2 4 |
Two regions of 7 coefficient NASA Polynomials This is implemented in the class NasaPoly2 in NasaPoly2.h.
Definition at line 23 of file speciesThermoTypes.h.
Referenced by Cantera::newSpeciesThermoInterpType(), NasaPoly2::reportParameters(), and NasaPoly2::reportType().
#define SHOMATE 8 |
Two regions of Shomate Polynomials.
Definition at line 26 of file speciesThermoTypes.h.
Referenced by ShomateThermo::install(), Cantera::newShomateThermoFromXML(), SpeciesThermoFactory::newSpeciesThermo(), ShomatePoly::reportParameters(), ShomateThermo::reportParams(), ShomatePoly::reportType(), and ShomateThermo::reportType().
#define SHOMATE2 8 |
Two regions of Shomate Polynomials.
Definition at line 29 of file speciesThermoTypes.h.
Referenced by Cantera::newSpeciesThermoInterpType(), ShomatePoly2::reportParameters(), and ShomatePoly2::reportType().
#define TIGER 16 |
Tiger Polynomials. Not implemented here.
Definition at line 32 of file speciesThermoTypes.h.
#define SIMPLE 32 |
Constant Cp thermo.
This is implemented in ConstCpPoly in constCpPoly.h for one species. If the whole phase is constcp, SimpleThermo in SimpleThermo.h implements this for the whole phase.
Definition at line 38 of file speciesThermoTypes.h.
Referenced by SimpleThermo::install(), SpeciesThermoFactory::newSpeciesThermo(), Cantera::newSpeciesThermoInterpType(), SimpleThermo::reportParams(), SimpleThermo::reportType(), and Cantera::vcs_Cantera_to_vprob().
#define MU0_INTERP 64 |
piecewise interpolation of mu0.
This is implemented in Mu0Poly in Mu0Poly.h
Definition at line 42 of file speciesThermoTypes.h.
Referenced by Cantera::newSpeciesThermoInterpType(), Mu0Poly::reportParameters(), and Mu0Poly::reportType().
#define SHOMATE1 128 |
one region of Shomate Polynomials used in NIST database This is implemented in the NIST database.
This is implemented in ShomatePoly in ShomatePoly.h
Definition at line 47 of file speciesThermoTypes.h.
Referenced by Cantera::newShomateForMineralEQ3(), Cantera::newSpeciesThermoInterpType(), and ShomateThermo::reportParams().
#define NASA1 256 |
7 coefficient NASA Polynomials This is implemented in the class NasaPoly1 in NasaPoly1.h
Definition at line 51 of file speciesThermoTypes.h.
Referenced by Cantera::newSpeciesThermoInterpType(), NasaPoly1::reportParameters(), NasaThermo::reportParams(), and NasaPoly1::reportType().
#define NASA9 512 |
9 coefficient NASA Polynomials This is implemented in the class Nasa9Poly1 in Nasa9Poly1.h
Definition at line 55 of file speciesThermoTypes.h.
Referenced by Cantera::newSpeciesThermoInterpType(), Nasa9Poly1::reportParameters(), and Nasa9Poly1::reportType().
#define NASA9MULTITEMP 513 |
9 coefficient NASA Polynomials in multiple temperature regions This is implemented in the class Nasa9PolyMultiTempRegion in Nasa9Poly1MultiTempRegion
Definition at line 59 of file speciesThermoTypes.h.
Referenced by Cantera::newSpeciesThermoInterpType(), Nasa9PolyMultiTempRegion::reportParameters(), and Nasa9PolyMultiTempRegion::reportType().
#define STAT 111 |
Properties derived from theoretical considerations This is implemented in the class statmech in StatMech.h.
Definition at line 63 of file speciesThermoTypes.h.
Referenced by StatMech::reportParameters(), and StatMech::reportType().
#define ADSORBATE 1024 |
Surface Adsorbate Model for a species on a surface.
This is implemented in the class Adsorbate.
Definition at line 67 of file speciesThermoTypes.h.
Referenced by Cantera::newSpeciesThermoInterpType(), Adsorbate::reportParameters(), and Adsorbate::reportType().
#define PDSS_TYPE 37 |
Type of reference state thermo which is a wrapper around a pressure dependent standard state object.
Basically, the reference state pressure isn't special. A general object is called with the pressure set at the reference state.
Definition at line 72 of file speciesThermoTypes.h.
Referenced by STITbyPDSS::reportParameters(), and STITbyPDSS::reportType().