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, Istream &is) | |
Construct from Istream. More... | |
powerSeriesReactionRate (const speciesTable &species, const dictionary &dict) | |
Construct from dictionary. More... | |
scalar | operator() (const scalar p, const scalar T, const scalarField &c) const |
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.
Referenced by powerSeriesReactionRate::powerSeriesReactionRate().
|
inline |
Construct from Istream.
Definition at line 44 of file powerSeriesReactionRateI.H.
References powerSeriesReactionRate::powerSeriesReactionRate(), and Istream::readEnd().
|
inline |
Construct from dictionary.
Definition at line 59 of file powerSeriesReactionRateI.H.
|
inlinestatic |
Return the type name.
Definition at line 100 of file powerSeriesReactionRate.H.
References Foam::constant::universal::c, p, Foam::T(), and powerSeriesReactionRate::write().
|
inline |
Definition at line 74 of file powerSeriesReactionRateI.H.
References Foam::exp(), forAll, Foam::mag(), n, and Foam::pow().
|
inline |
Write to stream.
Definition at line 100 of file powerSeriesReactionRateI.H.
References token::END_STATEMENT, Foam::nl, and Ostream::writeKeyword().
Referenced by powerSeriesReactionRate::type().
|
friend |