Abstract class for reading chemistry. More...
#include <chemistryReader.H>

Public Types | |
| typedef ThermoType | thermoType |
| The type of thermo package the reader was instantiated for. | |
Public Member Functions | |
| TypeName ("chemistryReader") | |
| Runtime type information. | |
| chemistryReader () | |
| Default construct. | |
| declareRunTimeSelectionTable (autoPtr, chemistryReader, dictionary,(const dictionary &thermoDict, speciesTable &species),(thermoDict, species)) | |
| virtual | ~chemistryReader ()=default |
| Destructor. | |
| virtual const speciesTable & | species () const =0 |
| Return access to the list of species. | |
| virtual const speciesCompositionTable & | specieComposition () const =0 |
| Table of species composition. | |
| virtual const ReactionTable< ThermoType > & | speciesThermo () const =0 |
| Return access to the thermo packages. | |
| virtual const ReactionList< ThermoType > & | reactions () const =0 |
| Return access to the list of reactions. | |
Static Public Member Functions | |
| static autoPtr< chemistryReader > | New (const dictionary &thermoDict, speciesTable &species) |
| Select constructed from dictionary. | |
Abstract class for reading chemistry.
Definition at line 57 of file chemistryReader.H.
| typedef ThermoType thermoType |
The type of thermo package the reader was instantiated for.
Definition at line 69 of file chemistryReader.H.
|
inline |
Default construct.
Definition at line 77 of file chemistryReader.H.
Referenced by declareRunTimeSelectionTable(), foamChemistryReader< ThermoType >::foamChemistryReader(), and foamChemistryReader< ThermoType >::foamChemistryReader().

|
virtualdefault |
Destructor.
| TypeName | ( | "chemistryReader< ThermoType >" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| chemistryReader< ThermoType > | , | ||
| dictionary | , | ||
| (const dictionary &thermoDict, speciesTable &species) | , | ||
| (thermoDict, species) | ) |
|
static |
Select constructed from dictionary.
Definition at line 28 of file chemistryReader.C.
References Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, Foam::Info, species(), and thermoDict.

|
pure virtual |
Return access to the list of species.
Implemented in chemkinReader, and foamChemistryReader< ThermoType >.
Referenced by declareRunTimeSelectionTable(), and New().

|
pure virtual |
Table of species composition.
Implemented in chemkinReader, and foamChemistryReader< ThermoType >.
|
pure virtual |
Return access to the thermo packages.
Implemented in chemkinReader, and foamChemistryReader< ThermoType >.
|
pure virtual |
Return access to the list of reactions.
Implemented in chemkinReader, and foamChemistryReader< ThermoType >.