The SRI fall-off function. More...
#include <specie/SRIFallOffFunction.H>
The SRI fall-off function.
Definition at line 55 of file SRIFallOffFunction.H.
Public Member Functions | |
SRIFallOffFunction (const scalar a, const scalar b, const scalar c, const scalar d, const scalar e) | |
Construct from components.
| |
SRIFallOffFunction (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 SRIFallOffFunction &) |
SRIFallOffFunction | ( | const scalar | a, |
const scalar | b, | ||
const scalar | c, | ||
const scalar | d, | ||
const scalar | e | ||
) | [inline]
|
Construct from components.
Definition at line 30 of file SRIFallOffFunctionI.H.
SRIFallOffFunction | ( | Istream & | is ) | [inline]
|
Construct from Istream.
Definition at line 47 of file SRIFallOffFunctionI.H.
References Istream::readEnd().
static word type | ( | ) | [inline, static]
|
Return the type name.
Definition at line 83 of file SRIFallOffFunction.H.
Foam::scalar operator() | ( | const scalar | T, |
const scalar | Pr | ||
) | const [inline]
|
Definition at line 62 of file SRIFallOffFunctionI.H.
References Foam::exp(), Foam::log10(), Foam::max(), Foam::pow(), Pr(), and Foam::sqr().
Ostream& operator<< | ( | Ostream & | , |
const SRIFallOffFunction & | |||
) | [friend]
|