35 #ifndef LandauTellerReactionRate_H 36 #define LandauTellerReactionRate_H 48 class LandauTellerReactionRate;
50 Ostream&
operator<<(Ostream&,
const LandauTellerReactionRate&);
95 return "LandauTeller";
105 inline scalar operator()
123 inline bool hasDdc()
const;
141 inline friend Ostream&
operator<<
Graphite solid properties.
LandauTellerReactionRate(const scalar A, const scalar beta, const scalar Ta, const scalar B, const scalar C)
Construct from components.
bool hasDdc() const
Is the rate a function of concentration?
A list of keyword definitions, which are a keyword followed by any number of values (e...
void postEvaluate() const
Post-evaluation hook.
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.
static word type()
Return the type name.
void preEvaluate() const
Pre-evaluation hook.
const dimensionedScalar c
Speed of light in a vacuum.
A class for handling words, derived from string.
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)
void write(Ostream &os) const
Write to stream.
Landau-Teller reaction rate.
A wordList with hashed indices for faster lookup by name.
Ostream & operator<<(Ostream &, const ensightPart &)
scalar ddT(const scalar p, const scalar T, const scalarField &c, const label li) const
The derivative of the rate w.r.t. temperature.