Arrhenius reaction rate enhanced by third-body interaction. More...
Public Member Functions | |
thirdBodyArrheniusReactionRate (const scalar A, const scalar beta, const scalar Ta, const thirdBodyEfficiencies &tbes) | |
Construct from components. More... | |
thirdBodyArrheniusReactionRate (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 thirdBodyArrheniusReactionRate &) |
Arrhenius reaction rate enhanced by third-body interaction.
Definition at line 58 of file thirdBodyArrheniusReactionRate.H.
|
inline |
Construct from components.
Definition at line 31 of file thirdBodyArrheniusReactionRateI.H.
|
inline |
Construct from dictionary.
Definition at line 44 of file thirdBodyArrheniusReactionRateI.H.
|
inlinestatic |
Return the type name.
Definition at line 91 of file thirdBodyArrheniusReactionRate.H.
|
inline |
Definition at line 61 of file thirdBodyArrheniusReactionRateI.H.
References Foam::constant::universal::c, p, and T.
|
inline |
Write to stream.
Definition at line 73 of file thirdBodyArrheniusReactionRateI.H.
References os(), thirdBodyEfficiencies::write(), and ArrheniusReactionRate::write().
|
friend |