FreeFOAM The Cross-Platform CFD Toolkit
foamChemistryReader< ThermoType > Class Template Reference

Chemistry reader for OpenFOAM format. More...

#include <reactionThermophysicalModels/foamChemistryReader.H>


Detailed Description

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

Chemistry reader for OpenFOAM format.

Source files

Definition at line 57 of file foamChemistryReader.H.

+ Inheritance diagram for foamChemistryReader< ThermoType >:
+ Collaboration diagram for foamChemistryReader< ThermoType >:

List of all members.

Public Member Functions

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

Additional Inherited Members

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

Constructor & Destructor Documentation

foamChemistryReader ( const fileName reactionsFileName,
const fileName thermoFileName 
)

Construct from foamChemistry and thermodynamics file names.

Definition at line 34 of file foamChemistryReader.C.

foamChemistryReader ( const dictionary thermoDict)

Construct by getting the foamChemistry and thermodynamics file names.

from dictionary

Definition at line 52 of file foamChemistryReader.C.

virtual ~foamChemistryReader ( )
inlinevirtual

Destructor.

Definition at line 101 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 108 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 114 of file foamChemistryReader.H.

const SLPtrList<Reaction<ThermoType> >& reactions ( ) const
inlinevirtual

List of the reactions.

Implements chemistryReader< ThermoType >.

Definition at line 120 of file foamChemistryReader.H.


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