35 #ifndef JanevReactionRate_H 36 #define JanevReactionRate_H 49 class JanevReactionRate;
51 Ostream&
operator<<(Ostream&,
const JanevReactionRate&);
66 static const label nb_ = 9;
106 inline scalar operator()
124 inline bool hasDdc()
const;
142 inline friend Ostream&
operator<<
void postEvaluate() const
Post-evaluation hook.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const dimensionedScalar b
Wien displacement law constant: default SI units: [m K].
void preEvaluate() const
Pre-evaluation hook.
static word type()
Return the type name.
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.
const dimensionedScalar c
Speed of light in a vacuum.
Janev, Langer, Evans and Post reaction rate.
A class for handling words, derived from string.
bool hasDdc() const
Is the rate a function of concentration?
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)
A wordList with hashed indices for faster lookup by name.
Ostream & operator<<(Ostream &, const ensightPart &)
JanevReactionRate(const scalar A, const scalar beta, const scalar Ta, const FixedList< scalar, nb_ > b)
Construct from components.
scalar ddT(const scalar p, const scalar T, const scalarField &c, const label li) const
The derivative of the rate w.r.t. temperature.
void write(Ostream &os) const
Write to stream.