Langmuir-Hinshelwood reaction rate for gaseous reactions on surfaces. More...
Public Member Functions | |
LangmuirHinshelwoodReactionRate (const speciesTable &species, const dictionary &dict) | |
Construct from dictionary. More... | |
void | preEvaluate () const |
Pre-evaluation hook. More... | |
void | postEvaluate () const |
Post-evaluation hook. More... | |
scalar | operator() (const scalar p, const scalar T, const scalarField &c, const label li) const |
Return the rate. More... | |
scalar | ddT (const scalar p, const scalar T, const scalarField &c, const label li) const |
The derivative of the rate w.r.t. temperature. More... | |
bool | hasDdc () const |
Is the rate a function of concentration? More... | |
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. More... | |
void | write (Ostream &os) const |
Write to stream. More... | |
Static Public Member Functions | |
static word | type () |
Return the type name. More... | |
Friends | |
Ostream & | operator<< (Ostream &, const LangmuirHinshelwoodReactionRate &) |
Langmuir-Hinshelwood reaction rate for gaseous reactions on surfaces.
Hinshelwood, C.N. (1940). The Kinetics of Chemical Change. Oxford Clarendon Press
Definition at line 63 of file LangmuirHinshelwoodReactionRate.H.
|
inline |
Construct from dictionary.
Definition at line 32 of file LangmuirHinshelwoodReactionRateI.H.
References forAll.
|
inlinestatic |
Return the type name.
Definition at line 95 of file LangmuirHinshelwoodReactionRate.H.
References Foam::constant::universal::c, LangmuirHinshelwoodReactionRate::ddc(), LangmuirHinshelwoodReactionRate::ddT(), LangmuirHinshelwoodReactionRate::hasDdc(), p, LangmuirHinshelwoodReactionRate::postEvaluate(), LangmuirHinshelwoodReactionRate::preEvaluate(), Foam::T(), and LangmuirHinshelwoodReactionRate::write().
|
inline |
Pre-evaluation hook.
Definition at line 67 of file LangmuirHinshelwoodReactionRateI.H.
Referenced by LangmuirHinshelwoodReactionRate::type().
|
inline |
Post-evaluation hook.
Definition at line 71 of file LangmuirHinshelwoodReactionRateI.H.
Referenced by LangmuirHinshelwoodReactionRate::type().
|
inline |
Return the rate.
Definition at line 76 of file LangmuirHinshelwoodReactionRateI.H.
References Foam::constant::physicoChemical::b, LangmuirHinshelwoodReactionRate::ddT(), Foam::exp(), and Foam::pow().
|
inline |
The derivative of the rate w.r.t. temperature.
Definition at line 97 of file LangmuirHinshelwoodReactionRateI.H.
References Foam::constant::physicoChemical::b, Foam::exp(), Foam::pow(), and Foam::T().
Referenced by LangmuirHinshelwoodReactionRate::operator()(), and LangmuirHinshelwoodReactionRate::type().
|
inline |
Is the rate a function of concentration?
Definition at line 122 of file LangmuirHinshelwoodReactionRateI.H.
References LangmuirHinshelwoodReactionRate::ddc().
Referenced by LangmuirHinshelwoodReactionRate::type().
|
inline |
The derivative of the rate w.r.t. concentration.
Definition at line 129 of file LangmuirHinshelwoodReactionRateI.H.
References Foam::constant::physicoChemical::b, Foam::exp(), k, and Foam::pow().
Referenced by LangmuirHinshelwoodReactionRate::hasDdc(), and LangmuirHinshelwoodReactionRate::type().
|
inline |
Write to stream.
Definition at line 159 of file LangmuirHinshelwoodReactionRateI.H.
References Foam::writeEntry().
Referenced by LangmuirHinshelwoodReactionRate::type().
|
friend |