FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

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 speciesTable &  species () 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.

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 (  ) [inline, virtual]

Destructor.

Definition at line 101 of file foamChemistryReader.H.


Member Function Documentation

TypeName ( "foamChemistryReader< ThermoType >"    )

Runtime type information.

const speciesTable& species (  ) const [inline, virtual]

Table of species.

Implements chemistryReader< ThermoType >.

Definition at line 108 of file foamChemistryReader.H.

const HashPtrTable<ThermoType>& speciesThermo (  ) const [inline, virtual]

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 [inline, virtual]

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: