Go to the documentation of this file.
32 template<
class>
class ReactionType,
42 NonEquilibriumReversibleReaction
44 const ReactionType<ReactionThermo>&
reaction,
45 const ReactionRate& forwardReactionRate,
46 const ReactionRate& reverseReactionRate
49 ReactionType<ReactionThermo>(
reaction),
50 fk_(forwardReactionRate),
51 rk_(reverseReactionRate)
58 template<
class>
class ReactionType,
75 ReactionType<ReactionThermo>(species, thermoDatabase, is),
83 template<
class>
class ReactionType,
100 ReactionType<ReactionThermo>(species, thermoDatabase,
dict),
101 fk_(species,
dict.subDict(
"forward")),
102 rk_(species,
dict.subDict(
"reverse"))
108 template<
class>
class ReactionType,
109 class ReactionThermo,
129 ReactionType<ReactionThermo>(nerr, species),
139 template<
class>
class ReactionType,
140 class ReactionThermo,
162 template<
class>
class ReactionType,
163 class ReactionThermo,
186 template<
class>
class ReactionType,
187 class ReactionThermo,
209 template<
class>
class ReactionType,
210 class ReactionThermo,
226 os <<
indent << token::BEGIN_BLOCK <<
nl;
230 os <<
indent << token::END_BLOCK <<
nl;
233 os <<
indent << token::BEGIN_BLOCK <<
nl;
237 os <<
indent << token::END_BLOCK <<
nl;
Simple extension of Reaction to handle reversible reactions using equilibrium thermodynamics.
Ostream & incrIndent(Ostream &os)
Increment the indent level.
Pre-declare SubField and related Field type.
A wordList with hashed indices for faster lookup by name.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
virtual Ostream & write(const token &)=0
Write next token to stream.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Ostream & decrIndent(Ostream &os)
Decrement the indent level.
Ostream & indent(Ostream &os)
Indent stream.
Info<< "Creating reaction model\n"<< endl;autoPtr< combustionModels::psiCombustionModel > reaction(combustionModels::psiCombustionModel::New(mesh))
const dimensionedScalar c
Speed of light in a vacuum.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...