LandauTellerReactionRate Class Reference

Landau-Teller reaction rate. More...

Public Member Functions

 LandauTellerReactionRate (const scalar A, const scalar beta, const scalar Ta, const scalar B, const scalar C)
 Construct from components. More...
 
 LandauTellerReactionRate (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 LandauTellerReactionRate &)
 

Detailed Description

Landau-Teller reaction rate.

Source files

Definition at line 56 of file LandauTellerReactionRate.H.

Constructor & Destructor Documentation

◆ LandauTellerReactionRate() [1/2]

LandauTellerReactionRate ( const scalar  A,
const scalar  beta,
const scalar  Ta,
const scalar  B,
const scalar  C 
)
inline

Construct from components.

Definition at line 29 of file LandauTellerReactionRateI.H.

◆ LandauTellerReactionRate() [2/2]

LandauTellerReactionRate ( const speciesTable species,
const dictionary dict 
)
inline

Construct from dictionary.

Definition at line 46 of file LandauTellerReactionRateI.H.

Member Function Documentation

◆ type()

static word type ( )
inlinestatic

◆ operator()()

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

Definition at line 62 of file LandauTellerReactionRateI.H.

References Foam::cbrt(), LandauTellerReactionRate::ddT(), Foam::exp(), Foam::mag(), 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 103 of file LandauTellerReactionRateI.H.

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

Referenced by LandauTellerReactionRate::operator()(), and LandauTellerReactionRate::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 151 of file LandauTellerReactionRateI.H.

References LandauTellerReactionRate::dcidc().

Referenced by LandauTellerReactionRate::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 158 of file LandauTellerReactionRateI.H.

References LandauTellerReactionRate::dcidT().

Referenced by LandauTellerReactionRate::beta(), and LandauTellerReactionRate::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 169 of file LandauTellerReactionRateI.H.

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

Here is the caller graph for this function:

◆ write()

void write ( Ostream os) const
inline

Write to stream.

Definition at line 180 of file LandauTellerReactionRateI.H.

References Foam::writeEntry().

Referenced by LandauTellerReactionRate::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 LandauTellerReactionRate  
)
friend

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