51 #ifndef massRosinRammler_H 52 #define massRosinRammler_H 60 namespace distributionModels
115 virtual scalar
sample()
const;
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual autoPtr< distributionModel > clone() const
Construct and return a clone.
virtual scalar meanValue() const
Return the mean value.
virtual ~massRosinRammler()
Destructor.
massRosinRammler(const dictionary &dict, Random &rndGen)
Construct from components.
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...
virtual scalar maxValue() const
Return the maximum value.
virtual scalar minValue() const
Return the minimum value.
virtual scalar sample() const
Sample the distributionModel.
Mass-based Rosin-Rammler distributionModel.
TypeName("massRosinRammler")
Runtime type information.