A modified Arrhenius reaction rate given by: More...
Public Member Functions | |
phaseSurfaceArrheniusReactionRate (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 phaseSurfaceArrheniusReactionRate &) |
A modified Arrhenius reaction rate given by:
k = (A * T^beta * exp(-Ta/T))*a
Where a is the phase surface area per unit volume. The name of the phase is specified by the user.
Definition at line 61 of file phaseSurfaceArrheniusReactionRate.H.
|
inline |
Construct from dictionary.
Definition at line 34 of file phaseSurfaceArrheniusReactionRateI.H.
|
inlinestatic |
Return the type name.
Definition at line 93 of file phaseSurfaceArrheniusReactionRate.H.
References Foam::constant::universal::c, phaseSurfaceArrheniusReactionRate::ddT(), p, phaseSurfaceArrheniusReactionRate::postEvaluate(), phaseSurfaceArrheniusReactionRate::preEvaluate(), Foam::T(), and phaseSurfaceArrheniusReactionRate::write().
|
inline |
Pre-evaluation hook.
Definition at line 49 of file phaseSurfaceArrheniusReactionRateI.H.
References phaseModel::dPtr(), IOobject::groupName(), objectRegistry::lookupObject(), and ArrheniusReactionRate::preEvaluate().
Referenced by phaseSurfaceArrheniusReactionRate::type().
|
inline |
Post-evaluation hook.
Definition at line 60 of file phaseSurfaceArrheniusReactionRateI.H.
References ArrheniusReactionRate::postEvaluate().
Referenced by phaseSurfaceArrheniusReactionRate::type().
|
inline |
Evaluate the rate.
Definition at line 69 of file phaseSurfaceArrheniusReactionRateI.H.
References phaseSurfaceArrheniusReactionRate::ddT(), and ArrheniusReactionRate::operator()().
|
inline |
Evaluate the derivative.
Definition at line 81 of file phaseSurfaceArrheniusReactionRateI.H.
References ArrheniusReactionRate::ddT().
Referenced by phaseSurfaceArrheniusReactionRate::operator()(), and phaseSurfaceArrheniusReactionRate::type().
|
inline |
Write to stream.
Definition at line 92 of file phaseSurfaceArrheniusReactionRateI.H.
References ArrheniusReactionRate::write(), and Foam::writeEntry().
Referenced by phaseSurfaceArrheniusReactionRate::type().
|
friend |