Go to the documentation of this file.
37 #ifndef distributionModels_fixedValue_H
38 #define distributionModels_fixedValue_H
46 namespace distributionModels
90 virtual scalar
sample()
const;
virtual scalar minValue() const
Return the minimum value.
TypeName("fixedValue")
Runtime type information.
A library of runtime-selectable distribution models.
virtual ~fixedValue()
Destructor.
virtual scalar meanValue() const
Return the mean value.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual scalar maxValue() const
Return the maximum value.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
virtual autoPtr< distributionModel > clone() const
Construct and return a clone.
fixedValue(const dictionary &dict, Random &rndGen)
Construct from components.
virtual scalar sample() const
Sample the distributionModel.