General class for handling unimolecular/recombination fall-off reactions. More...
#include <specie/FallOffReactionRate.H>
General class for handling unimolecular/recombination fall-off reactions.
Definition at line 63 of file FallOffReactionRate.H.
Collaboration diagram for FallOffReactionRate< ReactionRate, FallOffFunction >:Public Member Functions | |
| FallOffReactionRate (const ReactionRate &k0, const ReactionRate &kInf, const FallOffFunction &F, const thirdBodyEfficiencies &tbes) | |
| Construct from components.
| |
| FallOffReactionRate (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 FallOffReactionRate< ReactionRate, FallOffFunction > &) |
| FallOffReactionRate | ( | const ReactionRate & | k0, |
| const ReactionRate & | kInf, | ||
| const FallOffFunction & | F, | ||
| const thirdBodyEfficiencies & | tbes | ||
| ) | [inline]
|
Construct from components.
Definition at line 36 of file FallOffReactionRateI.H.
| FallOffReactionRate | ( | const speciesTable & | species, |
| Istream & | is | ||
| ) | [inline]
|
Construct from Istream.
Definition at line 53 of file FallOffReactionRateI.H.
References Istream::readEnd().
| static word type | ( | ) | [inline, static]
|
Return the type name.
Definition at line 97 of file FallOffReactionRate.H.
| scalar operator() | ( | const scalar | T, |
| const scalar | p, | ||
| const scalarField & | c | ||
| ) | const [inline]
|
Definition at line 71 of file FallOffReactionRateI.H.
| Ostream& operator | ( | Ostream & | , |
| const FallOffReactionRate< ReactionRate, FallOffFunction > & | |||
| ) | [friend]
|