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

Janev, Langer, Evans and Post reaction rate. More...

Collaboration diagram for JanevReactionRate:
Collaboration graph
[legend]

Public Member Functions

 JanevReactionRate (const scalar A, const scalar beta, const scalar Ta, const FixedList< scalar, nb_ > b)
 Construct from components. More...
 
 JanevReactionRate (const speciesTable &species, Istream &is)
 Construct from Istream. More...
 
 JanevReactionRate (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, nb_b_
 

Static Private Attributes

static const label nb_ = 9
 

Friends

Ostreamoperator<< (Ostream &, const JanevReactionRate &)
 

Detailed Description

Janev, Langer, Evans and Post reaction rate.

Source files

Definition at line 50 of file JanevReactionRate.H.

Constructor & Destructor Documentation

◆ JanevReactionRate() [1/3]

JanevReactionRate ( const scalar  A,
const scalar  beta,
const scalar  Ta,
const FixedList< scalar, nb_ b 
)
inline

Construct from components.

Definition at line 29 of file JanevReactionRateI.H.

◆ JanevReactionRate() [2/3]

JanevReactionRate ( const speciesTable species,
Istream is 
)
inline

Construct from Istream.

Definition at line 44 of file JanevReactionRateI.H.

References Istream::readEnd().

Here is the call graph for this function:

◆ JanevReactionRate() [3/3]

JanevReactionRate ( const speciesTable species,
const dictionary dict 
)
inline

Construct from dictionary.

Definition at line 59 of file JanevReactionRateI.H.

Member Function Documentation

◆ type()

static word type ( )
inlinestatic

Return the type name.

Definition at line 93 of file JanevReactionRate.H.

◆ operator()()

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

Definition at line 74 of file JanevReactionRateI.H.

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

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
inline

Write to stream.

Definition at line 107 of file JanevReactionRateI.H.

References JanevReactionRate::A_, JanevReactionRate::b_, JanevReactionRate::beta_, Foam::nl, JanevReactionRate::Ta_, and Ostream::writeKeyword().

Here is the call graph for this function:

Friends And Related Function Documentation

◆ operator<<

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

Field Documentation

◆ A_

scalar A_
private

Definition at line 54 of file JanevReactionRate.H.

Referenced by JanevReactionRate::write().

◆ beta_

scalar beta_
private

Definition at line 55 of file JanevReactionRate.H.

Referenced by JanevReactionRate::write().

◆ Ta_

scalar Ta_
private

Definition at line 56 of file JanevReactionRate.H.

Referenced by JanevReactionRate::write().

◆ nb_

const label nb_ = 9
staticprivate

Definition at line 58 of file JanevReactionRate.H.

◆ b_

FixedList<scalar, nb_> b_
private

Definition at line 59 of file JanevReactionRate.H.

Referenced by JanevReactionRate::write().


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