A modified Arrhenius reaction rate given by: More...
Public Member Functions | |
surfaceArrheniusReactionRate (const speciesTable &species, const objectRegistry &ob, 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 |
Evaluate the rate. More... | |
scalar | ddT (const scalar p, const scalar T, const scalarField &c, const label li) const |
Evaluate the derivative. More... | |
void | write (Ostream &os) const |
Write to stream. More... | |
Public Member Functions inherited from ArrheniusReactionRate | |
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... | |
Static Public Member Functions inherited from ArrheniusReactionRate | |
static word | type () |
Return the type name. More... | |
Friends | |
Ostream & | operator<< (Ostream &, const surfaceArrheniusReactionRate &) |
A modified Arrhenius reaction rate given by:
k = (A * T^beta * exp(-Ta/T))*a
Where a is the surface area per unit volume, the name of which is specified by the user.
Definition at line 62 of file surfaceArrheniusReactionRate.H.
|
inline |
Construct from dictionary.
Definition at line 30 of file surfaceArrheniusReactionRateI.H.
|
inlinestatic |
Return the type name.
Definition at line 95 of file surfaceArrheniusReactionRate.H.
|
inline |
Pre-evaluation hook.
Definition at line 47 of file surfaceArrheniusReactionRateI.H.
References ArrheniusReactionRate::preEvaluate().
|
inline |
Post-evaluation hook.
Definition at line 55 of file surfaceArrheniusReactionRateI.H.
References ArrheniusReactionRate::postEvaluate().
|
inline |
Evaluate the rate.
Definition at line 63 of file surfaceArrheniusReactionRateI.H.
References Foam::constant::universal::c, ArrheniusReactionRate::operator()(), p, and Foam::T().
|
inline |
Evaluate the derivative.
Definition at line 75 of file surfaceArrheniusReactionRateI.H.
References Foam::constant::universal::c, ArrheniusReactionRate::ddT(), p, and Foam::T().
|
inline |
Write to stream.
Definition at line 87 of file surfaceArrheniusReactionRateI.H.
References ArrheniusReactionRate::write(), and Foam::writeEntry().
|
friend |