Abstract class for reading chemistry. More...
Public Types | |
typedef ThermoType | thermoType |
Public Member Functions | |
TypeName ("chemistryReader") | |
chemistryReader () | |
declareRunTimeSelectionTable (autoPtr, chemistryReader, dictionary,(const dictionary &thermoDict, speciesTable &species),(thermoDict, species)) | |
virtual | ~chemistryReader ()=default |
virtual const speciesTable & | species () const =0 |
virtual const speciesCompositionTable & | specieComposition () const =0 |
virtual const ReactionTable< ThermoType > & | speciesThermo () const =0 |
virtual const ReactionList< ThermoType > & | reactions () const =0 |
Static Public Member Functions | |
static autoPtr< chemistryReader > | New (const dictionary &thermoDict, speciesTable &species) |
Abstract class for reading chemistry.
Definition at line 57 of file chemistryReader.H.
typedef ThermoType thermoType |
Definition at line 65 of file chemistryReader.H.
|
inline |
Definition at line 71 of file chemistryReader.H.
|
virtualdefault |
TypeName | ( | "chemistryReader< ThermoType >" | ) |
declareRunTimeSelectionTable | ( | autoPtr | , |
chemistryReader< ThermoType > | , | ||
dictionary | , | ||
(const dictionary &thermoDict, speciesTable &species) | , | ||
(thermoDict, species) | |||
) |
|
static |
Definition at line 29 of file chemistryReader.C.
|
pure virtual |
Implemented in foamChemistryReader< ThermoType >.
|
pure virtual |
Implemented in foamChemistryReader< ThermoType >.
|
pure virtual |
Implemented in foamChemistryReader< ThermoType >.
|
pure virtual |
Implemented in foamChemistryReader< ThermoType >.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.