Public Member Functions | Static Public Member Functions | Private Attributes | Static Private Attributes | Friends
powerSeriesReactionRate Class Reference

Power series reaction rate. More...

Collaboration diagram for powerSeriesReactionRate:
Collaboration graph
[legend]

Public Member Functions

 powerSeriesReactionRate (const scalar A, const scalar beta, const scalar Ta, const FixedList< scalar, nCoeff_ > coeffs)
 Construct from components. More...
 
 powerSeriesReactionRate (const speciesTable &species, Istream &is)
 Construct from Istream. More...
 
 powerSeriesReactionRate (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...
 

Private Attributes

scalar A_
 
scalar beta_
 
scalar Ta_
 
FixedList< scalar, nCoeff_coeffs_
 

Static Private Attributes

static const label nCoeff_ = 4
 

Friends

Ostreamoperator<< (Ostream &, const powerSeriesReactionRate &)
 

Detailed Description

Power series reaction rate.

Source files

Definition at line 50 of file powerSeriesReactionRate.H.

Constructor & Destructor Documentation

◆ powerSeriesReactionRate() [1/3]

powerSeriesReactionRate ( const scalar  A,
const scalar  beta,
const scalar  Ta,
const FixedList< scalar, nCoeff_ coeffs 
)
inline

Construct from components.

Definition at line 29 of file powerSeriesReactionRateI.H.

◆ powerSeriesReactionRate() [2/3]

powerSeriesReactionRate ( const speciesTable species,
Istream is 
)
inline

Construct from Istream.

Definition at line 44 of file powerSeriesReactionRateI.H.

References Istream::readEnd().

Here is the call graph for this function:

◆ powerSeriesReactionRate() [3/3]

powerSeriesReactionRate ( const speciesTable species,
const dictionary dict 
)
inline

Construct from dictionary.

Definition at line 59 of file powerSeriesReactionRateI.H.

Member Function Documentation

◆ type()

static word type ( )
inlinestatic

Return the type name.

Definition at line 93 of file powerSeriesReactionRate.H.

◆ operator()()

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

Definition at line 74 of file powerSeriesReactionRateI.H.

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

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
inline

Friends And Related Function Documentation

◆ operator<<

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

Field Documentation

◆ A_

scalar A_
private

Definition at line 54 of file powerSeriesReactionRate.H.

Referenced by powerSeriesReactionRate::write().

◆ beta_

scalar beta_
private

Definition at line 55 of file powerSeriesReactionRate.H.

Referenced by powerSeriesReactionRate::write().

◆ Ta_

scalar Ta_
private

Definition at line 56 of file powerSeriesReactionRate.H.

Referenced by powerSeriesReactionRate::write().

◆ nCoeff_

const label nCoeff_ = 4
staticprivate

Definition at line 58 of file powerSeriesReactionRate.H.

◆ coeffs_

FixedList<scalar, nCoeff_> coeffs_
private

Definition at line 59 of file powerSeriesReactionRate.H.

Referenced by powerSeriesReactionRate::write().


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