Arrhenius reaction rate. More...
#include <specie/ArrheniusReactionRate.H>
Public Member Functions | |
ArrheniusReactionRate (const scalar A, const scalar beta, const scalar Ta) | |
Construct from components. | |
ArrheniusReactionRate (const speciesTable &species, Istream &is) | |
Construct from Istream. | |
scalar | operator() (const scalar T, const scalar p, const scalarField &c) const |
Static Public Member Functions | |
static word | type () |
Return the type name. |
Friends | |
Ostream & | operator<< (Ostream &, const ArrheniusReactionRate &) |
|
inline |
Construct from components.
Definition at line 35 of file ArrheniusReactionRateI.H.
|
inline |
Construct from Istream.
Definition at line 49 of file ArrheniusReactionRateI.H.
References Istream::readEnd().
|
inlinestatic |
Return the type name.
Reimplemented in thirdBodyArrheniusReactionRate.
Definition at line 82 of file ArrheniusReactionRate.H.
|
inline |
Reimplemented in thirdBodyArrheniusReactionRate.
Definition at line 65 of file ArrheniusReactionRateI.H.
References Foam::exp(), Foam::mag(), Foam::pow(), and Foam::T().
Referenced by thirdBodyArrheniusReactionRate::operator()().
|
friend |
Definition at line 87 of file ArrheniusReactionRateI.H.