Public Member Functions | Static Public Member Functions | Private Attributes | Friends
ChemicallyActivatedReactionRate Class Reference

General class for handling chemically-activated bimolecular reactions. More...

Collaboration diagram for ChemicallyActivatedReactionRate:
Collaboration graph
[legend]

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...
 

Private Attributes

ReactionRate k0_
 
ReactionRate kInf_
 
ChemicallyActivationFunction F_
 
thirdBodyEfficiencies thirdBodyEfficiencies_
 

Friends

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

Detailed Description

General class for handling chemically-activated bimolecular reactions.

Source files

Definition at line 47 of file ChemicallyActivatedReactionRate.H.

Constructor & Destructor Documentation

◆ ChemicallyActivatedReactionRate() [1/3]

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() [2/3]

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() [3/3]

ChemicallyActivatedReactionRate ( const speciesTable species,
const dictionary dict 
)
inline

Construct from dictionary.

Definition at line 74 of file ChemicallyActivatedReactionRateI.H.

Member Function Documentation

◆ type()

static word type ( )
inlinestatic

Return the type name.

Definition at line 104 of file ChemicallyActivatedReactionRate.H.

References Foam::type().

Here is the call graph for this function:

◆ operator()()

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, 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 114 of file ChemicallyActivatedReactionRateI.H.

Friends And Related Function Documentation

◆ operator

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

Field Documentation

◆ k0_

ReactionRate k0_
private

Definition at line 67 of file ChemicallyActivatedReactionRate.H.

◆ kInf_

ReactionRate kInf_
private

Definition at line 68 of file ChemicallyActivatedReactionRate.H.

◆ F_

ChemicallyActivationFunction F_
private

Definition at line 69 of file ChemicallyActivatedReactionRate.H.

◆ thirdBodyEfficiencies_

thirdBodyEfficiencies thirdBodyEfficiencies_
private

Definition at line 70 of file ChemicallyActivatedReactionRate.H.


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