Public Member Functions | Static Public Member Functions | Friends | List of all members
ChemicallyActivatedReactionRate< ReactionRate, ChemicallyActivationFunction > Class Template Reference

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

Ostreamoperator (Ostream &, const ChemicallyActivatedReactionRate< ReactionRate, ChemicallyActivationFunction > &)
 

Detailed Description

template<class ReactionRate, class ChemicallyActivationFunction>
class Foam::ChemicallyActivatedReactionRate< ReactionRate, ChemicallyActivationFunction >

General class for handling chemically-activated bimolecular reactions.

Source files

Definition at line 47 of file ChemicallyActivatedReactionRate.H.

Constructor & Destructor Documentation

ChemicallyActivatedReactionRate ( const ReactionRate &  k0,
const ReactionRate &  kInf,
const ChemicallyActivationFunction &  F,
const thirdBodyEfficiencies tbes 
)
inline

Construct from components.

Definition at line 34 of file ChemicallyActivatedReactionRateI.H.

ChemicallyActivatedReactionRate ( const speciesTable species,
Istream is 
)
inline

Construct from Istream.

Definition at line 54 of file ChemicallyActivatedReactionRateI.H.

References Istream::readEnd().

Here is the call graph for this function:

ChemicallyActivatedReactionRate ( const speciesTable species,
const dictionary dict 
)
inline

Construct from dictionary.

Definition at line 74 of file ChemicallyActivatedReactionRateI.H.

Member Function Documentation

static word type ( )
inlinestatic
Foam::scalar operator() ( const scalar  p,
const scalar  T,
const scalarField c 
) const
inline

Definition at line 94 of file ChemicallyActivatedReactionRateI.H.

References Foam::constant::universal::c, and Pr().

Here is the call graph for this function:

void write ( Ostream os) const
inline

Write to stream.

Definition at line 114 of file ChemicallyActivatedReactionRateI.H.

Referenced by ChemicallyActivatedReactionRate< ReactionRate, ChemicallyActivationFunction >::type().

Here is the caller graph for this function:

Friends And Related Function Documentation

Ostream& operator ( Ostream ,
const ChemicallyActivatedReactionRate< ReactionRate, ChemicallyActivationFunction > &   
)
friend

The documentation for this class was generated from the following files: