The SRI fall-off function. More...
Public Member Functions | |
| SRIFallOffFunction (const scalar a, const scalar b, const scalar c, const scalar d, const scalar e) | |
| Construct from components. More... | |
| SRIFallOffFunction (const dictionary &dict) | |
| Construct from dictionary. More... | |
| scalar | operator() (const scalar T, const scalar Pr) const |
| void | write (Ostream &os) const |
| Write to stream. More... | |
Static Public Member Functions | |
| static word | type () |
| Return the type name. More... | |
Friends | |
| Ostream & | operator<< (Ostream &, const SRIFallOffFunction &) |
|
inline |
Construct from components.
Definition at line 29 of file SRIFallOffFunctionI.H.
|
inline |
Construct from dictionary.
Definition at line 45 of file SRIFallOffFunctionI.H.
|
inlinestatic |
Return the type name.
Definition at line 82 of file SRIFallOffFunction.H.
References SRIFallOffFunction::operator<<, Pr(), Foam::T(), and SRIFallOffFunction::write().

|
inline |
Definition at line 58 of file SRIFallOffFunctionI.H.
References Foam::exp(), Foam::log10(), Foam::max(), Foam::pow(), Pr(), Foam::sqr(), and Foam::T().

|
inline |
Write to stream.
Definition at line 68 of file SRIFallOffFunctionI.H.
References token::END_STATEMENT, Foam::nl, and Ostream::writeKeyword().
Referenced by SRIFallOffFunction::type().


|
friend |
Referenced by SRIFallOffFunction::type().
1.8.13