Chemistry reader for OpenFOAM format. More...
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 speciesTable & | species () 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< chemistryReader > | New (const dictionary &thermoDict, speciesTable &species) |
Select constructed from dictionary. More... | |
Chemistry reader for OpenFOAM format.
Definition at line 55 of file foamChemistryReader.H.
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.
|
inlinevirtual |
Destructor.
Definition at line 113 of file foamChemistryReader.H.
TypeName | ( | "foamChemistryReader< ThermoType >" | ) |
Runtime type information.
|
inlinevirtual |
Table of species.
Implements chemistryReader< ThermoType >.
Definition at line 120 of file foamChemistryReader.H.
|
inlinevirtual |
Table of the thermodynamic data given in the foamChemistry file.
Implements chemistryReader< ThermoType >.
Definition at line 126 of file foamChemistryReader.H.
|
inlinevirtual |
List of the reactions.
Implements chemistryReader< ThermoType >.
Definition at line 132 of file foamChemistryReader.H.