Arrhenius reaction rate. More...
#include <specie/ArrheniusReactionRate.H>
Arrhenius reaction rate.
Definition at line 50 of file ArrheniusReactionRate.H.
Inheritance diagram for ArrheniusReactionRate: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 &) |
| ArrheniusReactionRate | ( | const scalar | A, |
| const scalar | beta, | ||
| const scalar | Ta | ||
| ) | [inline]
|
Construct from components.
Definition at line 35 of file ArrheniusReactionRateI.H.
| ArrheniusReactionRate | ( | const speciesTable & | species, |
| Istream & | is | ||
| ) | [inline]
|
Construct from Istream.
Definition at line 49 of file ArrheniusReactionRateI.H.
References Istream::readEnd().
| static word type | ( | ) | [inline, static]
|
Return the type name.
Reimplemented in thirdBodyArrheniusReactionRate.
Definition at line 82 of file ArrheniusReactionRate.H.
| scalar operator() | ( | const scalar | T, |
| const scalar | p, | ||
| const scalarField & | c | ||
| ) | const [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()().
| Ostream& operator<< | ( | Ostream & | os, |
| const ArrheniusReactionRate & | arr | ||
| ) | [friend]
|
Definition at line 87 of file ArrheniusReactionRateI.H.