35 template<
class>
class ReactionType,
45NonEquilibriumReversibleReaction
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,
70NonEquilibriumReversibleReaction
77 ReactionType<ReactionThermo>(
species, thermoDatabase,
dict),
85 template<
class>
class ReactionType,
95NonEquilibriumReversibleReaction
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,
200 ReactionType<ReactionThermo>::write(
os);
202 os.beginBlock(
"forward");
206 os.beginBlock(
"reverse");
Simple extension of Reaction to handle reversible reactions using equilibrium thermodynamics.
virtual scalar kr(const scalar kfwd, const scalar p, const scalar T, const scalarField &c) const
Reverse rate constant from the given formard rate constant.
NonEquilibriumReversibleReaction(const ReactionType< ReactionThermo > &reaction, const ReactionRate &forwardReactionRate, const ReactionRate &reverseReactionRate)
Construct from components.
virtual scalar kf(const scalar p, const scalar T, const scalarField &c) const
Forward rate constant.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
CombustionModel< rhoReactionThermo > & reaction
hashedWordList speciesTable
A table of species as a hashedWordList.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
HashPtrTable< ThermoType > ReactionTable
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)