35 #ifndef foamChemistryReader_H 36 #define foamChemistryReader_H 55 template<
class ThermoType>
123 return speciesTable_;
129 return speciesThermo_;
A class for handling file names.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const ReactionList< ThermoType > & reactions() const
List of the reactions.
Chemistry reader for OpenFOAM format.
virtual ~foamChemistryReader()
Destructor.
const HashPtrTable< ThermoType > & speciesThermo() const
Table of the thermodynamic data given in the foamChemistry file.
TypeName("foamChemistryReader")
Runtime type information.
List of templated reactions.
A wordList with hashed indices for faster lookup by name.
const speciesTable & species() const
Table of species.
Abstract class for reading chemistry.