#include <src/thermophysicalModels/pdfs/RosinRammler/RosinRammler.H>
Definition at line 56 of file RosinRammler.H.
Inheritance diagram for RosinRammler:
Collaboration diagram for RosinRammler:Public Member Functions | |
| TypeName ("RosinRammler") | |
| Runtime type information. | |
| RosinRammler (const dictionary &dict, Random &rndGen) | |
| Construct from components. | |
| virtual | ~RosinRammler () |
| Destructor. | |
| virtual scalar | sample () const |
| Sample the pdf. | |
| virtual scalar | minValue () const |
| Return the minimum value. | |
| virtual scalar | maxValue () const |
| Return the maximum value. | |
Public Member Functions inherited from pdf | |
| TypeName ("pdf") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, pdf, dictionary,(const dictionary &dict, Random &rndGen),(dict, rndGen)) | |
| Declare runtime constructor selection table. | |
| pdf (const word &name, const dictionary &dict, Random &rndGen) | |
| Construct from dictionary. | |
| virtual | ~pdf () |
| Destructor. | |
Additional Inherited Members | |
Static Public Member Functions inherited from pdf | |
| static autoPtr< pdf > | New (const dictionary &dict, Random &rndGen) |
| Selector. | |
Protected Member Functions inherited from pdf | |
| virtual void | check () const |
| Check that the PDF is valid. | |
Protected Attributes inherited from pdf | |
| const dictionary | pdfDict_ |
| Coefficients dictionary. | |
| Random & | rndGen_ |
| Reference to the randmo number generator. | |
| RosinRammler | ( | const dictionary & | dict, |
| Random & | rndGen | ||
| ) |
|
virtual |
Destructor.
Definition at line 56 of file RosinRammler.C.
| TypeName | ( | "RosinRammler" | ) |
Runtime type information.
|
virtual |
Sample the pdf.
Implements pdf.
Definition at line 62 of file RosinRammler.C.
References Foam::exp(), K, Foam::log(), Foam::pow(), and y.
|
virtual |
|
virtual |