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... | |
| void | preEvaluate () const |
| Pre-evaluation hook. More... | |
| void | postEvaluate () const |
| Post-evaluation hook. More... | |
| scalar | operator() (const scalar p, const scalar T, const scalarField &c, const label li) const |
| Return the rate. More... | |
| scalar | ddT (const scalar p, const scalar T, const scalarField &c, const label li) const |
| The derivative of the rate w.r.t. temperature. More... | |
| bool | hasDdc () const |
| Is the rate a function of concentration? More... | |
| void | ddc (const scalar p, const scalar T, const scalarField &c, const label li, scalarField &ddc) const |
| The derivative of the rate w.r.t. concentration. 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 Foam::constant::universal::c, LandauTellerReactionRate::ddc(), LandauTellerReactionRate::ddT(), LandauTellerReactionRate::hasDdc(), p, LandauTellerReactionRate::postEvaluate(), LandauTellerReactionRate::preEvaluate(), Foam::T(), and LandauTellerReactionRate::write().

|
inline |
Pre-evaluation hook.
Definition at line 61 of file LandauTellerReactionRateI.H.
Referenced by LandauTellerReactionRate::type().

|
inline |
Post-evaluation hook.
Definition at line 65 of file LandauTellerReactionRateI.H.
Referenced by LandauTellerReactionRate::type().

|
inline |
Return the rate.
Definition at line 70 of file LandauTellerReactionRateI.H.
References Foam::cbrt(), LandauTellerReactionRate::ddT(), Foam::exp(), Foam::mag(), Foam::pow(), and Foam::T().

|
inline |
The derivative of the rate w.r.t. temperature.
Definition at line 111 of file LandauTellerReactionRateI.H.
References Foam::cbrt(), Foam::exp(), Foam::mag(), Foam::pow(), and Foam::T().
Referenced by LandauTellerReactionRate::operator()(), and LandauTellerReactionRate::type().


|
inline |
Is the rate a function of concentration?
Definition at line 158 of file LandauTellerReactionRateI.H.
References LandauTellerReactionRate::ddc().
Referenced by LandauTellerReactionRate::type().


|
inline |
The derivative of the rate w.r.t. concentration.
Definition at line 165 of file LandauTellerReactionRateI.H.
Referenced by LandauTellerReactionRate::hasDdc(), and LandauTellerReactionRate::type().

|
inline |
Write to stream.
Definition at line 177 of file LandauTellerReactionRateI.H.
References Foam::writeEntry().
Referenced by LandauTellerReactionRate::type().


|
friend |