Go to the source code of this file.
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Functions | |
scalar | readScalar (Istream &is) |
scalar | invIncGamma (const scalar a, const scalar P) |
Inverse normalised incomplete gamma function. More... | |
scalar | incGammaRatio_Q (const scalar a, const scalar x) |
Normalised upper incomplete gamma function. More... | |
scalar | incGammaRatio_P (const scalar a, const scalar x) |
Normalised lower incomplete gamma function. More... | |
scalar | incGamma_Q (const scalar a, const scalar x) |
Upper incomplete gamma function. More... | |
scalar | incGamma_P (const scalar a, const scalar x) |
Lower incomplete gamma function. More... | |
Variables | |
static const scalar | GREAT = great |
static const scalar | ROOTGREAT = rootGreat |
static const scalar | VGREAT = vGreat |
static const scalar | ROOTVGREAT = rootVGreat |
static const scalar | SMALL = small |
static const scalar | ROOTSMALL = rootSmall |
static const scalar | VSMALL = vSmall |
static const scalar | ROOTVSMALL = rootVSmall |