![]() |
|
Public Types | |
enum | phase { solid, liquid, gas } |
Public Member Functions | |
TypeName ("chemkinReader") | |
Runtime type information. | |
chemkinReader (const fileName &chemkinFile, const fileName &thermoFileName=fileName::null) | |
Construct from CHEMKIN III file name. | |
chemkinReader (const dictionary &thermoDict) | |
Construct by getting the CHEMKIN III file name from dictionary. | |
virtual | ~chemkinReader () |
const wordList & | elementNames () const |
List of elements. | |
const HashTable< label > & | elementIndices () const |
Element indices. | |
const HashTable< scalar > & | isotopeAtomicWts () const |
Isotope molecular weights. | |
const speciesTable & | species () const |
Table of species. | |
const HashTable< phase > & | speciePhase () const |
Specie phase. | |
const HashPtrTable< reactionThermo > & | specieThermo () const |
Table of the thermodynamic data given in the CHEMKIN file. | |
const HashTable< List< specieElement > > & | specieComposition () const |
Table of species composition. | |
const SLPtrList< reaction > & | reactions () const |
List of the reactions. |
|
Definition at line 77 of file chemkinReader.H. |
|
Construct from CHEMKIN III file name.
|
|
Construct by getting the CHEMKIN III file name from dictionary.
|
|
Definition at line 334 of file chemkinReader.H. References Foam::wordList. |
|
Element indices.
Definition at line 347 of file chemkinReader.H. |
|
List of elements.
Definition at line 341 of file chemkinReader.H. |
|
Isotope molecular weights.
Definition at line 353 of file chemkinReader.H. |
|
List of the reactions.
Implements chemistryReader. Definition at line 383 of file chemkinReader.H. |
|
Table of species composition.
Definition at line 377 of file chemkinReader.H. |
|
Specie phase.
Definition at line 365 of file chemkinReader.H. |
|
Table of species.
Implements chemistryReader. Definition at line 359 of file chemkinReader.H. |
|
Table of the thermodynamic data given in the CHEMKIN file.
Implements chemistryReader. Definition at line 371 of file chemkinReader.H. |
|
Runtime type information.
|