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>
81 const ReactionRate& k0,
82 const ReactionRate& kInf,
83 const FallOffFunction&
F,
153 inline void write(Ostream& os)
const;
158 friend Ostream& operator<< <ReactionRate, FallOffFunction>
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
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...
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
General class for handling unimolecular/recombination fall-off reactions.
const dimensionedScalar c
Speed of light in a vacuum.
void dcidc(const scalar p, const scalar T, const scalarField &c, const label li, scalarField &dcidc) const
Species concentration derivative of the pressure dependent term.
scalar dcidT(const scalar p, const scalar T, const scalarField &c, const label li) const
Temperature derivative of the pressure dependent term.
scalar ddT(const scalar p, const scalar T, const scalarField &c, const label li) const
const List< Tuple2< label, scalar > > & beta() const
Third-body efficiencies (beta = 1-alpha)
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 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.