Lindemann fall-off function. More...
#include <specie/LindemannFallOffFunction.H>
Lindemann fall-off function.
Definition at line 55 of file LindemannFallOffFunction.H.
Public Member Functions | |
LindemannFallOffFunction () | |
Construct null.
| |
LindemannFallOffFunction (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 LindemannFallOffFunction &) |
LindemannFallOffFunction | ( | ) | [inline]
|
Construct null.
Definition at line 29 of file LindemannFallOffFunctionI.H.
LindemannFallOffFunction | ( | Istream & | ) | [inline]
|
Construct from Istream.
Definition at line 34 of file LindemannFallOffFunctionI.H.
static word type | ( | ) | [inline, static]
|
Return the type name.
Definition at line 72 of file LindemannFallOffFunction.H.
Foam::scalar operator() | ( | const scalar | T, |
const scalar | Pr | ||
) | const [inline]
|
Definition at line 41 of file LindemannFallOffFunctionI.H.
Ostream& operator<< | ( | Ostream & | , |
const LindemannFallOffFunction & | |||
) | [friend]
|