Lindemann fall-off function. More...
Public Member Functions | |
LindemannFallOffFunction () | |
Construct null. More... | |
LindemannFallOffFunction (const dictionary &dict) | |
Construct from dictionary. More... | |
scalar | operator() (const scalar T, const scalar Pr) const |
scalar | ddT (const scalar Pr, const scalar F, const scalar dPrdT, const scalar T) const |
scalar | ddc (const scalar Pr, const scalar F, const scalar dPrdc, const scalar T) 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 LindemannFallOffFunction &) |
|
inline |
Construct null.
Definition at line 28 of file LindemannFallOffFunctionI.H.
|
inline |
Construct from dictionary.
Definition at line 33 of file LindemannFallOffFunctionI.H.
|
inlinestatic |
Return the type name.
Definition at line 71 of file LindemannFallOffFunction.H.
References LindemannFallOffFunction::ddc(), LindemannFallOffFunction::ddT(), F(), LindemannFallOffFunction::operator<<, Foam::T(), and LindemannFallOffFunction::write().
|
inline |
Definition at line 42 of file LindemannFallOffFunctionI.H.
References LindemannFallOffFunction::ddT().
|
inline |
Definition at line 52 of file LindemannFallOffFunctionI.H.
References LindemannFallOffFunction::ddc().
Referenced by LindemannFallOffFunction::operator()(), and LindemannFallOffFunction::type().
|
inline |
Definition at line 64 of file LindemannFallOffFunctionI.H.
Referenced by LindemannFallOffFunction::ddT(), and LindemannFallOffFunction::type().
|
inline |
Write to stream.
Definition at line 75 of file LindemannFallOffFunctionI.H.
Referenced by LindemannFallOffFunction::type().
|
friend |
Referenced by LindemannFallOffFunction::type().