Go to the documentation of this file.
35 #ifndef reactingMixture_H
36 #define reactingMixture_H
51 template<
class ThermoType>
55 public autoPtr<chemistryReader<ThermoType> >,
57 public PtrList<Reaction<ThermoType> >
ThermoType thermoType
The type of thermo package this mixture is instantiated for.
A class for handling words, derived from string.
virtual ~reactingMixture()
Destructor.
void operator=(const reactingMixture &)
Disallow default bitwise assignment.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A wordList with hashed indices for faster lookup by name.
Foam::multiComponentMixture.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh data needed to do the Finite Volume discretisation.
void read(const dictionary &)
Read dictionary.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Reaction< ThermoType > & operator[](const label i)
friend Ostream & operator(Ostream &, const PtrList< T > &)
Simple extension of ReactionThermo to handle reaction kinetics in addition to the equilibrium thermod...
reactingMixture(const reactingMixture &)
Disallow default bitwise copy construct.