![]() |
|
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 () |
const speciesTable & | species () const |
Table of species. | |
const HashPtrTable< reactionThermo > & | specieThermo () const |
Table of the thermodynamic data given in the foamChemistry file. | |
const SLPtrList< reaction > & | reactions () const |
List of the reactions. |
|
Construct from foamChemistry and thermodynamics file names.
|
|
Construct by getting the foamChemistry and thermodynamics file names. from dictionary |
|
Definition at line 111 of file foamChemistryReader.H. |
|
List of the reactions.
Implements chemistryReader. Definition at line 130 of file foamChemistryReader.H. |
|
Table of species.
Implements chemistryReader. Definition at line 118 of file foamChemistryReader.H. |
|
Table of the thermodynamic data given in the foamChemistry file.
Implements chemistryReader. Definition at line 124 of file foamChemistryReader.H. |
|
Runtime type information.
|