General class for handling unimolecular/recombination fall-off reactions. More...
Public Member Functions | |
FallOffReactionRate (const ReactionRate &k0, const ReactionRate &kInf, const FallOffFunction &F, const thirdBodyEfficiencies &tbes) | |
Construct from components. More... | |
FallOffReactionRate (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 FallOffReactionRate< ReactionRate, FallOffFunction > &) |
General class for handling unimolecular/recombination fall-off reactions.
Definition at line 47 of file FallOffReactionRate.H.
|
inline |
|
inline |
|
inlinestatic |
Return the type name.
Definition at line 97 of file FallOffReactionRate.H.
References FallOffReactionRate< ReactionRate, FallOffFunction >::beta(), Foam::constant::universal::c, FallOffReactionRate< ReactionRate, FallOffFunction >::dcidc(), FallOffReactionRate< ReactionRate, FallOffFunction >::dcidT(), FallOffReactionRate< ReactionRate, FallOffFunction >::ddT(), FallOffReactionRate< ReactionRate, FallOffFunction >::operator, p, FallOffReactionRate< ReactionRate, FallOffFunction >::postEvaluate(), FallOffReactionRate< ReactionRate, FallOffFunction >::preEvaluate(), Foam::T(), Foam::type(), and FallOffReactionRate< ReactionRate, FallOffFunction >::write().
|
inline |
Pre-evaluation hook.
Definition at line 81 of file FallOffReactionRateI.H.
Referenced by FallOffReactionRate< ReactionRate, FallOffFunction >::type().
|
inline |
Post-evaluation hook.
Definition at line 90 of file FallOffReactionRateI.H.
References FallOffReactionRate< ReactionRate, FallOffFunction >::operator.
Referenced by FallOffReactionRate< ReactionRate, FallOffFunction >::type().
|
inline |
Definition at line 100 of file FallOffReactionRateI.H.
References FallOffReactionRate< ReactionRate, FallOffFunction >::ddT().
|
inline |
Definition at line 118 of file FallOffReactionRateI.H.
References FallOffReactionRate< ReactionRate, FallOffFunction >::dcidc().
Referenced by FallOffReactionRate< ReactionRate, FallOffFunction >::operator()(), and FallOffReactionRate< ReactionRate, FallOffFunction >::type().
Third-body efficiencies (beta = 1-alpha)
non-empty only for third-body reactions with enhanced molecularity (alpha != 1)
Definition at line 127 of file FallOffReactionRate.H.
Referenced by FallOffReactionRate< ReactionRate, FallOffFunction >::type().
|
inline |
Species concentration derivative of the pressure dependent term.
Definition at line 135 of file FallOffReactionRateI.H.
References FallOffReactionRate< ReactionRate, FallOffFunction >::dcidT(), Foam::constant::physicoChemical::F, forAll, and M.
Referenced by FallOffReactionRate< ReactionRate, FallOffFunction >::ddT(), and FallOffReactionRate< ReactionRate, FallOffFunction >::type().
|
inline |
Temperature derivative of the pressure dependent term.
Definition at line 172 of file FallOffReactionRateI.H.
References M, T, and FallOffReactionRate< ReactionRate, FallOffFunction >::write().
Referenced by FallOffReactionRate< ReactionRate, FallOffFunction >::dcidc(), and FallOffReactionRate< ReactionRate, FallOffFunction >::type().
|
inline |
Write to stream.
Definition at line 203 of file FallOffReactionRateI.H.
References Foam::decrIndent(), Foam::incrIndent(), Foam::indent(), Foam::nl, and Ostream::write().
Referenced by FallOffReactionRate< ReactionRate, FallOffFunction >::dcidT(), and FallOffReactionRate< ReactionRate, FallOffFunction >::type().
|
friend |