Janev, Langer, Evans and Post reaction rate. More...
Public Member Functions | |
JanevReactionRate (const scalar A, const scalar beta, const scalar Ta, const FixedList< scalar, nb_ > b) | |
Construct from components. More... | |
JanevReactionRate (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 JanevReactionRate &) |
Janev, Langer, Evans and Post reaction rate.
Definition at line 57 of file JanevReactionRate.H.
|
inline |
Construct from components.
Definition at line 29 of file JanevReactionRateI.H.
|
inline |
Construct from dictionary.
Definition at line 44 of file JanevReactionRateI.H.
|
inlinestatic |
Return the type name.
Definition at line 93 of file JanevReactionRate.H.
References JanevReactionRate::beta(), Foam::constant::universal::c, JanevReactionRate::dcidc(), JanevReactionRate::dcidT(), JanevReactionRate::ddT(), p, JanevReactionRate::postEvaluate(), JanevReactionRate::preEvaluate(), Foam::T(), and JanevReactionRate::write().
|
inline |
Pre-evaluation hook.
Definition at line 58 of file JanevReactionRateI.H.
Referenced by JanevReactionRate::type().
|
inline |
Post-evaluation hook.
Definition at line 62 of file JanevReactionRateI.H.
Referenced by JanevReactionRate::type().
|
inline |
Definition at line 67 of file JanevReactionRateI.H.
References JanevReactionRate::ddT(), Foam::exp(), Foam::log(), Foam::mag(), n, Foam::pow(), and Foam::T().
|
inline |
Definition at line 102 of file JanevReactionRateI.H.
References Foam::exp(), Foam::log(), Foam::mag(), n, Foam::pow(), and Foam::T().
Referenced by JanevReactionRate::operator()(), and JanevReactionRate::type().
|
inline |
Third-body efficiencies (beta = 1-alpha)
non-empty only for third-body reactions with enhanced molecularity (alpha != 1)
Definition at line 144 of file JanevReactionRateI.H.
References JanevReactionRate::dcidc().
Referenced by JanevReactionRate::type().
|
inline |
Species concentration derivative of the pressure dependent term.
Definition at line 151 of file JanevReactionRateI.H.
References JanevReactionRate::dcidT().
Referenced by JanevReactionRate::beta(), and JanevReactionRate::type().
|
inline |
Temperature derivative of the pressure dependent term.
Definition at line 162 of file JanevReactionRateI.H.
Referenced by JanevReactionRate::dcidc(), and JanevReactionRate::type().
|
inline |
Write to stream.
Definition at line 173 of file JanevReactionRateI.H.
References Foam::nl, and Foam::writeKeyword().
Referenced by JanevReactionRate::type().
|
friend |