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

◆ FallOffReactionRate() [2/2]

FallOffReactionRate ( const speciesTable species,
const dictionary dict 
)
inline

Construct from dictionary.

Definition at line 48 of file FallOffReactionRateI.H.

Member Function Documentation

◆ type()

static word type ( )
inlinestatic

Return the type name.

Definition at line 98 of file FallOffReactionRate.H.

◆ operator()()

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

Definition at line 66 of file FallOffReactionRateI.H.

References 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 83 of file FallOffReactionRateI.H.

References Ostream::beginBlock(), Ostream::endBlock(), os(), and Ostream::write().

Here is the call graph for this function:

Friends And Related Function Documentation

◆ operator

Ostream & operator ( Ostream ,
const FallOffReactionRate< ReactionRate, FallOffFunction > &   
)
friend

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