Public Member Functions | Static Public Member Functions | Private Attributes | Friends
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, Istream &is)
 Construct from Istream. More...
 
 LandauTellerReactionRate (const speciesTable &species, const dictionary &dict)
 Construct from dictionary. More...
 
scalar operator() (const scalar p, const scalar T, const scalarField &c) const
 
void write (Ostream &os) const
 Write to stream. More...
 

Static Public Member Functions

static word type ()
 Return the type name. More...
 

Private Attributes

scalar A_
 
scalar beta_
 
scalar Ta_
 
scalar B_
 
scalar C_
 

Friends

Ostreamoperator<< (Ostream &, const LandauTellerReactionRate &)
 

Detailed Description

Landau-Teller reaction rate.

Source files

Definition at line 49 of file LandauTellerReactionRate.H.

Constructor & Destructor Documentation

◆ LandauTellerReactionRate() [1/3]

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/3]

LandauTellerReactionRate ( const speciesTable species,
Istream is 
)
inline

Construct from Istream.

Definition at line 46 of file LandauTellerReactionRateI.H.

References Istream::readEnd().

Here is the call graph for this function:

◆ LandauTellerReactionRate() [3/3]

LandauTellerReactionRate ( const speciesTable species,
const dictionary dict 
)
inline

Construct from dictionary.

Definition at line 62 of file LandauTellerReactionRateI.H.

Member Function Documentation

◆ type()

static word type ( )
inlinestatic

Return the type name.

Definition at line 92 of file LandauTellerReactionRate.H.

◆ operator()()

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

Definition at line 78 of file LandauTellerReactionRateI.H.

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

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
inline

Friends And Related Function Documentation

◆ operator<<

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

Field Documentation

◆ A_

scalar A_
private

Definition at line 53 of file LandauTellerReactionRate.H.

Referenced by LandauTellerReactionRate::write().

◆ beta_

scalar beta_
private

Definition at line 54 of file LandauTellerReactionRate.H.

Referenced by LandauTellerReactionRate::write().

◆ Ta_

scalar Ta_
private

Definition at line 55 of file LandauTellerReactionRate.H.

Referenced by LandauTellerReactionRate::write().

◆ B_

scalar B_
private

Definition at line 56 of file LandauTellerReactionRate.H.

Referenced by LandauTellerReactionRate::write().

◆ C_

scalar C_
private

Definition at line 57 of file LandauTellerReactionRate.H.

Referenced by LandauTellerReactionRate::write().


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