Loading...
Searching...
No Matches
ArrheniusReactionRate Class Reference

Arrhenius reaction rate given by: More...

#include <ArrheniusReactionRate.H>

Inheritance diagram for ArrheniusReactionRate:

Public Member Functions

 ArrheniusReactionRate (const scalar A, const scalar beta, const scalar Ta)
 Construct from components.
 ArrheniusReactionRate (const speciesTable &species, const dictionary &dict)
 Construct from dictionary.
scalar operator() (const scalar p, const scalar T, const scalarField &c) const
void write (Ostream &os) const
 Write to stream.

Static Public Member Functions

static word type ()
 Return the type name.

Friends

Ostreamoperator<< (Ostream &, const ArrheniusReactionRate &)

Detailed Description

Arrhenius reaction rate given by:

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

Source files

Definition at line 56 of file ArrheniusReactionRate.H.

Constructor & Destructor Documentation

◆ ArrheniusReactionRate() [1/2]

ArrheniusReactionRate ( const scalar A,
const scalar beta,
const scalar Ta )
inline

Construct from components.

Definition at line 23 of file ArrheniusReactionRateI.H.

References A, and beta().

Referenced by operator<<, thirdBodyArrheniusReactionRate::thirdBodyArrheniusReactionRate(), and thirdBodyArrheniusReactionRate::thirdBodyArrheniusReactionRate().

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

◆ ArrheniusReactionRate() [2/2]

ArrheniusReactionRate ( const speciesTable & species,
const dictionary & dict )
inline

Construct from dictionary.

Definition at line 36 of file ArrheniusReactionRateI.H.

References dict.

Member Function Documentation

◆ type()

word type ( )
inlinestatic

Return the type name.

Definition at line 94 of file ArrheniusReactionRate.H.

◆ operator()()

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

Definition at line 50 of file ArrheniusReactionRateI.H.

References Foam::exp(), Foam::mag(), p, Foam::pow(), and Foam::T().

Referenced by thirdBodyArrheniusReactionRate::operator()().

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 73 of file ArrheniusReactionRateI.H.

References os().

Referenced by thirdBodyArrheniusReactionRate::write().

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

◆ operator<<

Ostream & operator<< ( Ostream & ,
const ArrheniusReactionRate &  )
friend

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