List of templated reactions. More...
Public Member Functions | |
ReactionList (const speciesTable &species, const HashPtrTable< ThermoType > &thermoDatabase) | |
Construct null. More... | |
ReactionList (const speciesTable &species, const HashPtrTable< ThermoType > &thermoDatabase, const dictionary &dict) | |
Construct from dictionary. More... | |
ReactionList (const speciesTable &species, const HashPtrTable< ThermoType > &thermoDatabase, const fileName &fName) | |
Construct from file using (Istream) More... | |
ReactionList (const ReactionList< ThermoType > &reactions) | |
Construct copy. More... | |
~ReactionList () | |
Destructor. More... | |
bool | readReactionDict () |
Read reactions from dictionary. More... | |
void | write (Ostream &os) const |
Write. More... | |
![]() | |
SLPtrList () | |
Null construct. More... | |
SLPtrList (Reaction< ThermoType > *a) | |
Construct given initial T*. More... | |
SLPtrList (Istream &is, const INew &inewt) | |
Construct from Istream using given Istream constructor class. More... | |
SLPtrList (Istream &is) | |
Construct from Istream. More... | |
![]() | |
LPtrList () | |
Null construct. More... | |
LPtrList (T *a) | |
Construct given initial T. More... | |
LPtrList (Istream &, const INew &) | |
Construct from Istream using given Istream constructor class. More... | |
LPtrList (Istream &) | |
Construct from Istream using default Istream constructor class. More... | |
LPtrList (const LPtrList &) | |
Construct as copy. More... | |
~LPtrList () | |
Destructor. More... | |
T & | first () |
Return the first entry added. More... | |
const T & | first () const |
Return const access to the first entry added. More... | |
T & | last () |
Return the last entry added. More... | |
const T & | last () const |
Return const access to the last entry added. More... | |
bool | eraseHead () |
Remove the head element from the list and delete the pointer. More... | |
void | clear () |
Clear the contents of the list. More... | |
void | transfer (LPtrList< LListBase, T > &) |
Transfer the contents of the argument into this List. More... | |
void | operator= (const LPtrList< LListBase, T > &) |
Assign copy. More... | |
Private Member Functions | |
void | operator= (const ReactionList &) |
Disallow default bitwise assignment. More... | |
Private Attributes | |
const speciesTable & | species_ |
Reference to the table of species. More... | |
const HashPtrTable< ThermoType > & | thermoDb_ |
Reference to the thermo database. More... | |
const dictionary | dict_ |
The dictionary used for construction. More... | |
Additional Inherited Members | |
![]() | |
typedef T & | reference |
Type that can be used for storing into LPtrList::value_type. More... | |
typedef T & | const_reference |
Type that can be used for storing into constant. More... | |
typedef LListBase::iterator | LListBase_iterator |
typedef LListBase::const_iterator | LListBase_const_iterator |
List of templated reactions.
Definition at line 54 of file ReactionList.H.
ReactionList | ( | const speciesTable & | species, |
const HashPtrTable< ThermoType > & | thermoDatabase | ||
) |
Construct null.
Definition at line 34 of file ReactionList.C.
ReactionList | ( | const speciesTable & | species, |
const HashPtrTable< ThermoType > & | thermoDatabase, | ||
const dictionary & | dict | ||
) |
Construct from dictionary.
Definition at line 48 of file ReactionList.C.
ReactionList | ( | const speciesTable & | species, |
const HashPtrTable< ThermoType > & | thermoDatabase, | ||
const fileName & | fName | ||
) |
Construct from file using (Istream)
Definition at line 65 of file ReactionList.C.
ReactionList | ( | const ReactionList< ThermoType > & | reactions | ) |
Construct copy.
Destructor.
Definition at line 95 of file ReactionList.C.
|
private |
Disallow default bitwise assignment.
bool readReactionDict |
Read reactions from dictionary.
Definition at line 102 of file ReactionList.C.
void write | ( | Ostream & | os | ) | const |
Write.
Definition at line 126 of file ReactionList.C.
|
private |
Reference to the table of species.
Definition at line 61 of file ReactionList.H.
|
private |
Reference to the thermo database.
Definition at line 64 of file ReactionList.H.
|
private |
The dictionary used for construction.
Definition at line 67 of file ReactionList.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.