Cantera 2.6.0
Macros
speciesThermoTypes.h File Reference

Contains const definitions for types of species reference-state thermodynamics managers (see Species Reference-State Thermodynamic Properties) More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Contains const definitions for types of species reference-state thermodynamics managers (see Species Reference-State Thermodynamic Properties)

Definition in file speciesThermoTypes.h.

Macro Definition Documentation

◆ CONSTANT_CP

#define CONSTANT_CP   1

Constant Cp.

Definition at line 13 of file speciesThermoTypes.h.

◆ POLYNOMIAL_4

#define POLYNOMIAL_4   2

Polynomial.

Definition at line 16 of file speciesThermoTypes.h.

◆ NASA

#define NASA   4

Two regions of 7 coefficient NASA Polynomials This is implemented in the class NasaPoly2 in NasaPoly2.h.

Definition at line 20 of file speciesThermoTypes.h.

◆ NASA2

#define NASA2   4

Two regions of 7 coefficient NASA Polynomials This is implemented in the class NasaPoly2 in NasaPoly2.h.

Definition at line 24 of file speciesThermoTypes.h.

◆ SHOMATE

#define SHOMATE   8

Two regions of Shomate Polynomials.

Definition at line 27 of file speciesThermoTypes.h.

◆ SHOMATE2

#define SHOMATE2   8

Two regions of Shomate Polynomials.

Definition at line 30 of file speciesThermoTypes.h.

◆ TIGER

#define TIGER   16

Tiger Polynomials. Not implemented here.

Definition at line 33 of file speciesThermoTypes.h.

◆ SIMPLE

#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 39 of file speciesThermoTypes.h.

◆ MU0_INTERP

#define MU0_INTERP   64

piecewise interpolation of mu0.

This is implemented in Mu0Poly in Mu0Poly.h

Definition at line 43 of file speciesThermoTypes.h.

◆ SHOMATE1

#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 48 of file speciesThermoTypes.h.

◆ NASA1

#define NASA1   256

7 coefficient NASA Polynomials This is implemented in the class NasaPoly1 in NasaPoly1.h

Definition at line 52 of file speciesThermoTypes.h.

◆ NASA9

#define NASA9   512

9 coefficient NASA Polynomials This is implemented in the class Nasa9Poly1 in Nasa9Poly1.h

Definition at line 56 of file speciesThermoTypes.h.

◆ NASA9MULTITEMP

#define NASA9MULTITEMP   513

9 coefficient NASA Polynomials in multiple temperature regions This is implemented in the class Nasa9PolyMultiTempRegion in Nasa9Poly1MultiTempRegion

Definition at line 60 of file speciesThermoTypes.h.