A modified Arrhenius reaction rate given by: More...
Public Member Functions | |
surfaceArrheniusReactionRate (const speciesTable &species, const objectRegistry &ob, 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 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 60 of file surfaceArrheniusReactionRate.H.
|
inline |
Construct from dictionary.
Definition at line 29 of file surfaceArrheniusReactionRateI.H.
|
inlinestatic |
Return the type name.
Definition at line 89 of file surfaceArrheniusReactionRate.H.
References Foam::constant::universal::c, surfaceArrheniusReactionRate::ddT(), p, surfaceArrheniusReactionRate::postEvaluate(), surfaceArrheniusReactionRate::preEvaluate(), Foam::T(), and surfaceArrheniusReactionRate::write().
|
inline |
Pre-evaluation hook.
Definition at line 46 of file surfaceArrheniusReactionRateI.H.
References ArrheniusReactionRate::preEvaluate().
Referenced by surfaceArrheniusReactionRate::type().
|
inline |
Post-evaluation hook.
Definition at line 52 of file surfaceArrheniusReactionRateI.H.
References ArrheniusReactionRate::postEvaluate().
Referenced by surfaceArrheniusReactionRate::type().
|
inline |
Evaluate the rate.
Definition at line 59 of file surfaceArrheniusReactionRateI.H.
References surfaceArrheniusReactionRate::ddT(), and ArrheniusReactionRate::operator()().
|
inline |
Evaluate the derivative.
Definition at line 71 of file surfaceArrheniusReactionRateI.H.
References ArrheniusReactionRate::ddT().
Referenced by surfaceArrheniusReactionRate::operator()(), and surfaceArrheniusReactionRate::type().
|
inline |
Write to stream.
Definition at line 82 of file surfaceArrheniusReactionRateI.H.
References ArrheniusReactionRate::write(), and Foam::writeEntry().
Referenced by surfaceArrheniusReactionRate::type().
|
friend |