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 |
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 LandauTellerReactionRate &) |
|
inline |
Construct from components.
Definition at line 29 of file LandauTellerReactionRateI.H.
|
inline |
Construct from dictionary.
Definition at line 46 of file LandauTellerReactionRateI.H.
|
inlinestatic |
Return the type name.
Definition at line 92 of file LandauTellerReactionRate.H.
References Foam::constant::universal::c, p, Foam::T(), and LandauTellerReactionRate::write().
|
inline |
Definition at line 62 of file LandauTellerReactionRateI.H.
References Foam::cbrt(), Foam::exp(), Foam::mag(), Foam::pow(), and T.
|
inline |
Write to stream.
Definition at line 101 of file LandauTellerReactionRateI.H.
References token::END_STATEMENT, Foam::nl, and Ostream::writeKeyword().
Referenced by LandauTellerReactionRate::type().
|
friend |