Classes | |
class | exponential |
exponential distribution model More... | |
class | fixedValue |
Returns a fixed value. More... | |
class | general |
A general distribution model where the distribution is specified as (point, value) pairs. By default the values are assumed to represent a probability density function, but the model also supports specifying a cumulative distribution function. In both cases it is assumed that the function is linear between the specified points. More... | |
class | massRosinRammler |
Mass-based Rosin-Rammler distributionModel. More... | |
class | multiNormal |
A multiNormal distribution model. More... | |
class | normal |
A normal distribution model. More... | |
class | RosinRammler |
Rosin-Rammler distributionModel. More... | |
class | uniform |
Uniform/equally-weighted distribution model. More... | |
Foam::distributionModels::defineTypeNameAndDebug | ( | exponential | , |
0 | |||
) |
Foam::distributionModels::addToRunTimeSelectionTable | ( | distributionModel | , |
exponential | , | ||
dictionary | |||
) |
Foam::distributionModels::defineTypeNameAndDebug | ( | fixedValue | , |
0 | |||
) |
Foam::distributionModels::addToRunTimeSelectionTable | ( | distributionModel | , |
fixedValue | , | ||
dictionary | |||
) |
Foam::distributionModels::defineTypeNameAndDebug | ( | general | , |
0 | |||
) |
Foam::distributionModels::addToRunTimeSelectionTable | ( | distributionModel | , |
general | , | ||
dictionary | |||
) |
Foam::distributionModels::defineTypeNameAndDebug | ( | massRosinRammler | , |
0 | |||
) |
Foam::distributionModels::addToRunTimeSelectionTable | ( | distributionModel | , |
massRosinRammler | , | ||
dictionary | |||
) |
Foam::distributionModels::defineTypeNameAndDebug | ( | multiNormal | , |
0 | |||
) |
Foam::distributionModels::addToRunTimeSelectionTable | ( | distributionModel | , |
multiNormal | , | ||
dictionary | |||
) |
Foam::distributionModels::defineTypeNameAndDebug | ( | normal | , |
0 | |||
) |
Foam::distributionModels::addToRunTimeSelectionTable | ( | distributionModel | , |
normal | , | ||
dictionary | |||
) |
Foam::distributionModels::defineTypeNameAndDebug | ( | RosinRammler | , |
0 | |||
) |
Foam::distributionModels::addToRunTimeSelectionTable | ( | distributionModel | , |
RosinRammler | , | ||
dictionary | |||
) |
Foam::distributionModels::defineTypeNameAndDebug | ( | uniform | , |
0 | |||
) |
Foam::distributionModels::addToRunTimeSelectionTable | ( | distributionModel | , |
uniform | , | ||
dictionary | |||
) |