44 namespace distributionModels
97 virtual scalar
sample()
const;
virtual scalar minValue() const
Return the minimum value.
TypeName("exponential")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual scalar maxValue() const
Return the maximum value.
virtual scalar sample() const
Sample the distributionModel.
virtual ~exponential()
Destructor.
exponential distribution model
virtual scalar meanValue() const
Return the mean value.
virtual autoPtr< distributionModel > clone() const
Construct and return a clone.
A library of runtime-selectable distribution models.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
exponential(const dictionary &dict, Random &rndGen)
Construct from components.