Go to the documentation of this file.
37 #ifndef ChemicallyActivatedReactionRate_H
38 #define ChemicallyActivatedReactionRate_H
49 template<
class ReactionRate,
class ChemicallyActivationFunction>
52 template<
class ReactionRate,
class ChemicallyActivationFunction>
57 <ReactionRate, ChemicallyActivationFunction>&
65 template<
class ReactionRate,
class ChemicallyActivationFunction>
72 ChemicallyActivationFunction F_;
83 const ReactionRate& k0,
84 const ReactionRate& kInf,
85 const ChemicallyActivationFunction&
F,
104 +
"ChemicallyActivated";
120 friend Ostream& operator<< <ReactionRate, ChemicallyActivationFunction>
124 <ReactionRate, ChemicallyActivationFunction>&
A class for handling words, derived from Foam::string.
volVectorField F(fluid.F())
ChemicallyActivatedReactionRate(const ReactionRate &k0, const ReactionRate &kInf, const ChemicallyActivationFunction &F, const thirdBodyEfficiencies &tbes)
Generic templated field type.
A wordList with hashed named lookup, which can be faster in some situations than using the normal lis...
void write(Ostream &os) const
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
friend Ostream & operator(Ostream &, const ChemicallyActivatedReactionRate< ReactionRate, ChemicallyActivationFunction > &)
General class for handling chemically-activated bimolecular reactions.
const dimensionedScalar c
An Ostream is an abstract base class for all output systems (streams, files, token lists,...