42 #ifndef LangmuirHinshelwoodReactionRate_H 43 #define LangmuirHinshelwoodReactionRate_H 55 class LangmuirHinshelwoodReactionRate;
57 Ostream&
operator<<(Ostream&,
const LangmuirHinshelwoodReactionRate&);
98 return "LangmuirHinshelwood";
108 inline scalar operator()
126 inline bool hasDdc()
const;
144 inline friend Ostream&
operator<<
bool hasDdc() const
Is the rate a function of concentration?
Langmuir-Hinshelwood reaction rate for gaseous reactions on surfaces.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const dimensionedScalar c
Speed of light in a vacuum.
A class for handling words, derived from string.
void postEvaluate() const
Post-evaluation hook.
LangmuirHinshelwoodReactionRate(const speciesTable &species, const dictionary &dict)
Construct from dictionary.
scalar ddT(const scalar p, const scalar T, const scalarField &c, const label li) const
The derivative of the rate w.r.t. temperature.
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 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 write(Ostream &os) const
Write to stream.
A wordList with hashed indices for faster lookup by name.
Ostream & operator<<(Ostream &, const ensightPart &)
static word type()
Return the type name.
void preEvaluate() const
Pre-evaluation hook.