Arrhenius reaction rate given by: More...
Public Member Functions | |
ArrheniusReactionRate (const scalar A, const scalar beta, const scalar Ta) | |
Construct from components. More... | |
ArrheniusReactionRate (const speciesTable &species, const dimensionSet &dims, 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 ArrheniusReactionRate &) |
Arrhenius reaction rate given by:
k = A * T^beta * exp(-Ta/T)
Definition at line 59 of file ArrheniusReactionRate.H.
|
inline |
Construct from components.
Definition at line 31 of file ArrheniusReactionRateI.H.
|
inline |
Construct from dictionary.
Definition at line 44 of file ArrheniusReactionRateI.H.
|
inlinestatic |
Return the type name.
Definition at line 92 of file ArrheniusReactionRate.H.
|
inline |
Pre-evaluation hook.
Definition at line 65 of file ArrheniusReactionRateI.H.
Referenced by phaseSurfaceArrheniusReactionRate::preEvaluate(), surfaceArrheniusReactionRate::preEvaluate(), and thirdBodyArrheniusReactionRate::preEvaluate().
|
inline |
Post-evaluation hook.
Definition at line 69 of file ArrheniusReactionRateI.H.
Referenced by phaseSurfaceArrheniusReactionRate::postEvaluate(), surfaceArrheniusReactionRate::postEvaluate(), and thirdBodyArrheniusReactionRate::postEvaluate().
|
inline |
Return the rate.
Definition at line 73 of file ArrheniusReactionRateI.H.
References Foam::exp(), Foam::mag(), Foam::pow(), and Foam::T().
Referenced by thirdBodyArrheniusReactionRate::ddc(), phaseSurfaceArrheniusReactionRate::operator()(), surfaceArrheniusReactionRate::operator()(), and thirdBodyArrheniusReactionRate::operator()().
|
inline |
The derivative of the rate w.r.t. temperature.
Definition at line 97 of file ArrheniusReactionRateI.H.
References Foam::exp(), Foam::mag(), Foam::pow(), and Foam::T().
Referenced by phaseSurfaceArrheniusReactionRate::ddT(), surfaceArrheniusReactionRate::ddT(), and thirdBodyArrheniusReactionRate::ddT().
|
inline |
Is the rate a function of concentration?
Definition at line 121 of file ArrheniusReactionRateI.H.
|
inline |
The derivative of the rate w.r.t. concentration.
Definition at line 127 of file ArrheniusReactionRateI.H.
|
inline |
Write to stream.
Definition at line 140 of file ArrheniusReactionRateI.H.
References Foam::writeEntry().
Referenced by phaseSurfaceArrheniusReactionRate::write(), surfaceArrheniusReactionRate::write(), and thirdBodyArrheniusReactionRate::write().
|
friend |