Go to the documentation of this file.
35 template<
class>
class ReactionType,
47 const ReactionType<ReactionThermo>&
reaction,
48 const ReactionRate& forwardReactionRate,
49 const ReactionRate& reverseReactionRate
52 ReactionType<ReactionThermo>(
reaction),
53 fk_(forwardReactionRate),
54 rk_(reverseReactionRate)
60 template<
class>
class ReactionType,
77 ReactionType<ReactionThermo>(species, thermoDatabase,
dict),
78 fk_(species,
dict.subDict(
"forward")),
79 rk_(species,
dict.subDict(
"reverse"))
85 template<
class>
class ReactionType,
106 ReactionType<ReactionThermo>(nerr, species),
116 template<
class>
class ReactionType,
117 class ReactionThermo,
139 template<
class>
class ReactionType,
140 class ReactionThermo,
163 template<
class>
class ReactionType,
164 class ReactionThermo,
186 template<
class>
class ReactionType,
187 class ReactionThermo,
Simple extension of Reaction to handle reversible reactions using equilibrium thermodynamics.
virtual Ostream & beginBlock(const keyType &kw)
Generic templated field type.
A wordList with hashed named lookup, which can be faster in some situations than using the normal lis...
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
virtual Ostream & endBlock()
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
virtual bool write(const token &tok)=0
CombustionModel< rhoReactionThermo > & reaction
A HashTable of pointers to objects of type <T>, with deallocation management of the pointers.
void write(vtk::formatter &fmt, const Type &val, const label n=1)
const dimensionedScalar c
An Ostream is an abstract base class for all output systems (streams, files, token lists,...