Chemistry reader for OpenFOAM format. More...
#include <foamChemistryReader.H>


Public Member Functions | |
| TypeName ("foamChemistryReader") | |
| Runtime type information. | |
| foamChemistryReader (const fileName &reactionsFileName, speciesTable &species, const fileName &thermoFileName) | |
| Construct from foamChemistry and thermodynamics file names. | |
| foamChemistryReader (const dictionary &thermoDict, speciesTable &species) | |
| Construct by getting foamChemistry and thermodynamics file names from dictionary. | |
| virtual | ~foamChemistryReader ()=default |
| Destructor. | |
| const wordList & | elementNames () const |
| List of elements. | |
| const HashTable< label > & | elementIndices () const |
| Element indices. | |
| const speciesTable & | species () const |
| Table of species. | |
| const speciesCompositionTable & | specieComposition () const |
| Table of species composition. | |
| const ReactionTable< ThermoType > & | speciesThermo () const |
| Table of the thermodynamic data given in the foamChemistry file. | |
| const ReactionList< ThermoType > & | reactions () const |
| List of the reactions. | |
| Public Member Functions inherited from chemistryReader< ThermoType > | |
| TypeName ("chemistryReader") | |
| Runtime type information. | |
| chemistryReader () | |
| Default construct. | |
| declareRunTimeSelectionTable (autoPtr, chemistryReader, dictionary,(const dictionary &thermoDict, speciesTable &species),(thermoDict, species)) | |
| virtual | ~chemistryReader ()=default |
| 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< chemistryReader > | New (const dictionary &thermoDict, speciesTable &species) |
| Select constructed from dictionary. | |
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 108 of file foamChemistryReader.C.
References chemistryReader< ThermoType >::chemistryReader(), and species().

| foamChemistryReader | ( | const dictionary & | thermoDict, |
| speciesTable & | species ) |
Construct by getting foamChemistry and thermodynamics file names from dictionary.
Definition at line 139 of file foamChemistryReader.C.
References chemistryReader< ThermoType >::chemistryReader(), species(), and thermoDict.

|
virtualdefault |
Destructor.
| TypeName | ( | "foamChemistryReader< ThermoType >" | ) |
Runtime type information.
References species(), and thermoDict.

|
inline |
List of elements.
Definition at line 165 of file foamChemistryReader.H.
|
inline |
Element indices.
Definition at line 173 of file foamChemistryReader.H.
|
inlinevirtual |
Table of species.
Implements chemistryReader< ThermoType >.
Definition at line 181 of file foamChemistryReader.H.
Referenced by foamChemistryReader(), foamChemistryReader(), and TypeName().

|
inlinevirtual |
Table of species composition.
Implements chemistryReader< ThermoType >.
Definition at line 189 of file foamChemistryReader.H.
|
inlinevirtual |
Table of the thermodynamic data given in the foamChemistry file.
Implements chemistryReader< ThermoType >.
Definition at line 197 of file foamChemistryReader.H.
|
inlinevirtual |
List of the reactions.
Implements chemistryReader< ThermoType >.
Definition at line 205 of file foamChemistryReader.H.