#include <src/thermophysicalModels/pdfs/uniform/uniform.H>
Detailed Description
Definition at line 51 of file uniform.H.
List of all members.
Public Member Functions
|
| TypeName ("uniform") |
| Runtime type information.
|
| uniform (const dictionary &dict, Random &rndGen) |
| Construct from components.
|
virtual
| ~uniform () |
| Destructor.
|
virtual scalar
| sample () const |
| Sample the pdf.
|
virtual scalar
| minValue () const |
| Return the minimum value.
|
virtual scalar
| maxValue () const |
| Return the maximum value.
|
Constructor & Destructor Documentation
Member Function Documentation
Runtime type information.
Foam::scalar sample
|
( |
) |
const [virtual]
|
Sample the pdf.
Implements pdf.
Definition at line 61 of file uniform.C.
Foam::scalar minValue
|
( |
) |
const [virtual]
|
Return the minimum value.
Implements pdf.
Definition at line 67 of file uniform.C.
Foam::scalar maxValue
|
( |
) |
const [virtual]
|
Return the maximum value.
Implements pdf.
Definition at line 73 of file uniform.C.
The documentation for this class was generated from the following files:
- src/thermophysicalModels/pdfs/uniform/uniform.H
- src/thermophysicalModels/pdfs/uniform/uniform.C