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

Power series reaction rate. More...

Public Member Functions

 LangmuirHinshelwoodReactionRate (const scalar A[], const scalar Ta[], const label co, const label c3h6, const label no)
 Construct from components. More...
 
 LangmuirHinshelwoodReactionRate (const speciesTable &species, Istream &is)
 Construct from Istream. More...
 
 LangmuirHinshelwoodReactionRate (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_ [n_]
 
scalar Ta_ [n_]
 
label co_
 
label c3h6_
 
label no_
 

Static Private Attributes

static const label n_ = 5
 

Friends

Ostreamoperator<< (Ostream &, const LangmuirHinshelwoodReactionRate &)
 

Detailed Description

Power series reaction rate.

Source files

Definition at line 49 of file LangmuirHinshelwoodReactionRate.H.

Constructor & Destructor Documentation

◆ LangmuirHinshelwoodReactionRate() [1/3]

LangmuirHinshelwoodReactionRate ( const scalar  A[],
const scalar  Ta[],
const label  co,
const label  c3h6,
const label  no 
)
inline

Construct from components.

Definition at line 32 of file LangmuirHinshelwoodReactionRateI.H.

References A().

Here is the call graph for this function:

◆ LangmuirHinshelwoodReactionRate() [2/3]

LangmuirHinshelwoodReactionRate ( const speciesTable species,
Istream is 
)
inline

Construct from Istream.

Definition at line 53 of file LangmuirHinshelwoodReactionRateI.H.

References Istream::readBegin(), and Istream::readEnd().

Here is the call graph for this function:

◆ LangmuirHinshelwoodReactionRate() [3/3]

LangmuirHinshelwoodReactionRate ( const speciesTable species,
const dictionary dict 
)
inline

Construct from dictionary.

Definition at line 74 of file LangmuirHinshelwoodReactionRateI.H.

References dict, FixedList::first(), and forAll.

Here is the call graph for this function:

Member Function Documentation

◆ type()

static word type ( )
inlinestatic

Return the type name.

Definition at line 94 of file LangmuirHinshelwoodReactionRate.H.

◆ operator()()

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

Definition at line 97 of file LangmuirHinshelwoodReactionRateI.H.

References Foam::constant::universal::c, Foam::exp(), Foam::pow(), Foam::sqr(), 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 LangmuirHinshelwoodReactionRate  
)
friend

Field Documentation

◆ n_

const label n_ = 5
staticprivate

◆ A_

scalar A_[n_]
private

◆ Ta_

scalar Ta_[n_]
private

◆ co_

label co_
private

Definition at line 57 of file LangmuirHinshelwoodReactionRate.H.

◆ c3h6_

label c3h6_
private

Definition at line 58 of file LangmuirHinshelwoodReactionRate.H.

◆ no_

label no_
private

Definition at line 59 of file LangmuirHinshelwoodReactionRate.H.


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