FreeFOAM The Cross-Platform CFD Toolkit
ArrheniusReactionRate Class Reference

Arrhenius reaction rate. More...

#include <specie/ArrheniusReactionRate.H>


Detailed Description

+ Inheritance diagram for ArrheniusReactionRate:

List of all members.

Public Member Functions

 ArrheniusReactionRate (const scalar A, const scalar beta, const scalar Ta)
 Construct from components.
 ArrheniusReactionRate (const speciesTable &species, Istream &is)
 Construct from Istream.
scalar operator() (const scalar T, const scalar p, const scalarField &c) const

Static Public Member Functions

static word type ()
 Return the type name.

Friends

Ostreamoperator<< (Ostream &, const ArrheniusReactionRate &)

Constructor & Destructor Documentation

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

Construct from components.

Definition at line 35 of file ArrheniusReactionRateI.H.

ArrheniusReactionRate ( const speciesTable species,
Istream is 
)
inline

Construct from Istream.

Definition at line 49 of file ArrheniusReactionRateI.H.

References Istream::readEnd().


Member Function Documentation

static word type ( )
inlinestatic

Return the type name.

Reimplemented in thirdBodyArrheniusReactionRate.

Definition at line 82 of file ArrheniusReactionRate.H.

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

Friends And Related Function Documentation

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

Definition at line 87 of file ArrheniusReactionRateI.H.


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