General class for handling chemically-activated bimolecular reactions. More...
#include <specie/ChemicallyActivatedReactionRate.H>
General class for handling chemically-activated bimolecular reactions.
Definition at line 64 of file ChemicallyActivatedReactionRate.H.
Collaboration diagram for ChemicallyActivatedReactionRate< ReactionRate, ChemicallyActivationFunction >:Public Member Functions | |
| ChemicallyActivatedReactionRate (const ReactionRate &k0, const ReactionRate &kInf, const ChemicallyActivationFunction &F, const thirdBodyEfficiencies &tbes) | |
| Construct from components.
| |
| ChemicallyActivatedReactionRate (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 ChemicallyActivatedReactionRate< ReactionRate, ChemicallyActivationFunction > &) |
| ChemicallyActivatedReactionRate | ( | const ReactionRate & | k0, |
| const ReactionRate & | kInf, | ||
| const ChemicallyActivationFunction & | F, | ||
| const thirdBodyEfficiencies & | tbes | ||
| ) | [inline]
|
Construct from components.
Definition at line 38 of file ChemicallyActivatedReactionRateI.H.
| ChemicallyActivatedReactionRate | ( | const speciesTable & | species, |
| Istream & | is | ||
| ) | [inline]
|
Construct from Istream.
Definition at line 57 of file ChemicallyActivatedReactionRateI.H.
References Istream::readEnd().
| static word type | ( | ) | [inline, static]
|
Return the type name.
Definition at line 98 of file ChemicallyActivatedReactionRate.H.
| scalar operator() | ( | const scalar | T, |
| const scalar | p, | ||
| const scalarField & | c | ||
| ) | const [inline]
|
Definition at line 76 of file ChemicallyActivatedReactionRateI.H.
References Pr().
| Ostream& operator | ( | Ostream & | , |
| const ChemicallyActivatedReactionRate< ReactionRate, ChemicallyActivationFunction > & | |||
| ) | [friend]
|