The Troe fall-off function. More...
#include <specie/TroeFallOffFunction.H>
The Troe fall-off function.
Definition at line 55 of file TroeFallOffFunction.H.
Public Member Functions | |
| TroeFallOffFunction (const scalar alpha, const scalar Tsss, const scalar Ts, const scalar Tss) | |
| Construct from components.
| |
| TroeFallOffFunction (Istream &) | |
| Construct from Istream.
| |
| scalar | operator() (const scalar T, const scalar Pr) const |
Static Public Member Functions | |
| static word | type () |
| Return the type name.
| |
Friends | |
| Ostream & | operator<< (Ostream &, const TroeFallOffFunction &) |
| TroeFallOffFunction | ( | const scalar | alpha, |
| const scalar | Tsss, | ||
| const scalar | Ts, | ||
| const scalar | Tss | ||
| ) | [inline]
|
Construct from components.
Definition at line 30 of file TroeFallOffFunctionI.H.
| TroeFallOffFunction | ( | Istream & | is ) | [inline]
|
Construct from Istream.
Definition at line 45 of file TroeFallOffFunctionI.H.
References Istream::readEnd().
| static word type | ( | ) | [inline, static]
|
Return the type name.
Definition at line 83 of file TroeFallOffFunction.H.
| Foam::scalar operator() | ( | const scalar | T, |
| const scalar | Pr | ||
| ) | const [inline]
|
Definition at line 59 of file TroeFallOffFunctionI.H.
References d, Foam::exp(), Foam::log10(), Foam::max(), Foam::pow(), Pr(), and Foam::sqr().
| Ostream& operator<< | ( | Ostream & | , |
| const TroeFallOffFunction & | |||
| ) | [friend]
|