A modified Arrhenius reaction rate given by: More...


Public Member Functions | |
| phaseSurfaceArrheniusReactionRate (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 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 32 of file phaseSurfaceArrheniusReactionRateI.H.
|
inlinestatic |
Return the type name.
Definition at line 94 of file phaseSurfaceArrheniusReactionRate.H.
|
inline |
Pre-evaluation hook.
Definition at line 50 of file phaseSurfaceArrheniusReactionRateI.H.
References diameterModel::Av(), phaseModel::diameter(), IOobject::groupName(), and ArrheniusReactionRate::preEvaluate().

|
inline |
Post-evaluation hook.
Definition at line 61 of file phaseSurfaceArrheniusReactionRateI.H.
References ArrheniusReactionRate::postEvaluate().

|
inline |
Evaluate the rate.
Definition at line 69 of file phaseSurfaceArrheniusReactionRateI.H.
References Foam::constant::universal::c, ArrheniusReactionRate::operator()(), p, and Foam::T().

|
inline |
Evaluate the derivative.
Definition at line 81 of file phaseSurfaceArrheniusReactionRateI.H.
References Foam::constant::universal::c, ArrheniusReactionRate::ddT(), p, and Foam::T().

|
inline |
Write to stream.
Definition at line 93 of file phaseSurfaceArrheniusReactionRateI.H.
References ArrheniusReactionRate::write(), and Foam::writeEntry().

|
friend |