OpenFOAM logo
Open Source CFD Toolkit

chemistryReader Class Reference

Inheritance diagram for chemistryReader:

Inheritance graph
[legend]
List of all members.

Public Types

typedef sutherlandTransport<
specieThermo< janafThermo<
perfectGas > > > 
reactionThermo
typedef Reaction< reactionThermoreaction

Public Member Functions

 TypeName ("chemistryReader")
 Runtime type information.
 chemistryReader ()
 Construct null.
 declareRunTimeSelectionTable (autoPtr, chemistryReader, dictionary,(const dictionary &thermoDict),(thermoDict))
virtual ~chemistryReader ()
virtual const speciesTablespecies () const =0
virtual const HashPtrTable<
reactionThermo > & 
specieThermo () const =0
virtual const SLPtrList< reaction > & reactions () const =0

Static Public Member Functions

autoPtr< chemistryReaderNew (const dictionary &thermoDict)
 Select constructed from dictionary.

Member Typedef Documentation

typedef Reaction<reactionThermo> reaction
 

Definition at line 72 of file chemistryReader.H.

typedef sutherlandTransport<specieThermo<janafThermo<perfectGas> > > reactionThermo
 

Definition at line 70 of file chemistryReader.H.


Constructor & Destructor Documentation

chemistryReader  )  [inline]
 

Construct null.

Definition at line 94 of file chemistryReader.H.

virtual ~chemistryReader  )  [inline, virtual]
 

Definition at line 120 of file chemistryReader.H.


Member Function Documentation

declareRunTimeSelectionTable autoPtr  ,
chemistryReader  ,
dictionary  ,
(const dictionary &thermoDict)  ,
(thermoDict) 
 

autoPtr<chemistryReader> New const dictionary thermoDict  )  [static]
 

Select constructed from dictionary.

virtual const SLPtrList<reaction>& reactions  )  const [pure virtual]
 

Implemented in chemkinReader, and foamChemistryReader.

virtual const speciesTable& species  )  const [pure virtual]
 

Implemented in chemkinReader, and foamChemistryReader.

virtual const HashPtrTable<reactionThermo>& specieThermo  )  const [pure virtual]
 

Implemented in chemkinReader, and foamChemistryReader.

TypeName "chemistryReader"   ) 
 

Runtime type information.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org