#include <src/thermophysicalModels/pdfs/RosinRammler/RosinRammler.H>
Definition at line 56 of file RosinRammler.H.
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.
|
RosinRammler | ( | const dictionary & | dict, |
Random & | rndGen | ||
) |
~RosinRammler | ( | ) | [virtual]
|
Destructor.
Definition at line 56 of file RosinRammler.C.
TypeName | ( | "RosinRammler" | ) |
Runtime type information.
Foam::scalar sample | ( | ) | const [virtual]
|
Sample the pdf.
Implements pdf.
Definition at line 62 of file RosinRammler.C.
References Foam::exp(), K, Foam::log(), Foam::pow(), and y.
Foam::scalar minValue | ( | ) | const [virtual]
|
Foam::scalar maxValue | ( | ) | const [virtual]
|