chemkinReader Class Reference

Foam::chemkinReader. More...

Inheritance diagram for chemkinReader:
Collaboration diagram for chemkinReader:

Public Types

enum  phase { solid , liquid , gas }
 
typedef sutherlandTransport< species::thermo< janafThermo< perfectGas< specie > >, sensibleEnthalpy > > thermoPhysics
 

Public Member Functions

 chemkinReader (const fileName &CHEMKINFileName, const fileName &transportFileName, const fileName &thermoFileName=fileName::null, const bool newFormat=false)
 Construct from CHEMKIN III file name. More...
 
virtual ~chemkinReader ()
 Destructor. More...
 
const wordListelementNames () const
 List of elements. More...
 
const HashTable< label > & elementIndices () const
 Element indices. More...
 
const HashTable< scalar > & isotopeAtomicWts () const
 Isotope molecular weights. More...
 
const speciesTablespecies () const
 Table of species. More...
 
const speciesCompositionTablespecieComposition () const
 Table of species composition. More...
 
const HashTable< phase > & speciePhase () const
 Specie phase. More...
 
const HashPtrTable< thermoPhysics > & speciesThermo () const
 Table of the thermodynamic data given in the CHEMKIN file. More...
 
const PtrList< thermoPhysics > & speciesThermoList () const
 List of the thermodynamic data given in the CHEMKIN file. More...
 
const ReactionList< thermoPhysics > & reactions () const
 List of the reactions. More...
 

Detailed Description

Member Typedef Documentation

◆ thermoPhysics

Member Enumeration Documentation

◆ phase

enum phase
Enumerator
solid 
liquid 
gas 

Definition at line 80 of file chemkinReader.H.

Constructor & Destructor Documentation

◆ chemkinReader()

chemkinReader ( const fileName CHEMKINFileName,
const fileName transportFileName,
const fileName thermoFileName = fileName::null,
const bool  newFormat = false 
)

Construct from CHEMKIN III file name.

◆ ~chemkinReader()

virtual ~chemkinReader ( )
inlinevirtual

Destructor.

Definition at line 332 of file chemkinReader.H.

Member Function Documentation

◆ elementNames()

const wordList& elementNames ( ) const
inline

List of elements.

Definition at line 339 of file chemkinReader.H.

◆ elementIndices()

const HashTable<label>& elementIndices ( ) const
inline

Element indices.

Definition at line 345 of file chemkinReader.H.

◆ isotopeAtomicWts()

const HashTable<scalar>& isotopeAtomicWts ( ) const
inline

Isotope molecular weights.

Definition at line 351 of file chemkinReader.H.

◆ species()

const speciesTable& species ( ) const
inline

Table of species.

Definition at line 357 of file chemkinReader.H.

◆ specieComposition()

const speciesCompositionTable& specieComposition ( ) const
inline

Table of species composition.

Definition at line 363 of file chemkinReader.H.

◆ speciePhase()

const HashTable<phase>& speciePhase ( ) const
inline

Specie phase.

Definition at line 369 of file chemkinReader.H.

◆ speciesThermo()

const HashPtrTable<thermoPhysics>& speciesThermo ( ) const
inline

Table of the thermodynamic data given in the CHEMKIN file.

Definition at line 375 of file chemkinReader.H.

◆ speciesThermoList()

const PtrList<thermoPhysics>& speciesThermoList ( ) const
inline

List of the thermodynamic data given in the CHEMKIN file.

Definition at line 381 of file chemkinReader.H.

References Foam::clone(), and forAll.

Here is the call graph for this function:

◆ reactions()

const ReactionList<thermoPhysics>& reactions ( ) const
inline

List of the reactions.

Definition at line 399 of file chemkinReader.H.


The documentation for this class was generated from the following file: