Langmuir-Hinshelwood reaction rate for gaseous reactions on surfaces including the optional flux limiter of Waletzko and Schmidt. More...
Public Member Functions | |
| fluxLimitedLangmuirHinshelwoodReactionRate (const speciesTable &species, const objectRegistry &ob, const dimensionSet &dims, 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 |
| scalar | ddT (const scalar p, const scalar T, const scalarField &c, const label li) const |
| bool | hasDdc () const |
| void | ddc (const scalar p, const scalar T, const scalarField &c, const label li, scalarField &ddc) const |
| 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 fluxLimitedLangmuirHinshelwoodReactionRate &) |
Langmuir-Hinshelwood reaction rate for gaseous reactions on surfaces including the optional flux limiter of Waletzko and Schmidt.
References:
Hinshelwood, C.N. (1940).
The Kinetics of Chemical Change.
Oxford Clarendon Press
Waletzko, N., & Schmidt, L. D. (1988).
Modeling catalytic gauze reactors: HCN synthesis.
AIChE journal, 34(7), 1146-1156.
Definition at line 76 of file fluxLimitedLangmuirHinshelwoodReactionRate.H.
|
inline |
Construct from dictionary.
Definition at line 53 of file fluxLimitedLangmuirHinshelwoodReactionRateI.H.
References dict, Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, forAll, specieCoeffs::setLRhs(), List< T >::setSize(), and List< T >::size().

|
inlinestatic |
Return the type name.
Definition at line 158 of file fluxLimitedLangmuirHinshelwoodReactionRate.H.
|
inline |
Pre-evaluation hook.
Definition at line 200 of file fluxLimitedLangmuirHinshelwoodReactionRateI.H.
|
inline |
Post-evaluation hook.
Definition at line 210 of file fluxLimitedLangmuirHinshelwoodReactionRateI.H.
|
inline |
Definition at line 220 of file fluxLimitedLangmuirHinshelwoodReactionRateI.H.
References Foam::constant::universal::c, Foam::exp(), forAll, Foam::max(), Foam::min(), Foam::pow(), Foam::constant::physicoChemical::RR, Foam::sqrt(), Foam::T(), and Foam::constant::mathematical::twoPi().

|
inline |
Definition at line 270 of file fluxLimitedLangmuirHinshelwoodReactionRateI.H.
References Foam::constant::universal::c, Foam::exp(), forAll, Foam::max(), Foam::pow(), Foam::constant::physicoChemical::RR, Foam::sqrt(), Foam::T(), and Foam::constant::mathematical::twoPi().

|
inline |
Definition at line 338 of file fluxLimitedLangmuirHinshelwoodReactionRateI.H.
|
inline |
Definition at line 344 of file fluxLimitedLangmuirHinshelwoodReactionRateI.H.
|
inline |
Write to stream.
Definition at line 357 of file fluxLimitedLangmuirHinshelwoodReactionRateI.H.
References Foam::writeEntry().

|
friend |