Langmuir-Hinshelwood reaction rate for gaseous reactions on surfaces. More...
Public Member Functions | |
| LangmuirHinshelwoodReactionRate (const speciesTable &species, const dictionary &dict) | |
| Construct from dictionary. More... | |
| scalar | operator() (const scalar p, const scalar T, const scalarField &c) const |
| scalar | ddT (const scalar p, const scalar T, const scalarField &c) const |
| const List< Tuple2< label, scalar > > & | beta () const |
| Third-body efficiencies (beta = 1-alpha) More... | |
| void | dcidc (const scalar p, const scalar T, const scalarField &c, scalarField &dcidc) const |
| Species concentration derivative of the pressure dependent term. More... | |
| scalar | dcidT (const scalar p, const scalar T, const scalarField &c) const |
| Temperature derivative of the pressure dependent term. 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 LangmuirHinshelwoodReactionRate::beta(), Foam::constant::universal::c, LangmuirHinshelwoodReactionRate::dcidc(), LangmuirHinshelwoodReactionRate::dcidT(), LangmuirHinshelwoodReactionRate::ddT(), p, Foam::T(), and LangmuirHinshelwoodReactionRate::write().

|
inline |
Definition at line 68 of file LangmuirHinshelwoodReactionRateI.H.
References Foam::constant::universal::c, LangmuirHinshelwoodReactionRate::ddT(), Foam::exp(), Foam::pow(), and T.

|
inline |
Definition at line 90 of file LangmuirHinshelwoodReactionRateI.H.
References Foam::exp(), Foam::pow(), and T.
Referenced by LangmuirHinshelwoodReactionRate::operator()(), and LangmuirHinshelwoodReactionRate::type().


|
inline |
Third-body efficiencies (beta = 1-alpha)
non-empty only for third-body reactions with enhanced molecularity (alpha != 1)
Definition at line 117 of file LangmuirHinshelwoodReactionRateI.H.
References LangmuirHinshelwoodReactionRate::dcidc().
Referenced by LangmuirHinshelwoodReactionRate::type().


|
inline |
Species concentration derivative of the pressure dependent term.
Definition at line 124 of file LangmuirHinshelwoodReactionRateI.H.
References LangmuirHinshelwoodReactionRate::dcidT().
Referenced by LangmuirHinshelwoodReactionRate::beta(), and LangmuirHinshelwoodReactionRate::type().


|
inline |
Temperature derivative of the pressure dependent term.
Definition at line 134 of file LangmuirHinshelwoodReactionRateI.H.
Referenced by LangmuirHinshelwoodReactionRate::dcidc(), and LangmuirHinshelwoodReactionRate::type().

|
inline |
Write to stream.
Definition at line 144 of file LangmuirHinshelwoodReactionRateI.H.
References Foam::writeEntry().
Referenced by LangmuirHinshelwoodReactionRate::type().


|
friend |