FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

ArrheniusReactionRate Class Reference

Arrhenius reaction rate. More...

#include <specie/ArrheniusReactionRate.H>


Detailed Description

Arrhenius reaction rate.

Source files

Definition at line 50 of file ArrheniusReactionRate.H.

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

Ostream &  operator<< (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 (  ) [inline, static]

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: