Classes | |
| class | exponential |
| Exponential distribution, scaled so that it spans between a specified minimum and maximum value, rather than from zero to infinity. More... | |
| class | fixedValue |
| Distribution which always takes a specified fixed value. More... | |
| class | multiNormal |
| Multiple superimposed normal distributions. More... | |
| class | normal |
| Normal distribution, scaled so that it spans between a specified minimum and maximum value, rather than from zero to infinity. More... | |
| class | RosinRammler |
| Rosin-Rammler distribution, scaled so that it spans between a specified minimum and maximum value, rather than from zero to infinity. More... | |
| class | tabulatedCumulative |
| Distribution in which the cumulative distribution function is given as a table of values. More... | |
| class | tabulatedDensity |
| Distribution in which the probability density function is given as a table of values. More... | |
| class | uniform |
| Distribution in which all values between a specified minimum and maximum have the same probability. More... | |
| class | unintegrable |
| Base class for distributions that do not have a closed integral form for the cumulative density function (CDF) for some or all effective size exponents. More... | |
| class | unintegrableForNonZeroQ |
| Foam::distributions::defineTypeNameAndDebug | ( | exponential | , |
| 0 | |||
| ) |
| Foam::distributions::addToRunTimeSelectionTable | ( | distribution | , |
| exponential | , | ||
| dictionary | |||
| ) |
| Foam::distributions::defineTypeNameAndDebug | ( | fixedValue | , |
| 0 | |||
| ) |
| Foam::distributions::addToRunTimeSelectionTable | ( | distribution | , |
| fixedValue | , | ||
| dictionary | |||
| ) |
| Foam::distributions::defineTypeNameAndDebug | ( | multiNormal | , |
| 0 | |||
| ) |
| Foam::distributions::addToRunTimeSelectionTable | ( | distribution | , |
| multiNormal | , | ||
| dictionary | |||
| ) |
| Foam::distributions::defineTypeNameAndDebug | ( | normal | , |
| 0 | |||
| ) |
| Foam::distributions::addToRunTimeSelectionTable | ( | distribution | , |
| normal | , | ||
| dictionary | |||
| ) |
| Foam::distributions::defineTypeNameAndDebug | ( | RosinRammler | , |
| 0 | |||
| ) |
| Foam::distributions::addToRunTimeSelectionTable | ( | distribution | , |
| RosinRammler | , | ||
| dictionary | |||
| ) |
| Foam::distributions::defineTypeNameAndDebug | ( | tabulatedCumulative | , |
| 0 | |||
| ) |
| Foam::distributions::addToRunTimeSelectionTable | ( | distribution | , |
| tabulatedCumulative | , | ||
| dictionary | |||
| ) |
| Foam::distributions::defineTypeNameAndDebug | ( | tabulatedDensity | , |
| 0 | |||
| ) |
| Foam::distributions::addToRunTimeSelectionTable | ( | distribution | , |
| tabulatedDensity | , | ||
| dictionary | |||
| ) |
| Foam::distributions::defineTypeNameAndDebug | ( | uniform | , |
| 0 | |||
| ) |
| Foam::distributions::addToRunTimeSelectionTable | ( | distribution | , |
| uniform | , | ||
| dictionary | |||
| ) |