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 58 of file ArrheniusReactionRate.H.
|
inline |
Construct from components.
Definition at line 29 of file ArrheniusReactionRateI.H.
|
inline |
Construct from dictionary.
Definition at line 42 of file ArrheniusReactionRateI.H.
|
inlinestatic |
Return the type name.
Definition at line 90 of file ArrheniusReactionRate.H.
References Foam::constant::universal::c, p, Foam::T(), and ArrheniusReactionRate::write().

|
inline |
Definition at line 56 of file ArrheniusReactionRateI.H.
References Foam::exp(), Foam::mag(), and Foam::pow().

|
inline |
Write to stream.
Definition at line 78 of file ArrheniusReactionRateI.H.
References token::END_STATEMENT, Foam::nl, and Ostream::writeKeyword().
Referenced by ArrheniusReactionRate::type(), and thirdBodyArrheniusReactionRate::write().


|
friend |
1.8.13