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... | |
scalar | operator() (const scalar p, const scalar T, const scalarField &c) const |
scalar | ddT (const scalar p, const scalar T, const scalarField &c) 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, scalarField &dcidc) const |
Species concentration derivative of the pressure dependent term. More... | |
scalar | dcidT (const scalar p, const scalar T, const scalarField &c) 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 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 powerSeriesReactionRate::beta(), Foam::constant::universal::c, powerSeriesReactionRate::dcidc(), powerSeriesReactionRate::dcidT(), powerSeriesReactionRate::ddT(), p, Foam::T(), and powerSeriesReactionRate::write().
|
inline |
Definition at line 59 of file powerSeriesReactionRateI.H.
References powerSeriesReactionRate::ddT(), Foam::exp(), forAll, Foam::mag(), n, and Foam::pow().
|
inline |
Definition at line 86 of file powerSeriesReactionRateI.H.
References Foam::exp(), forAll, Foam::mag(), n, and Foam::pow().
Referenced by powerSeriesReactionRate::operator()(), and powerSeriesReactionRate::type().
|
inline |
Third-body efficiencies (beta = 1-alpha)
non-empty only for third-body reactions with enhanced molecularity (alpha != 1)
Definition at line 116 of file powerSeriesReactionRateI.H.
References powerSeriesReactionRate::dcidc().
Referenced by powerSeriesReactionRate::type().
|
inline |
Species concentration derivative of the pressure dependent term.
Definition at line 123 of file powerSeriesReactionRateI.H.
References powerSeriesReactionRate::dcidT().
Referenced by powerSeriesReactionRate::beta(), and powerSeriesReactionRate::type().
|
inline |
Temperature derivative of the pressure dependent term.
Definition at line 133 of file powerSeriesReactionRateI.H.
Referenced by powerSeriesReactionRate::dcidc(), and powerSeriesReactionRate::type().
|
inline |
Write to stream.
Definition at line 143 of file powerSeriesReactionRateI.H.
References Foam::writeEntry().
Referenced by powerSeriesReactionRate::type().
|
friend |