Power series reaction rate. More...
#include <powerSeriesReactionRate.H>
Public Member Functions | |
| powerSeriesReactionRate (const scalar A, const scalar beta, const scalar Ta, const FixedList< scalar, nCoeff_ > coeffs) | |
| Construct from components. | |
| powerSeriesReactionRate (const speciesTable &species, const dictionary &dict) | |
| Construct from dictionary. | |
| scalar | operator() (const scalar p, const scalar T, const scalarField &c) const |
| void | write (Ostream &os) const |
| Write to stream. | |
Static Public Member Functions | |
| static word | type () |
| Return the type name. | |
Friends | |
| Ostream & | operator<< (Ostream &, const powerSeriesReactionRate &) |
|
inline |
Construct from components.
Definition at line 23 of file powerSeriesReactionRateI.H.
Referenced by operator<<.


|
inline |
Construct from dictionary.
Definition at line 38 of file powerSeriesReactionRateI.H.
References dict.
|
inlinestatic |
Return the type name.
Definition at line 97 of file powerSeriesReactionRate.H.
|
inline |
Definition at line 53 of file powerSeriesReactionRateI.H.
References Foam::exp(), forAll, Foam::mag(), n, p, Foam::pow(), and Foam::T().

|
inline |
Write to stream.
Definition at line 80 of file powerSeriesReactionRateI.H.
References os().

|
friend |
References powerSeriesReactionRate().