surfaceArrheniusReactionRate Class Reference

A modified Arrhenius reaction rate given by: More...

Inheritance diagram for surfaceArrheniusReactionRate:
Collaboration diagram for surfaceArrheniusReactionRate:

Public Member Functions

 surfaceArrheniusReactionRate (const speciesTable &species, const objectRegistry &ob, const dictionary &dict)
 Construct from dictionary. More...
 
scalar operator() (const scalar p, const scalar T, const scalarField &c, const label li) const
 Evaluate the rate. More...
 
scalar ddT (const scalar p, const scalar T, const scalarField &c, const label li) const
 Evaluate the derivative. More...
 
void write (Ostream &os) const
 Write to stream. More...
 
- Public Member Functions inherited from ArrheniusReactionRate
 ArrheniusReactionRate (const scalar A, const scalar beta, const scalar Ta)
 Construct from components. More...
 
 ArrheniusReactionRate (const speciesTable &species, const dictionary &dict)
 Construct from dictionary. More...
 
scalar operator() (const scalar p, const scalar T, const scalarField &c, const label li) const
 
scalar ddT (const scalar p, const scalar T, const scalarField &c, const label li) 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, const label li, scalarField &dcidc) const
 Species concentration derivative of the pressure dependent term. More...
 
scalar dcidT (const scalar p, const scalar T, const scalarField &c, const label li) 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...
 
- Static Public Member Functions inherited from ArrheniusReactionRate
static word type ()
 Return the type name. More...
 

Friends

Ostreamoperator<< (Ostream &, const surfaceArrheniusReactionRate &)
 

Detailed Description

A modified Arrhenius reaction rate given by:

k = (A * T^beta * exp(-Ta/T))*a

Where a is the surface area per unit volume, the name of which is specified by the user.

Source files

Definition at line 60 of file surfaceArrheniusReactionRate.H.

Constructor & Destructor Documentation

◆ surfaceArrheniusReactionRate()

surfaceArrheniusReactionRate ( const speciesTable species,
const objectRegistry ob,
const dictionary dict 
)
inline

Construct from dictionary.

Definition at line 29 of file surfaceArrheniusReactionRateI.H.

Member Function Documentation

◆ type()

static word type ( )
inlinestatic

Return the type name.

Definition at line 89 of file surfaceArrheniusReactionRate.H.

References Foam::constant::universal::c, surfaceArrheniusReactionRate::ddT(), p, Foam::T(), and surfaceArrheniusReactionRate::write().

Here is the call graph for this function:

◆ operator()()

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

Evaluate the rate.

Definition at line 47 of file surfaceArrheniusReactionRateI.H.

References surfaceArrheniusReactionRate::ddT().

Here is the call graph for this function:

◆ ddT()

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

Evaluate the derivative.

Definition at line 59 of file surfaceArrheniusReactionRateI.H.

Referenced by surfaceArrheniusReactionRate::operator()(), and surfaceArrheniusReactionRate::type().

Here is the caller graph for this function:

◆ write()

void write ( Ostream os) const
inline

Write to stream.

Definition at line 70 of file surfaceArrheniusReactionRateI.H.

References ArrheniusReactionRate::write(), and Foam::writeEntry().

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

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