52 namespace distributionModels
117 virtual scalar
sample()
const;
virtual scalar sample() const
Sample the distributionModel.
virtual scalar minValue() const
Return the minimum value.
A list of keyword definitions, which are a keyword followed by any number of values (e...
TypeName("general")
Runtime type information.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none/any.
virtual ~general()
Destructor.
virtual autoPtr< distributionModel > clone() const
Construct and return a clone.
virtual scalar meanValue() const
Return the mean value.
general(const dictionary &dict, Random &rndGen)
Construct from components.
A library of runtime-selectable distribution models.
A general distribution model where the distribution is specified as (point, value) pairs...
virtual scalar maxValue() const
Return the maximum value.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...