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, 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 49 of file ChemicallyActivatedReactionRate.H.

Constructor & Destructor Documentation

◆ ChemicallyActivatedReactionRate() [1/2]

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

Construct from components.

Definition at line 36 of file ChemicallyActivatedReactionRateI.H.

◆ ChemicallyActivatedReactionRate() [2/2]

ChemicallyActivatedReactionRate ( const speciesTable species,
const dictionary dict 
)
inline

Construct from dictionary.

Definition at line 56 of file ChemicallyActivatedReactionRateI.H.

Member Function Documentation

◆ type()

static word type ( )
inlinestatic

Return the type name.

Definition at line 99 of file ChemicallyActivatedReactionRate.H.

◆ operator()()

Foam::scalar operator() ( const scalar  p,
const scalar  T,
const scalarField c 
) const
inline

Definition at line 76 of file ChemicallyActivatedReactionRateI.H.

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

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
inline

Write to stream.

Definition at line 96 of file ChemicallyActivatedReactionRateI.H.

References os().

Here is the call graph for this function:

Friends And Related Function Documentation

◆ operator

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

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