Go to the source code of this file.
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| scalar | readScalar (Istream &is) |
| | Read a single scalar from an input stream. 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...
|
| |
| scalar | invIncGammaRatio_P (const scalar a, const scalar P) |
| | Inverse normalised lower incomplete gamma function. More...
|
| |
| scalar | integerPow (const scalar x, const label e) |
| | Compute the power of the number x to the integer e. More...
|
| |
| scalar | integerRoot (const scalar x, const label e) |
| | Compute the power of the number x to the reciprocal integer 1/e. More...
|
| |
|
| 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 |
| |
Original source file scalar.H
Definition in file scalar.H.