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 |
scalar | ddT (const scalar p, const scalar T, const scalarField &c, const label li) const |
const List< Tuple2< label, scalar > > & | beta () const |
Third-body efficiencies (beta = 1-alpha) More... | |
void | dcidc (const scalar p, const scalar T, const scalarField &c, const label li, scalarField &dcidc) const |
Species concentration derivative of the pressure dependent term. More... | |
scalar | dcidT (const scalar p, const scalar T, const scalarField &c, const label li) const |
Temperature derivative of the pressure dependent term. 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.
References forAll.
|
inline |
Construct from dictionary.
Definition at line 47 of file thirdBodyArrheniusReactionRateI.H.
References forAll.
|
inlinestatic |
Return the type name.
Definition at line 90 of file thirdBodyArrheniusReactionRate.H.
References thirdBodyArrheniusReactionRate::beta(), Foam::constant::universal::c, thirdBodyArrheniusReactionRate::dcidc(), thirdBodyArrheniusReactionRate::dcidT(), thirdBodyArrheniusReactionRate::ddT(), p, thirdBodyArrheniusReactionRate::postEvaluate(), thirdBodyArrheniusReactionRate::preEvaluate(), Foam::T(), and thirdBodyArrheniusReactionRate::write().
|
inline |
Pre-evaluation hook.
Definition at line 75 of file thirdBodyArrheniusReactionRateI.H.
References ArrheniusReactionRate::preEvaluate().
Referenced by thirdBodyArrheniusReactionRate::type().
|
inline |
Post-evaluation hook.
Definition at line 81 of file thirdBodyArrheniusReactionRateI.H.
References ArrheniusReactionRate::postEvaluate().
Referenced by thirdBodyArrheniusReactionRate::type().
|
inline |
Definition at line 88 of file thirdBodyArrheniusReactionRateI.H.
References thirdBodyArrheniusReactionRate::ddT(), thirdBodyEfficiencies::M(), and ArrheniusReactionRate::operator()().
|
inline |
Definition at line 102 of file thirdBodyArrheniusReactionRateI.H.
References thirdBodyArrheniusReactionRate::dcidc(), ArrheniusReactionRate::ddT(), and thirdBodyEfficiencies::M().
Referenced by thirdBodyArrheniusReactionRate::operator()(), and thirdBodyArrheniusReactionRate::type().
Third-body efficiencies (beta = 1-alpha)
non-empty only for third-body reactions with enhanced molecularity (alpha != 1)
Definition at line 120 of file thirdBodyArrheniusReactionRate.H.
Referenced by thirdBodyArrheniusReactionRate::type().
|
inline |
Species concentration derivative of the pressure dependent term.
Definition at line 116 of file thirdBodyArrheniusReactionRateI.H.
References thirdBodyArrheniusReactionRate::dcidT(), forAll, thirdBodyEfficiencies::M(), M, and Foam::max().
Referenced by thirdBodyArrheniusReactionRate::ddT(), and thirdBodyArrheniusReactionRate::type().
|
inline |
Temperature derivative of the pressure dependent term.
Definition at line 133 of file thirdBodyArrheniusReactionRateI.H.
References Foam::T().
Referenced by thirdBodyArrheniusReactionRate::dcidc(), and thirdBodyArrheniusReactionRate::type().
|
inline |
Write to stream.
Definition at line 144 of file thirdBodyArrheniusReactionRateI.H.
References thirdBodyEfficiencies::write(), and ArrheniusReactionRate::write().
Referenced by thirdBodyArrheniusReactionRate::type().
|
friend |