35 #ifndef FallOffReactionRate_H 36 #define FallOffReactionRate_H 47 template<
class ReactionRate,
class FallOffFunction>
50 template<
class ReactionRate,
class FallOffFunction>
62 template<
class ReactionRate,
class FallOffFunction>
83 const ReactionRate& k0,
84 const ReactionRate& kInf,
85 const FallOffFunction&
F,
130 inline bool hasDdc()
const;
143 inline void write(Ostream& os)
const;
148 friend Ostream& operator<< <ReactionRate, FallOffFunction>
const dimensionedScalar F
Faraday constant: default SI units: [C/mol].
void postEvaluate() const
Post-evaluation hook.
A list of keyword definitions, which are a keyword followed by any number of values (e...
General class for handling unimolecular/recombination fall-off reactions.
const dimensionedScalar c
Speed of light in a vacuum.
bool hasDdc() const
Is the rate a function of concentration?
scalar ddT(const scalar p, const scalar T, const scalarField &c, const label li) const
The derivative of the rate w.r.t. temperature.
A class for handling words, derived from string.
void write(Ostream &os) const
Write to stream.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
void ddc(const scalar p, const scalar T, const scalarField &c, const label li, scalarField &ddc) const
The derivative of the rate w.r.t. concentration.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
FallOffReactionRate(const ReactionRate &k0, const ReactionRate &kInf, const FallOffFunction &F, const thirdBodyEfficiencies &tbes)
Construct from components.
friend Ostream & operator(Ostream &, const FallOffReactionRate< ReactionRate, FallOffFunction > &)
void preEvaluate() const
Pre-evaluation hook.
A wordList with hashed indices for faster lookup by name.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
static word type()
Return the type name.