Arrhenius reaction rate given by: More...
#include <ArrheniusReactionRate.H>

Public Member Functions | |
| ArrheniusReactionRate (const scalar A, const scalar beta, const scalar Ta) | |
| Construct from components. | |
| ArrheniusReactionRate (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 ArrheniusReactionRate &) |
Arrhenius reaction rate given by:
k = A * T^beta * exp(-Ta/T)
Definition at line 56 of file ArrheniusReactionRate.H.
|
inline |
Construct from components.
Definition at line 23 of file ArrheniusReactionRateI.H.
Referenced by operator<<, thirdBodyArrheniusReactionRate::thirdBodyArrheniusReactionRate(), and thirdBodyArrheniusReactionRate::thirdBodyArrheniusReactionRate().


|
inline |
|
inlinestatic |
Return the type name.
Definition at line 94 of file ArrheniusReactionRate.H.
|
inline |
Definition at line 50 of file ArrheniusReactionRateI.H.
References Foam::exp(), Foam::mag(), p, Foam::pow(), and Foam::T().
Referenced by thirdBodyArrheniusReactionRate::operator()().


|
inline |
Write to stream.
Definition at line 73 of file ArrheniusReactionRateI.H.
References os().
Referenced by thirdBodyArrheniusReactionRate::write().


|
friend |
References ArrheniusReactionRate().