30template<
class ReactionRate,
class FallOffFunction>
34 const ReactionRate& k0,
35 const ReactionRate& kInf,
36 const FallOffFunction&
F,
43 thirdBodyEfficiencies_(tbes)
47template<
class ReactionRate,
class FallOffFunction>
57 F_(
dict.subDict(
"F")),
58 thirdBodyEfficiencies_(
species,
dict.subDict(
"thirdBodyEfficiencies"))
64template<
class ReactionRate,
class FallOffFunction>
73 const scalar k0 = k0_(
p,
T, c);
74 const scalar kInf = kInf_(
p,
T, c);
76 const scalar
Pr = k0*thirdBodyEfficiencies_.M(c)/kInf;
78 return kInf*(
Pr/(1 +
Pr))*F_(
T,
Pr);
82template<
class ReactionRate,
class FallOffFunction>
92 os.beginBlock(
"kInf");
100 os.beginBlock(
"thirdBodyEfficiencies");
101 thirdBodyEfficiencies_.write(
os);
106template<
class ReactionRate,
class FallOffFunction>
110 const FallOffReactionRate<ReactionRate, FallOffFunction>& forr
General class for handling unimolecular/recombination fall-off reactions.
friend Ostream & operator(Ostream &, const FallOffReactionRate< ReactionRate, FallOffFunction > &)
FallOffReactionRate(const ReactionRate &k0, const ReactionRate &kInf, const FallOffFunction &F, const thirdBodyEfficiencies &tbes)
Construct from components.
void write(Ostream &os) const
Write to stream.
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)