Chemistry reader for OpenFOAM format. More...
#include <reactionThermophysicalModels/foamChemistryReader.H>
Chemistry reader for OpenFOAM format.
Definition at line 57 of file foamChemistryReader.H.
Inheritance diagram for foamChemistryReader< ThermoType >:
Collaboration diagram for foamChemistryReader< ThermoType >: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.
| |
| 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.
| virtual ~foamChemistryReader | ( | ) | [inline, virtual]
|
Destructor.
Definition at line 101 of file foamChemistryReader.H.
| TypeName | ( | "foamChemistryReader< ThermoType >" | ) |
Runtime type information.
| const speciesTable& species | ( | ) | const [inline, virtual]
|
Table of species.
Implements chemistryReader< ThermoType >.
Definition at line 108 of file foamChemistryReader.H.
| const HashPtrTable<ThermoType>& speciesThermo | ( | ) | const [inline, virtual]
|
Table of the thermodynamic data given in the foamChemistry file.
Implements chemistryReader< ThermoType >.
Definition at line 114 of file foamChemistryReader.H.
| const SLPtrList<Reaction<ThermoType> >& reactions | ( | ) | const [inline, virtual]
|
List of the reactions.
Implements chemistryReader< ThermoType >.
Definition at line 120 of file foamChemistryReader.H.