Lindemann fall-off function. More...
#include <LindemannFallOffFunction.H>
Public Member Functions | |
| LindemannFallOffFunction () | |
| Construct null. | |
| LindemannFallOffFunction (const dictionary &dict) | |
| Construct from dictionary. | |
| scalar | operator() (const scalar T, const scalar Pr) 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 LindemannFallOffFunction &) |
|
inline |
Construct null.
Definition at line 23 of file LindemannFallOffFunctionI.H.
Referenced by operator<<.

|
inline |
Construct from dictionary.
Definition at line 27 of file LindemannFallOffFunctionI.H.
References dict.
|
inlinestatic |
Return the type name.
Definition at line 75 of file LindemannFallOffFunction.H.
|
inline |
Definition at line 36 of file LindemannFallOffFunctionI.H.
|
inline |
Write to stream.
Definition at line 46 of file LindemannFallOffFunctionI.H.
References os().

|
friend |
References LindemannFallOffFunction().