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 &) |
Additional Inherited Members | |
Private Member Functions inherited from ArrheniusReactionRate | |
| ArrheniusReactionRate (const scalar A, const scalar beta, const scalar Ta) | |
| Construct from components. | |
| ArrheniusReactionRate (const speciesTable &species, Istream &is) | |
| Construct from Istream. | |
|
inline |
Construct from components.
Definition at line 35 of file thirdBodyArrheniusReactionRateI.H.
|
inline |
Construct from Istream.
Definition at line 49 of file thirdBodyArrheniusReactionRateI.H.
References Istream::readEnd().
|
inlinestatic |
Return the type name.
Reimplemented from ArrheniusReactionRate.
Definition at line 83 of file thirdBodyArrheniusReactionRate.H.
|
inline |
Reimplemented from ArrheniusReactionRate.
Definition at line 68 of file thirdBodyArrheniusReactionRateI.H.
References ArrheniusReactionRate::operator()(), p, and Foam::T().
|
friend |
Definition at line 80 of file thirdBodyArrheniusReactionRateI.H.