Go to the documentation of this file.
35 #ifndef ReactionList_H
36 #define ReactionList_H
54 template<
class ThermoType>
void operator=(const ReactionList &)
Disallow default bitwise assignment.
A class for handling file names.
ReactionList(const speciesTable &species, const HashPtrTable< ThermoType > &thermoDatabase)
Construct null.
List of templated reactions.
Non-intrusive singly-linked pointer list.
A wordList with hashed indices for faster lookup by name.
const HashPtrTable< ThermoType > & thermoDb_
Reference to the thermo database.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const dictionary dict_
The dictionary used for construction.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
bool readReactionDict()
Read reactions from dictionary.
void write(Ostream &os) const
Write.
~ReactionList()
Destructor.
const speciesTable & species_
Reference to the table of species.