Go to the documentation of this file.
41 #ifndef foamChemistryReader_H
42 #define foamChemistryReader_H
59 template<
class ThermoType>
95 void readSpeciesComposition();
138 return elementNames_;
144 return elementIndices_;
150 return speciesTable_;
156 return speciesComposition_;
162 return speciesThermo_;
virtual ~foamChemistryReader()=default
Abstract class for reading chemistry.
const wordList & elementNames() const
A class for handling file names.
List of templated reactions.
const speciesCompositionTable & specieComposition() const
A wordList with hashed named lookup, which can be faster in some situations than using the normal lis...
const speciesTable & species() const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const ReactionTable< ThermoType > & speciesThermo() const
const dictionary & thermoDict
Chemistry reader for OpenFOAM format.
A HashTable of pointers to objects of type <T>, with deallocation management of the pointers.
const HashTable< label > & elementIndices() const
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
TypeName("foamChemistryReader")
const ReactionList< ThermoType > & reactions() const