Public Member Functions | Static Public Member Functions | Friends | List of all members
LangmuirHinshelwoodReactionRate Class Reference

Power series reaction rate. More...

Public Member Functions

 LangmuirHinshelwoodReactionRate (const scalar A[], const scalar Ta[], const label co, const label c3h6, const label no)
 Construct from components. More...
 
 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

Ostreamoperator<< (Ostream &, const LangmuirHinshelwoodReactionRate &)
 

Detailed Description

Power series reaction rate.

Source files

Definition at line 56 of file LangmuirHinshelwoodReactionRate.H.

Constructor & Destructor Documentation

◆ LangmuirHinshelwoodReactionRate() [1/2]

LangmuirHinshelwoodReactionRate ( const scalar  A[],
const scalar  Ta[],
const label  co,
const label  c3h6,
const label  no 
)
inline

Construct from components.

Definition at line 32 of file LangmuirHinshelwoodReactionRateI.H.

◆ LangmuirHinshelwoodReactionRate() [2/2]

LangmuirHinshelwoodReactionRate ( const speciesTable species,
const dictionary dict 
)
inline

Construct from dictionary.

Definition at line 53 of file LangmuirHinshelwoodReactionRateI.H.

References forAll, and dictionary::lookup().

Here is the call graph for this function:

Member Function Documentation

◆ type()

static word type ( )
inlinestatic

◆ operator()()

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

Definition at line 76 of file LangmuirHinshelwoodReactionRateI.H.

References Foam::constant::universal::c, LangmuirHinshelwoodReactionRate::ddT(), Foam::exp(), Foam::pow(), and Foam::sqr().

Here is the call graph for this function:

◆ ddT()

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

Definition at line 93 of file LangmuirHinshelwoodReactionRateI.H.

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

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 136 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,
scalarField dcidc 
) const
inline

Species concentration derivative of the pressure dependent term.

Definition at line 143 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
inline

Temperature derivative of the pressure dependent term.

Definition at line 153 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 163 of file LangmuirHinshelwoodReactionRateI.H.

References FixedList< T, Size >::first(), forAll, Foam::nl, and Ostream::writeKeyword().

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: