The Troe fall-off function. More...
Public Member Functions | |
TroeFallOffFunction (const scalar alpha, const scalar Tsss, const scalar Ts, const scalar Tss) | |
Construct from components. More... | |
TroeFallOffFunction (const dictionary &dict) | |
Construct from dictionary. More... | |
scalar | operator() (const scalar T, const scalar Pr) const |
scalar | ddT (const scalar T, const scalar Pr, const scalar F) const |
scalar | ddPr (const scalar T, const scalar Pr, const scalar F) 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 TroeFallOffFunction &) |
|
inline |
Construct from components.
Definition at line 29 of file TroeFallOffFunctionI.H.
|
inline |
Construct from dictionary.
Definition at line 43 of file TroeFallOffFunctionI.H.
|
inlinestatic |
Return the type name.
Definition at line 82 of file TroeFallOffFunction.H.
References TroeFallOffFunction::ddPr(), TroeFallOffFunction::ddT(), Foam::constant::physicoChemical::F, TroeFallOffFunction::operator<<, Foam::T(), and TroeFallOffFunction::write().
|
inline |
Definition at line 55 of file TroeFallOffFunctionI.H.
References Foam::constant::universal::c, TroeFallOffFunction::ddT(), Foam::exp(), Foam::log10(), Foam::max(), n, Foam::pow(), Foam::sqr(), and Foam::T().
|
inline |
Definition at line 83 of file TroeFallOffFunctionI.H.
References Foam::constant::universal::c, TroeFallOffFunction::ddPr(), Foam::exp(), Foam::log(), Foam::log10(), Foam::max(), n, and Foam::sqr().
Referenced by TroeFallOffFunction::operator()(), and TroeFallOffFunction::type().
|
inline |
Definition at line 125 of file TroeFallOffFunctionI.H.
References Foam::constant::universal::c, Foam::exp(), Foam::log(), Foam::log10(), Foam::max(), n, and Foam::sqr().
Referenced by TroeFallOffFunction::ddT(), and TroeFallOffFunction::type().
|
inline |
Write to stream.
Definition at line 160 of file TroeFallOffFunctionI.H.
References Foam::writeEntry().
Referenced by TroeFallOffFunction::type().
|
friend |
Referenced by TroeFallOffFunction::type().