Chemistry reader for OpenFOAM format. More...
#include <reactionThermophysicalModels/foamChemistryReader.H>
Chemistry reader for OpenFOAM format.
Definition at line 57 of file foamChemistryReader.H.
Public Member Functions | |
TypeName ("foamChemistryReader") | |
Runtime type information. | |
foamChemistryReader (const fileName &reactionsFileName, const fileName &thermoFileName) | |
Construct from foamChemistry and thermodynamics file names. | |
foamChemistryReader (const dictionary &thermoDict) | |
Construct by getting the foamChemistry and thermodynamics file names. | |
virtual | ~foamChemistryReader () |
Destructor. | |
const speciesTable & | species () const |
Table of species. | |
const HashPtrTable< ThermoType > & | speciesThermo () const |
Table of the thermodynamic data given in the foamChemistry file. | |
const SLPtrList< Reaction < ThermoType > > & | reactions () const |
List of the reactions. | |
![]() | |
TypeName ("chemistryReader") | |
Runtime type information. | |
chemistryReader () | |
Construct null. | |
declareRunTimeSelectionTable (autoPtr, chemistryReader, dictionary,(const dictionary &thermoDict),(thermoDict)) | |
virtual | ~chemistryReader () |
Destructor. |
Additional Inherited Members | |
![]() | |
typedef ThermoType | thermoType |
The type of thermo package the reader was instantiated for. | |
![]() | |
static autoPtr< chemistryReader > | New (const dictionary &thermoDict) |
Select constructed from dictionary. |
foamChemistryReader | ( | const fileName & | reactionsFileName, |
const fileName & | thermoFileName | ||
) |
Construct from foamChemistry and thermodynamics file names.
Definition at line 34 of file foamChemistryReader.C.
foamChemistryReader | ( | const dictionary & | thermoDict | ) |
Construct by getting the foamChemistry and thermodynamics file names.
from dictionary
Definition at line 52 of file foamChemistryReader.C.
|
inlinevirtual |
Destructor.
Definition at line 101 of file foamChemistryReader.H.
TypeName | ( | "foamChemistryReader< ThermoType >" | ) |
Runtime type information.
|
inlinevirtual |
Table of species.
Implements chemistryReader< ThermoType >.
Definition at line 108 of file foamChemistryReader.H.
|
inlinevirtual |
Table of the thermodynamic data given in the foamChemistry file.
Implements chemistryReader< ThermoType >.
Definition at line 114 of file foamChemistryReader.H.
|
inlinevirtual |
List of the reactions.
Implements chemistryReader< ThermoType >.
Definition at line 120 of file foamChemistryReader.H.