Power series reaction rate. More...
#include <specie/LangmuirHinshelwoodReactionRate.H>
Power series reaction rate.
Definition at line 50 of file LangmuirHinshelwoodReactionRate.H.
Public Member Functions | |
LangmuirHinshelwoodReactionRate (const scalar A[], const scalar Ta[], const label co, const label c3h6, const label no) | |
Construct from components.
| |
LangmuirHinshelwoodReactionRate (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 LangmuirHinshelwoodReactionRate &) |
LangmuirHinshelwoodReactionRate | ( | const scalar | A[], |
const scalar | Ta[], | ||
const label | co, | ||
const label | c3h6, | ||
const label | no | ||
) | [inline]
|
Construct from components.
Definition at line 35 of file LangmuirHinshelwoodReactionRateI.H.
LangmuirHinshelwoodReactionRate | ( | const speciesTable & | species, |
Istream & | is | ||
) | [inline]
|
Construct from Istream.
Definition at line 57 of file LangmuirHinshelwoodReactionRateI.H.
References Istream::readBegin(), and Istream::readEnd().
static word type | ( | ) | [inline, static]
|
Return the type name.
Definition at line 88 of file LangmuirHinshelwoodReactionRate.H.
scalar operator() | ( | const scalar | T, |
const scalar | p, | ||
const scalarField & | c | ||
) | const [inline]
|
Definition at line 80 of file LangmuirHinshelwoodReactionRateI.H.
References Foam::exp(), Foam::pow(), Foam::sqr(), and Foam::T().
Ostream& operator<< | ( | Ostream & | os, |
const LangmuirHinshelwoodReactionRate & | lhrr | ||
) | [friend]
|
Definition at line 97 of file LangmuirHinshelwoodReactionRateI.H.