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
 
scalar ddT (const scalar p, const scalar T, const scalarField &c) const
 
const List< Tuple2< label, scalar > > & beta () const
 Third-body efficiencies (beta = 1-alpha) More...
 
void dcidc (const scalar p, const scalar T, const scalarField &c, scalarField &dcidc) const
 Species concentration derivative of the pressure dependent term. More...
 
scalar dcidT (const scalar p, const scalar T, const scalarField &c) const
 Temperature derivative of the pressure dependent term. More...
 
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() [1/2]

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.

References forAll.

◆ ChemicallyActivatedReactionRate() [2/2]

ChemicallyActivatedReactionRate ( const speciesTable species,
const dictionary dict 
)
inline

Construct from dictionary.

Definition at line 59 of file ChemicallyActivatedReactionRateI.H.

References forAll.

Member Function Documentation

◆ type()

◆ operator()()

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

Definition at line 91 of file ChemicallyActivatedReactionRateI.H.

References Foam::constant::universal::c.

◆ ddT()

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

Definition at line 111 of file ChemicallyActivatedReactionRateI.H.

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

Here is the caller graph for this function:

◆ beta()

const List<Tuple2<label, scalar> >& beta ( ) const
inline

Third-body efficiencies (beta = 1-alpha)

non-empty only for third-body reactions with enhanced molecularity (alpha != 1)

Definition at line 122 of file ChemicallyActivatedReactionRate.H.

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

Here is the caller graph for this function:

◆ dcidc()

void dcidc ( const scalar  p,
const scalar  T,
const scalarField c,
scalarField dcidc 
) const
inline

Species concentration derivative of the pressure dependent term.

By default this value is 1 as it multiplies the third-body term

Definition at line 131 of file ChemicallyActivatedReactionRateI.H.

References forAll, and M.

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

Here is the caller graph for this function:

◆ dcidT()

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

Temperature derivative of the pressure dependent term.

By default this value is 0 since ddT of molecularity is approx.0

Definition at line 171 of file ChemicallyActivatedReactionRateI.H.

References M, and T.

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

Here is the caller graph for this function:

◆ write()

void write ( Ostream os) const
inline

Write to stream.

Definition at line 204 of file ChemicallyActivatedReactionRateI.H.

References Ostream::write().

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

Here is the call graph for this function:
Here is the caller 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: