General class for handling chemically-activated bimolecular reactions. More...
#include <ChemicallyActivatedReactionRate.H>

Public Member Functions | |
| ChemicallyActivatedReactionRate (const ReactionRate &k0, const ReactionRate &kInf, const ChemicallyActivationFunction &F, const thirdBodyEfficiencies &tbes) | |
| Construct from components. | |
| ChemicallyActivatedReactionRate (const speciesTable &species, const dictionary &dict) | |
| Construct from dictionary. | |
| scalar | operator() (const scalar p, const scalar T, const scalarField &c) const |
| void | write (Ostream &os) const |
| Write to stream. | |
Static Public Member Functions | |
| static word | type () |
| Return the type name. | |
Friends | |
| Ostream & | operator (Ostream &, const ChemicallyActivatedReactionRate< ReactionRate, ChemicallyActivationFunction > &) |
General class for handling chemically-activated bimolecular reactions.
Definition at line 61 of file ChemicallyActivatedReactionRate.H.
|
inline |
Construct from components.
Definition at line 28 of file ChemicallyActivatedReactionRateI.H.
References ChemicallyActivatedReactionRate(), and F().
Referenced by ChemicallyActivatedReactionRate(), and ChemicallyActivatedReactionRate().


|
inline |
Construct from dictionary.
Definition at line 48 of file ChemicallyActivatedReactionRateI.H.
References ChemicallyActivatedReactionRate(), and dict.

|
inlinestatic |
Return the type name.
Definition at line 101 of file ChemicallyActivatedReactionRate.H.
|
inline |
|
inline |
Write to stream.
Definition at line 89 of file ChemicallyActivatedReactionRateI.H.
Referenced by write().


|
friend |
Referenced by operator()().