LangmuirHinshelwoodReactionRate Class Reference

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 label li) const
 
scalar ddT (const scalar p, const scalar T, const scalarField &c, const label li) 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, const label li, scalarField &dcidc) const
 Species concentration derivative of the pressure dependent term. More...
 
scalar dcidT (const scalar p, const scalar T, const scalarField &c, const label li) 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

Ostreamoperator<< (Ostream &, const LangmuirHinshelwoodReactionRate &)
 

Detailed Description

Langmuir-Hinshelwood reaction rate for gaseous reactions on surfaces.

Reference:

    Hinshelwood, C.N. (1940).
    The Kinetics of Chemical Change.
    Oxford Clarendon Press
Source files

Definition at line 63 of file LangmuirHinshelwoodReactionRate.H.

Constructor & Destructor Documentation

◆ LangmuirHinshelwoodReactionRate()

LangmuirHinshelwoodReactionRate ( const speciesTable species,
const dictionary dict 
)
inline

Construct from dictionary.

Definition at line 32 of file LangmuirHinshelwoodReactionRateI.H.

References forAll.

Member Function Documentation

◆ type()

◆ operator()()

Foam::scalar operator() ( const scalar  p,
const scalar  T,
const scalarField c,
const label  li 
) const
inline

Definition at line 68 of file LangmuirHinshelwoodReactionRateI.H.

References LangmuirHinshelwoodReactionRate::ddT(), Foam::exp(), Foam::pow(), and T.

Here is the call graph for this function:

◆ ddT()

Foam::scalar ddT ( const scalar  p,
const scalar  T,
const scalarField c,
const label  li 
) const
inline

Definition at line 91 of file LangmuirHinshelwoodReactionRateI.H.

References Foam::exp(), Foam::pow(), and T.

Referenced by LangmuirHinshelwoodReactionRate::operator()(), and LangmuirHinshelwoodReactionRate::type().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ beta()

const Foam::List< Foam::Tuple2< Foam::label, Foam::scalar > > & beta ( ) const
inline

Third-body efficiencies (beta = 1-alpha)

non-empty only for third-body reactions with enhanced molecularity (alpha != 1)

Definition at line 119 of file LangmuirHinshelwoodReactionRateI.H.

References LangmuirHinshelwoodReactionRate::dcidc().

Referenced by LangmuirHinshelwoodReactionRate::type().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ dcidc()

void dcidc ( const scalar  p,
const scalar  T,
const scalarField c,
const label  li,
scalarField dcidc 
) const
inline

Species concentration derivative of the pressure dependent term.

Definition at line 126 of file LangmuirHinshelwoodReactionRateI.H.

References LangmuirHinshelwoodReactionRate::dcidT().

Referenced by LangmuirHinshelwoodReactionRate::beta(), and LangmuirHinshelwoodReactionRate::type().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ dcidT()

Foam::scalar dcidT ( const scalar  p,
const scalar  T,
const scalarField c,
const label  li 
) const
inline

Temperature derivative of the pressure dependent term.

Definition at line 137 of file LangmuirHinshelwoodReactionRateI.H.

Referenced by LangmuirHinshelwoodReactionRate::dcidc(), and LangmuirHinshelwoodReactionRate::type().

Here is the caller graph for this function:

◆ write()

void write ( Ostream os) const
inline

Write to stream.

Definition at line 148 of file LangmuirHinshelwoodReactionRateI.H.

References Foam::writeEntry().

Referenced by LangmuirHinshelwoodReactionRate::type().

Here is the call graph for this function:
Here is the caller graph for this function:

Friends And Related Function Documentation

◆ operator<<

Ostream& operator<< ( Ostream ,
const LangmuirHinshelwoodReactionRate  
)
friend

The documentation for this class was generated from the following files: