Public Member Functions | List of all members
foamChemistryReader< ThermoType > Class Template Reference

Chemistry reader for OpenFOAM format. More...

Inheritance diagram for foamChemistryReader< ThermoType >:
Inheritance graph
[legend]
Collaboration diagram for foamChemistryReader< ThermoType >:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("foamChemistryReader")
 Runtime type information. More...
 
 foamChemistryReader (const fileName &reactionsFileName, speciesTable &species, const fileName &thermoFileName)
 Construct from foamChemistry and thermodynamics file names. More...
 
 foamChemistryReader (const dictionary &thermoDict, speciesTable &species)
 Construct by getting the foamChemistry and thermodynamics file names. More...
 
virtual ~foamChemistryReader ()
 Destructor. More...
 
const speciesTablespecies () const
 Table of species. More...
 
const HashPtrTable< ThermoType > & speciesThermo () const
 Table of the thermodynamic data given in the foamChemistry file. More...
 
const ReactionList< ThermoType > & reactions () const
 List of the reactions. More...
 
- Public Member Functions inherited from chemistryReader< ThermoType >
 TypeName ("chemistryReader")
 Runtime type information. More...
 
 chemistryReader ()
 Construct null. More...
 
 declareRunTimeSelectionTable (autoPtr, chemistryReader, dictionary,(const dictionary &thermoDict, speciesTable &species),(thermoDict, species))
 
virtual ~chemistryReader ()
 Destructor. More...
 

Additional Inherited Members

- Public Types inherited from chemistryReader< ThermoType >
typedef ThermoType thermoType
 The type of thermo package the reader was instantiated for. More...
 
- Static Public Member Functions inherited from chemistryReader< ThermoType >
static autoPtr< chemistryReaderNew (const dictionary &thermoDict, speciesTable &species)
 Select constructed from dictionary. More...
 

Detailed Description

template<class ThermoType>
class Foam::foamChemistryReader< ThermoType >

Chemistry reader for OpenFOAM format.

Source files

Definition at line 55 of file foamChemistryReader.H.

Constructor & Destructor Documentation

foamChemistryReader ( const fileName reactionsFileName,
speciesTable species,
const fileName thermoFileName 
)

Construct from foamChemistry and thermodynamics file names.

Definition at line 49 of file foamChemistryReader.C.

foamChemistryReader ( const dictionary thermoDict,
speciesTable species 
)

Construct by getting the foamChemistry and thermodynamics file names.

from dictionary

Definition at line 78 of file foamChemistryReader.C.

virtual ~foamChemistryReader ( )
inlinevirtual

Destructor.

Definition at line 113 of file foamChemistryReader.H.

Member Function Documentation

TypeName ( "foamChemistryReader< ThermoType >"  )

Runtime type information.

const speciesTable& species ( ) const
inlinevirtual

Table of species.

Implements chemistryReader< ThermoType >.

Definition at line 120 of file foamChemistryReader.H.

const HashPtrTable<ThermoType>& speciesThermo ( ) const
inlinevirtual

Table of the thermodynamic data given in the foamChemistry file.

Implements chemistryReader< ThermoType >.

Definition at line 126 of file foamChemistryReader.H.

const ReactionList<ThermoType>& reactions ( ) const
inlinevirtual

List of the reactions.

Implements chemistryReader< ThermoType >.

Definition at line 132 of file foamChemistryReader.H.


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