Mass-based Rosin-Rammler distributionModel. More...
Public Member Functions | |
TypeName ("massRosinRammler") | |
Runtime type information. More... | |
massRosinRammler (const dictionary &dict, Random &rndGen) | |
Construct from components. More... | |
massRosinRammler (const massRosinRammler &p) | |
Construct copy. More... | |
virtual autoPtr< distributionModel > | clone () const |
Construct and return a clone. More... | |
virtual | ~massRosinRammler () |
Destructor. More... | |
virtual scalar | sample () const |
Sample the distributionModel. More... | |
virtual scalar | minValue () const |
Return the minimum value. More... | |
virtual scalar | maxValue () const |
Return the maximum value. More... | |
virtual scalar | meanValue () const |
Return the mean value. More... | |
Public Member Functions inherited from distributionModel | |
TypeName ("distributionModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, distributionModel, dictionary,(const dictionary &dict, Random &rndGen),(dict, rndGen)) | |
Declare runtime constructor selection table. More... | |
distributionModel (const word &name, const dictionary &dict, Random &rndGen) | |
Construct from dictionary. More... | |
distributionModel (const distributionModel &p) | |
Construct copy. More... | |
virtual | ~distributionModel () |
Destructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from distributionModel | |
static autoPtr< distributionModel > | New (const dictionary &dict, Random &rndGen) |
Selector. More... | |
Protected Member Functions inherited from distributionModel | |
virtual void | check () const |
Check that the distribution model is valid. More... | |
void | info () const |
Print information about the distribution. More... | |
Protected Attributes inherited from distributionModel | |
const dictionary | distributionModelDict_ |
Coefficients dictionary. More... | |
Random & | rndGen_ |
Reference to the random number generator. More... | |
Mass-based Rosin-Rammler distributionModel.
Corrected form of the Rosin-Rammler distribution taking into account the varying number of particles per parcel for for fixed-mass parcels. This distribution should be used when
parcelBasisType mass;
See equation 10 in reference:
Yoon, S. S., Hewson, J. C., DesJardin, P. E., Glaze, D. J., Black, A. R., & Skaggs, R. R. (2004). Numerical modeling and experimental measurements of a high speed solid-cone water spray for use in fire suppression applications. International Journal of Multiphase Flow, 30(11), 1369-1388.
Definition at line 66 of file massRosinRammler.H.
massRosinRammler | ( | const dictionary & | dict, |
Random & | rndGen | ||
) |
Construct from components.
Definition at line 43 of file massRosinRammler.C.
Referenced by massRosinRammler::clone().
massRosinRammler | ( | const massRosinRammler & | p | ) |
Construct copy.
Definition at line 60 of file massRosinRammler.C.
|
virtual |
Destructor.
Definition at line 74 of file massRosinRammler.C.
Referenced by massRosinRammler::clone().
TypeName | ( | "massRosinRammler" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements distributionModel.
Definition at line 101 of file massRosinRammler.H.
References massRosinRammler::massRosinRammler(), massRosinRammler::maxValue(), massRosinRammler::meanValue(), massRosinRammler::minValue(), massRosinRammler::sample(), and massRosinRammler::~massRosinRammler().
|
virtual |
Sample the distributionModel.
Implements distributionModel.
Definition at line 80 of file massRosinRammler.C.
References Foam::invIncGamma(), Foam::pow(), and x.
Referenced by massRosinRammler::clone().
|
virtual |
Return the minimum value.
Implements distributionModel.
Definition at line 97 of file massRosinRammler.C.
Referenced by massRosinRammler::clone().
|
virtual |
Return the maximum value.
Implements distributionModel.
Definition at line 103 of file massRosinRammler.C.
Referenced by massRosinRammler::clone().
|
virtual |
Return the mean value.
Implements distributionModel.
Definition at line 109 of file massRosinRammler.C.
Referenced by massRosinRammler::clone().