#include <src/thermophysicalModels/pdfs/fixedValue/fixedValue.H>
Definition at line 50 of file fixedValue.H.
Public Member Functions | |
TypeName ("fixedValue") | |
Runtime type information. | |
fixedValue (const dictionary &dict, Random &rndGen) | |
Construct from components. | |
virtual | ~fixedValue () |
Destructor. | |
virtual scalar | sample () const |
Sample the pdf. | |
virtual scalar | minValue () const |
Return the minimum value. | |
virtual scalar | maxValue () const |
Return the maximum value. | |
![]() | |
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 autoPtr< pdf > | New (const dictionary &dict, Random &rndGen) |
Selector. | |
![]() | |
virtual void | check () const |
Check that the PDF is valid. | |
![]() | |
const dictionary | pdfDict_ |
Coefficients dictionary. | |
Random & | rndGen_ |
Reference to the randmo number generator. |
fixedValue | ( | const dictionary & | dict, |
Random & | rndGen | ||
) |
Construct from components.
Definition at line 42 of file fixedValue.C.
|
virtual |
Destructor.
Definition at line 51 of file fixedValue.C.
TypeName | ( | "fixedValue" | ) |
Runtime type information.
|
virtual |
Sample the pdf.
Implements pdf.
|
virtual |
Return the minimum value.
Implements pdf.
|
virtual |
Return the maximum value.
Implements pdf.