Arrhenius reaction rate enhanced by third-body interation. More...
#include <specie/thirdBodyArrheniusReactionRate.H>
Arrhenius reaction rate enhanced by third-body interation.
Definition at line 50 of file thirdBodyArrheniusReactionRate.H.
Inheritance diagram for thirdBodyArrheniusReactionRate:
Collaboration diagram for thirdBodyArrheniusReactionRate:Public Member Functions | |
| thirdBodyArrheniusReactionRate (const scalar A, const scalar beta, const scalar Ta, const thirdBodyEfficiencies &tbes) | |
| Construct from components.
| |
| thirdBodyArrheniusReactionRate (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 thirdBodyArrheniusReactionRate &) |
| thirdBodyArrheniusReactionRate | ( | const scalar | A, |
| const scalar | beta, | ||
| const scalar | Ta, | ||
| const thirdBodyEfficiencies & | tbes | ||
| ) | [inline]
|
Construct from components.
Definition at line 35 of file thirdBodyArrheniusReactionRateI.H.
| thirdBodyArrheniusReactionRate | ( | const speciesTable & | species, |
| Istream & | is | ||
| ) | [inline]
|
Construct from Istream.
Definition at line 49 of file thirdBodyArrheniusReactionRateI.H.
References Istream::readEnd().
| static word type | ( | ) | [inline, static]
|
Return the type name.
Reimplemented from ArrheniusReactionRate.
Definition at line 83 of file thirdBodyArrheniusReactionRate.H.
| scalar operator() | ( | const scalar | T, |
| const scalar | p, | ||
| const scalarField & | c | ||
| ) | const [inline]
|
Reimplemented from ArrheniusReactionRate.
Definition at line 68 of file thirdBodyArrheniusReactionRateI.H.
References ArrheniusReactionRate::operator()(), p, and Foam::T().
| Ostream& operator<< | ( | Ostream & | os, |
| const thirdBodyArrheniusReactionRate & | arr | ||
| ) | [friend]
|
Definition at line 80 of file thirdBodyArrheniusReactionRateI.H.