35 template<
class>
class ReactionType,
42 const ReactionType<ReactionThermo>&
reaction,
46 ReactionType<ReactionThermo>(
reaction),
53 template<
class>
class ReactionType,
65 ReactionType<ReactionThermo>(
species, thermoDatabase,
dict),
72 template<
class>
class ReactionType,
83 ReactionType<ReactionThermo>(rr,
species),
92 template<
class>
class ReactionType,
114 template<
class>
class ReactionType,
115 class ReactionThermo,
131 return kfwd/
max(this->Kc(
p,
T), VSMALL);
137 template<
class>
class ReactionType,
138 class ReactionThermo,
159 template<
class>
class ReactionType,
160 class ReactionThermo,
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual void write(Ostream &os) const
Write.
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.
ReversibleReaction(const ReactionType< ReactionThermo > &reaction, const ReactionRate &k)
Construct from components.
virtual scalar kf(const scalar p, const scalar T, const scalarField &c) const
Forward rate constant.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
CombustionModel< rhoReactionThermo > & reaction
label max(const labelHashSet &set, label maxValue=labelMin)
Find the max value in labelHashSet, optionally limited by second argument.
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)