General class for handling chemically-activated bimolecular reactions. More...
Public Member Functions | |
ChemicallyActivatedReactionRate (const ReactionRate &k0, const ReactionRate &kInf, const ChemicallyActivationFunction &F, const thirdBodyEfficiencies &tbes) | |
Construct from components. More... | |
ChemicallyActivatedReactionRate (const speciesTable &species, Istream &is) | |
Construct from Istream. More... | |
ChemicallyActivatedReactionRate (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 ChemicallyActivatedReactionRate< ReactionRate, ChemicallyActivationFunction > &) |
General class for handling chemically-activated bimolecular reactions.
Definition at line 47 of file ChemicallyActivatedReactionRate.H.
|
inline |
Construct from components.
Definition at line 34 of file ChemicallyActivatedReactionRateI.H.
|
inline |
Construct from Istream.
Definition at line 54 of file ChemicallyActivatedReactionRateI.H.
References Istream::readEnd().
|
inline |
Construct from dictionary.
Definition at line 74 of file ChemicallyActivatedReactionRateI.H.
|
inlinestatic |
Return the type name.
Definition at line 104 of file ChemicallyActivatedReactionRate.H.
References Foam::constant::universal::c, ChemicallyActivatedReactionRate< ReactionRate, ChemicallyActivationFunction >::operator, p, Foam::T(), Foam::type(), and ChemicallyActivatedReactionRate< ReactionRate, ChemicallyActivationFunction >::write().
|
inline |
Definition at line 94 of file ChemicallyActivatedReactionRateI.H.
References Foam::constant::universal::c, and Pr().
|
inline |
Write to stream.
Definition at line 114 of file ChemicallyActivatedReactionRateI.H.
Referenced by ChemicallyActivatedReactionRate< ReactionRate, ChemicallyActivationFunction >::type().
|
friend |