Power series reaction rate. More...
Public Member Functions | |
powerSeriesReactionRate (const scalar A, const scalar beta, const scalar Ta, const FixedList< scalar, nCoeff_ > coeffs) | |
Construct from components. More... | |
powerSeriesReactionRate (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... | |
Friends | |
Ostream & | operator<< (Ostream &, const powerSeriesReactionRate &) |
|
inline |
Construct from components.
Definition at line 29 of file powerSeriesReactionRateI.H.
|
inline |
Construct from dictionary.
Definition at line 44 of file powerSeriesReactionRateI.H.
|
inlinestatic |
Return the type name.
Definition at line 93 of file powerSeriesReactionRate.H.
References Foam::constant::universal::c, powerSeriesReactionRate::ddc(), powerSeriesReactionRate::ddT(), powerSeriesReactionRate::hasDdc(), p, powerSeriesReactionRate::postEvaluate(), powerSeriesReactionRate::preEvaluate(), Foam::T(), and powerSeriesReactionRate::write().
|
inline |
Pre-evaluation hook.
Definition at line 58 of file powerSeriesReactionRateI.H.
Referenced by powerSeriesReactionRate::type().
|
inline |
Post-evaluation hook.
Definition at line 62 of file powerSeriesReactionRateI.H.
Referenced by powerSeriesReactionRate::type().
|
inline |
Return the rate.
Definition at line 67 of file powerSeriesReactionRateI.H.
References powerSeriesReactionRate::ddT(), Foam::exp(), forAll, Foam::mag(), n, and Foam::pow().
|
inline |
The derivative of the rate w.r.t. temperature.
Definition at line 95 of file powerSeriesReactionRateI.H.
References Foam::exp(), forAll, Foam::mag(), n, and Foam::pow().
Referenced by powerSeriesReactionRate::operator()(), and powerSeriesReactionRate::type().
|
inline |
Is the rate a function of concentration?
Definition at line 125 of file powerSeriesReactionRateI.H.
References powerSeriesReactionRate::ddc().
Referenced by powerSeriesReactionRate::type().
|
inline |
The derivative of the rate w.r.t. concentration.
Definition at line 132 of file powerSeriesReactionRateI.H.
Referenced by powerSeriesReactionRate::hasDdc(), and powerSeriesReactionRate::type().
|
inline |
Write to stream.
Definition at line 144 of file powerSeriesReactionRateI.H.
References Foam::writeEntry().
Referenced by powerSeriesReactionRate::type().
|
friend |