Public Member Functions | Static Public Member Functions | Friends | List of all members
thirdBodyArrheniusReactionRate Class Reference

Arrhenius reaction rate enhanced by third-body interaction. More...

Inheritance diagram for thirdBodyArrheniusReactionRate:
Inheritance graph
[legend]
Collaboration diagram for thirdBodyArrheniusReactionRate:
Collaboration graph
[legend]

Public Member Functions

 thirdBodyArrheniusReactionRate (const scalar A, const scalar beta, const scalar Ta, const thirdBodyEfficiencies &tbes)
 Construct from components. More...
 
 thirdBodyArrheniusReactionRate (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 thirdBodyArrheniusReactionRate &)
 

Detailed Description

Arrhenius reaction rate enhanced by third-body interaction.

Source files

Definition at line 56 of file thirdBodyArrheniusReactionRate.H.

Constructor & Destructor Documentation

◆ thirdBodyArrheniusReactionRate() [1/2]

thirdBodyArrheniusReactionRate ( const scalar  A,
const scalar  beta,
const scalar  Ta,
const thirdBodyEfficiencies tbes 
)
inline

Construct from components.

Definition at line 29 of file thirdBodyArrheniusReactionRateI.H.

References forAll.

◆ thirdBodyArrheniusReactionRate() [2/2]

thirdBodyArrheniusReactionRate ( const speciesTable species,
const dictionary dict 
)
inline

Construct from dictionary.

Definition at line 47 of file thirdBodyArrheniusReactionRateI.H.

References forAll.

Member Function Documentation

◆ type()

static word type ( )
inlinestatic

◆ operator()()

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

Definition at line 76 of file thirdBodyArrheniusReactionRateI.H.

References Foam::constant::universal::c, and thirdBodyArrheniusReactionRate::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 89 of file thirdBodyArrheniusReactionRateI.H.

References thirdBodyArrheniusReactionRate::dcidc().

Referenced by thirdBodyArrheniusReactionRate::operator()(), and thirdBodyArrheniusReactionRate::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 112 of file thirdBodyArrheniusReactionRate.H.

Referenced by thirdBodyArrheniusReactionRate::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 102 of file thirdBodyArrheniusReactionRateI.H.

References thirdBodyArrheniusReactionRate::dcidT(), forAll, M, and Foam::max().

Referenced by thirdBodyArrheniusReactionRate::ddT(), and thirdBodyArrheniusReactionRate::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 118 of file thirdBodyArrheniusReactionRateI.H.

References T.

Referenced by thirdBodyArrheniusReactionRate::dcidc(), and thirdBodyArrheniusReactionRate::type().

Here is the caller graph for this function:

◆ write()

void write ( Ostream os) const
inline

Write to stream.

Definition at line 128 of file thirdBodyArrheniusReactionRateI.H.

References thirdBodyEfficiencies::write(), and ArrheniusReactionRate::write().

Referenced by thirdBodyArrheniusReactionRate::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 thirdBodyArrheniusReactionRate  
)
friend

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