#include <src/thermophysicalModels/pdfs/multiNormal/multiNormal.H>
Definition at line 56 of file multiNormal.H.
Public Member Functions | |
TypeName ("multiNormal") | |
Runtime type information.
| |
multiNormal (const dictionary &dict, Random &rndGen) | |
Construct from components.
| |
virtual | ~multiNormal () |
Destructor.
| |
virtual scalar | sample () const |
Sample the pdf.
| |
virtual scalar | minValue () const |
Return the minimum value.
| |
virtual scalar | maxValue () const |
Return the maximum value.
|
multiNormal | ( | const dictionary & | dict, |
Random & | rndGen | ||
) |
Construct from components.
Definition at line 42 of file multiNormal.C.
References pdf::check(), Foam::exp(), Foam::max(), List< T >::size(), and y.
~multiNormal | ( | ) | [virtual]
|
Destructor.
Definition at line 82 of file multiNormal.C.
TypeName | ( | "multiNormal" | ) |
Runtime type information.
Foam::scalar sample | ( | ) | const [virtual]
|
Sample the pdf.
Implements pdf.
Definition at line 88 of file multiNormal.C.
References Foam::exp(), nu, p, List< T >::size(), and y.
Foam::scalar minValue | ( | ) | const [virtual]
|
Foam::scalar maxValue | ( | ) | const [virtual]
|