Arrhenius reaction rate enhanced by third-body interaction. More...
Public Member Functions | |
thirdBodyArrheniusReactionRate (const scalar A, const scalar beta, const scalar Ta, const thirdBodyEfficiencies &tbes) | |
Construct from components. More... | |
thirdBodyArrheniusReactionRate (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 thirdBodyArrheniusReactionRate &) |
Arrhenius reaction rate enhanced by third-body interaction.
Definition at line 56 of file thirdBodyArrheniusReactionRate.H.
|
inline |
Construct from components.
Definition at line 29 of file thirdBodyArrheniusReactionRateI.H.
|
inline |
Construct from dictionary.
Definition at line 42 of file thirdBodyArrheniusReactionRateI.H.
|
inlinestatic |
Return the type name.
Definition at line 89 of file thirdBodyArrheniusReactionRate.H.
References Foam::constant::universal::c, thirdBodyArrheniusReactionRate::ddc(), thirdBodyArrheniusReactionRate::ddT(), thirdBodyArrheniusReactionRate::hasDdc(), p, thirdBodyArrheniusReactionRate::postEvaluate(), thirdBodyArrheniusReactionRate::preEvaluate(), Foam::T(), and thirdBodyArrheniusReactionRate::write().
|
inline |
Pre-evaluation hook.
Definition at line 58 of file thirdBodyArrheniusReactionRateI.H.
References ArrheniusReactionRate::preEvaluate().
Referenced by thirdBodyArrheniusReactionRate::type().
|
inline |
Post-evaluation hook.
Definition at line 64 of file thirdBodyArrheniusReactionRateI.H.
References ArrheniusReactionRate::postEvaluate().
Referenced by thirdBodyArrheniusReactionRate::type().
|
inline |
Return the rate.
Definition at line 71 of file thirdBodyArrheniusReactionRateI.H.
References thirdBodyArrheniusReactionRate::ddT(), thirdBodyEfficiencies::M(), and ArrheniusReactionRate::operator()().
|
inline |
The derivative of the rate w.r.t. temperature.
Definition at line 85 of file thirdBodyArrheniusReactionRateI.H.
References ArrheniusReactionRate::ddT(), and thirdBodyEfficiencies::M().
Referenced by thirdBodyArrheniusReactionRate::operator()(), and thirdBodyArrheniusReactionRate::type().
|
inline |
Is the rate a function of concentration?
Definition at line 98 of file thirdBodyArrheniusReactionRateI.H.
References thirdBodyArrheniusReactionRate::ddc().
Referenced by thirdBodyArrheniusReactionRate::type().
|
inline |
The derivative of the rate w.r.t. concentration.
Definition at line 105 of file thirdBodyArrheniusReactionRateI.H.
References thirdBodyEfficiencies::dMdc(), k, and ArrheniusReactionRate::operator()().
Referenced by thirdBodyArrheniusReactionRate::hasDdc(), and thirdBodyArrheniusReactionRate::type().
|
inline |
Write to stream.
Definition at line 120 of file thirdBodyArrheniusReactionRateI.H.
References thirdBodyEfficiencies::write(), and ArrheniusReactionRate::write().
Referenced by thirdBodyArrheniusReactionRate::type().
|
friend |