30template<
class ReactionRate,
class ChemicallyActivationFunction>
34 ChemicallyActivationFunction
37 const ReactionRate& k0,
38 const ReactionRate& kInf,
39 const ChemicallyActivationFunction&
F,
46 thirdBodyEfficiencies_(tbes)
50template<
class ReactionRate,
class ChemicallyActivationFunction>
54 ChemicallyActivationFunction
70template<
class ReactionRate,
class ChemicallyActivationFunction>
74 ChemicallyActivationFunction
82 scalar k0 = k0_(
p,
T, c);
83 scalar kInf = kInf_(
p,
T, c);
85 scalar
Pr = k0*thirdBodyEfficiencies_.M(c)/kInf;
87 return k0*(1/(1 +
Pr))*F_(
T,
Pr);
91template<
class ReactionRate,
class ChemicallyActivationFunction>
95 ChemicallyActivationFunction
101 thirdBodyEfficiencies_.write(
os);
105template<
class ReactionRate,
class ChemicallyActivationFunction>
110 <ReactionRate, ChemicallyActivationFunction>& carr
General class for handling chemically-activated bimolecular reactions.
friend Ostream & operator(Ostream &, const ChemicallyActivatedReactionRate< ReactionRate, ChemicallyActivationFunction > &)
void write(Ostream &os) const
Write to stream.
ChemicallyActivatedReactionRate(const ReactionRate &k0, const ReactionRate &kInf, const ChemicallyActivationFunction &F, const thirdBodyEfficiencies &tbes)
Construct from components.
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)
volVectorField F(fluid.F())
hashedWordList speciesTable
A table of species as a hashedWordList.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
dimensionedScalar Pr("Pr", dimless, laminarTransport)