Power series reaction rate. More...
#include <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, const dictionary &dict) | |
| Construct from dictionary. | |
| scalar | operator() (const scalar p, const scalar T, const scalarField &c) const |
| void | write (Ostream &os) const |
| Write to stream. | |
Static Public Member Functions | |
| static word | type () |
| Return the type name. | |
Friends | |
| Ostream & | operator<< (Ostream &, const LangmuirHinshelwoodReactionRate &) |
Power series reaction rate.
Definition at line 54 of file LangmuirHinshelwoodReactionRate.H.
|
inline |
Construct from components.
Definition at line 26 of file LangmuirHinshelwoodReactionRateI.H.
References A.
Referenced by operator<<.

|
inline |
Construct from dictionary.
Definition at line 47 of file LangmuirHinshelwoodReactionRateI.H.
References dict, FixedList< T, N >::first(), and forAll.

|
inlinestatic |
Return the type name.
Definition at line 98 of file LangmuirHinshelwoodReactionRate.H.
|
inline |
Definition at line 70 of file LangmuirHinshelwoodReactionRateI.H.
References Foam::exp(), p, Foam::pow(), Foam::sqr(), and Foam::T().

|
inline |
Write to stream.
Definition at line 87 of file LangmuirHinshelwoodReactionRateI.H.
References FixedList< T, N >::first(), forAll, Foam::nl, and os().

|
friend |
References LangmuirHinshelwoodReactionRate().