Landau-Teller reaction rate. More...
#include <specie/LandauTellerReactionRate.H>
Landau-Teller reaction rate.
Definition at line 50 of file LandauTellerReactionRate.H.
Public Member Functions | |
LandauTellerReactionRate (const scalar A, const scalar beta, const scalar Ta, const scalar B, const scalar C) | |
Construct from components.
| |
LandauTellerReactionRate (const speciesTable &species, Istream &is) | |
Construct from Istream.
| |
scalar | operator() (const scalar T, const scalar p, const scalarField &c) const |
Static Public Member Functions | |
static word | type () |
Return the type name.
| |
Friends | |
Ostream & | operator<< (Ostream &, const LandauTellerReactionRate &) |
LandauTellerReactionRate | ( | const scalar | A, |
const scalar | beta, | ||
const scalar | Ta, | ||
const scalar | B, | ||
const scalar | C | ||
) | [inline]
|
Construct from components.
Definition at line 35 of file LandauTellerReactionRateI.H.
LandauTellerReactionRate | ( | const speciesTable & | species, |
Istream & | is | ||
) | [inline]
|
Construct from Istream.
Definition at line 53 of file LandauTellerReactionRateI.H.
References Istream::readEnd().
static word type | ( | ) | [inline, static]
|
Return the type name.
Definition at line 85 of file LandauTellerReactionRate.H.
scalar operator() | ( | const scalar | T, |
const scalar | p, | ||
const scalarField & | c | ||
) | const [inline]
|
Definition at line 71 of file LandauTellerReactionRateI.H.
References Foam::cbrt(), Foam::exp(), Foam::mag(), Foam::pow(), and Foam::T().
Ostream& operator<< | ( | Ostream & | os, |
const LandauTellerReactionRate & | arr | ||
) | [friend]
|
Definition at line 110 of file LandauTellerReactionRateI.H.