37#ifndef ChemicallyActivatedReactionRate_H
38#define ChemicallyActivatedReactionRate_H
49template<
class ReactionRate,
class ChemicallyActivationFunction>
52template<
class ReactionRate,
class ChemicallyActivationFunction>
57 <ReactionRate, ChemicallyActivationFunction>&
65template<
class ReactionRate,
class ChemicallyActivationFunction>
72 ChemicallyActivationFunction F_;
83 const ReactionRate& k0,
84 const ReactionRate& kInf,
85 const ChemicallyActivationFunction&
F,
102 return ReactionRate::type()
103 + ChemicallyActivationFunction::type()
104 +
"ChemicallyActivated";
124 <ReactionRate, ChemicallyActivationFunction>&
General class for handling chemically-activated bimolecular reactions.
ChemicallyActivatedReactionRate(const speciesTable &species, const dictionary &dict)
Construct from dictionary.
static word type()
Return the type name.
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,...
A class for handling words, derived from Foam::string.
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)