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 |
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 | |
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 LandauTellerReactionRate::beta(), Foam::constant::universal::c, LandauTellerReactionRate::dcidc(), LandauTellerReactionRate::dcidT(), LandauTellerReactionRate::ddT(), p, Foam::T(), and LandauTellerReactionRate::write().
|
inline |
Definition at line 62 of file LandauTellerReactionRateI.H.
References Foam::cbrt(), LandauTellerReactionRate::ddT(), Foam::exp(), Foam::mag(), Foam::pow(), and T.
|
inline |
Definition at line 102 of file LandauTellerReactionRateI.H.
References Foam::cbrt(), Foam::exp(), Foam::mag(), Foam::pow(), and T.
Referenced by LandauTellerReactionRate::operator()(), and LandauTellerReactionRate::type().
|
inline |
Third-body efficiencies (beta = 1-alpha)
non-empty only for third-body reactions with enhanced molecularity (alpha != 1)
Definition at line 149 of file LandauTellerReactionRateI.H.
References LandauTellerReactionRate::dcidc().
Referenced by LandauTellerReactionRate::type().
|
inline |
Species concentration derivative of the pressure dependent term.
Definition at line 156 of file LandauTellerReactionRateI.H.
References LandauTellerReactionRate::dcidT().
Referenced by LandauTellerReactionRate::beta(), and LandauTellerReactionRate::type().
|
inline |
Temperature derivative of the pressure dependent term.
Definition at line 166 of file LandauTellerReactionRateI.H.
Referenced by LandauTellerReactionRate::dcidc(), and LandauTellerReactionRate::type().
|
inline |
Write to stream.
Definition at line 176 of file LandauTellerReactionRateI.H.
References Foam::writeEntry().
Referenced by LandauTellerReactionRate::type().
|
friend |