Arrhenius reaction rate given by: More...
Public Member Functions | |
| ArrheniusReactionRate (const scalar A, const scalar beta, const scalar Ta) | |
| Construct from components. More... | |
| ArrheniusReactionRate (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 ArrheniusReactionRate &) |
Arrhenius reaction rate given by:
Definition at line 60 of file ArrheniusReactionRate.H.
|
inline |
Construct from components.
Definition at line 31 of file ArrheniusReactionRateI.H.
|
inline |
Construct from dictionary.
Definition at line 44 of file ArrheniusReactionRateI.H.
|
inlinestatic |
Return the type name.
Definition at line 92 of file ArrheniusReactionRate.H.
|
inline |
Definition at line 58 of file ArrheniusReactionRateI.H.
References Foam::exp(), Foam::mag(), Foam::pow(), and T.
|
inline |
Write to stream.
Definition at line 80 of file ArrheniusReactionRateI.H.
References Ostream::writeEntry().
Referenced by thirdBodyArrheniusReactionRate::write().
|
friend |