#include <src/thermophysicalModels/pdfs/fixedValue/fixedValue.H>
Definition at line 50 of file fixedValue.H.
Inheritance diagram for fixedValue:
Collaboration diagram for fixedValue: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.
| |
| fixedValue | ( | const dictionary & | dict, |
| Random & | rndGen | ||
| ) |
Construct from components.
Definition at line 42 of file fixedValue.C.
| ~fixedValue | ( | ) | [virtual]
|
Destructor.
Definition at line 51 of file fixedValue.C.
| TypeName | ( | "fixedValue" | ) |
Runtime type information.
| virtual scalar sample | ( | ) | const [virtual]
|
Sample the pdf.
Implements pdf.
| virtual scalar minValue | ( | ) | const [virtual]
|
Return the minimum value.
Implements pdf.
| virtual scalar maxValue | ( | ) | const [virtual]
|
Return the maximum value.
Implements pdf.