FallOffReactionRate< ReactionRate, FallOffFunction > Class Template Reference

General class for handling unimolecular/recombination fall-off reactions. More...

Public Member Functions

 FallOffReactionRate (const ReactionRate &k0, const ReactionRate &kInf, const FallOffFunction &F, const thirdBodyEfficiencies &tbes)
 Construct from components. More...
 
 FallOffReactionRate (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 FallOffReactionRate< ReactionRate, FallOffFunction > &)
 

Detailed Description

template<class ReactionRate, class FallOffFunction>
class Foam::FallOffReactionRate< ReactionRate, FallOffFunction >

General class for handling unimolecular/recombination fall-off reactions.

Source files

Definition at line 47 of file FallOffReactionRate.H.

Constructor & Destructor Documentation

◆ FallOffReactionRate() [1/2]

FallOffReactionRate ( const ReactionRate &  k0,
const ReactionRate &  kInf,
const FallOffFunction &  F,
const thirdBodyEfficiencies tbes 
)
inline

Construct from components.

Definition at line 31 of file FallOffReactionRateI.H.

References forAll.

◆ FallOffReactionRate() [2/2]

FallOffReactionRate ( const speciesTable species,
const dictionary dict 
)
inline

Construct from dictionary.

Definition at line 53 of file FallOffReactionRateI.H.

References forAll, and FallOffReactionRate< ReactionRate, FallOffFunction >::operator.

Member Function Documentation

◆ type()

◆ operator()()

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

Definition at line 82 of file FallOffReactionRateI.H.

References Foam::constant::universal::c, and FallOffReactionRate< ReactionRate, FallOffFunction >::ddT().

Here is the call graph for this function:

◆ ddT()

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

Definition at line 99 of file FallOffReactionRateI.H.

References FallOffReactionRate< ReactionRate, FallOffFunction >::dcidc().

Referenced by FallOffReactionRate< ReactionRate, FallOffFunction >::operator()(), and FallOffReactionRate< ReactionRate, FallOffFunction >::type().

Here is the call graph for this function:
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 119 of file FallOffReactionRate.H.

Referenced by FallOffReactionRate< ReactionRate, FallOffFunction >::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.

Definition at line 115 of file FallOffReactionRateI.H.

References FallOffReactionRate< ReactionRate, FallOffFunction >::dcidT(), F(), forAll, and M.

Referenced by FallOffReactionRate< ReactionRate, FallOffFunction >::ddT(), and FallOffReactionRate< ReactionRate, FallOffFunction >::type().

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

Definition at line 151 of file FallOffReactionRateI.H.

References M, T, and FallOffReactionRate< ReactionRate, FallOffFunction >::write().

Referenced by FallOffReactionRate< ReactionRate, FallOffFunction >::dcidc(), and FallOffReactionRate< ReactionRate, FallOffFunction >::type().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ write()

void write ( Ostream os) const
inline

Write to stream.

Definition at line 181 of file FallOffReactionRateI.H.

References Foam::decrIndent(), Foam::incrIndent(), Foam::indent(), Foam::nl, and Ostream::write().

Referenced by FallOffReactionRate< ReactionRate, FallOffFunction >::dcidT(), and FallOffReactionRate< ReactionRate, FallOffFunction >::type().

Here is the call graph for this function:
Here is the caller graph for this function:

Friends And Related Function Documentation

◆ operator


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