37#ifndef FallOffReactionRate_H
38#define FallOffReactionRate_H
49template<
class ReactionRate,
class FallOffFunction>
52template<
class ReactionRate,
class FallOffFunction>
64template<
class ReactionRate,
class FallOffFunction>
82 const ReactionRate& k0,
83 const ReactionRate& kInf,
84 const FallOffFunction&
F,
101 return ReactionRate::type() + FallOffFunction::type() +
"FallOff";
General class for handling unimolecular/recombination fall-off reactions.
friend Ostream & operator(Ostream &, const FallOffReactionRate< ReactionRate, FallOffFunction > &)
FallOffReactionRate(const speciesTable &species, const dictionary &dict)
Construct from dictionary.
FallOffReactionRate(const ReactionRate &k0, const ReactionRate &kInf, const FallOffFunction &F, const thirdBodyEfficiencies &tbes)
Construct from components.
static word type()
Return the type name.
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,...
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)