

Public Member Functions | |
| TypeName ("multiNormal") | |
| Runtime type information. More... | |
| multiNormal (const dictionary &dict, cachedRandom &rndGen) | |
| Construct from components. More... | |
| multiNormal (const multiNormal &p) | |
| Construct copy. More... | |
| virtual autoPtr< distributionModel > | clone () const |
| Construct and return a clone. More... | |
| virtual | ~multiNormal () |
| Destructor. More... | |
| virtual scalar | sample () const |
| Sample the distributionModel. More... | |
| virtual scalar | minValue () const |
| Return the minimum value. More... | |
| virtual scalar | maxValue () const |
| Return the maximum value. More... | |
| virtual scalar | meanValue () const |
| Return the mean value. More... | |
Public Member Functions inherited from distributionModel | |
| TypeName ("distributionModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, distributionModel, dictionary,(const dictionary &dict, cachedRandom &rndGen),(dict, rndGen)) | |
| Declare runtime constructor selection table. More... | |
| distributionModel (const word &name, const dictionary &dict, cachedRandom &rndGen) | |
| Construct from dictionary. More... | |
| distributionModel (const distributionModel &p) | |
| Construct copy. More... | |
| virtual | ~distributionModel () |
| Destructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from distributionModel | |
| static autoPtr< distributionModel > | New (const dictionary &dict, cachedRandom &rndGen) |
| Selector. More... | |
Protected Member Functions inherited from distributionModel | |
| virtual void | check () const |
| Check that the distribution model is valid. More... | |
Protected Attributes inherited from distributionModel | |
| const dictionary | distributionModelDict_ |
| Coefficients dictionary. More... | |
| cachedRandom & | rndGen_ |
| Reference to the random number generator. More... | |
Definition at line 55 of file multiNormal.H.
| multiNormal | ( | const dictionary & | dict, |
| cachedRandom & | rndGen | ||
| ) |
Construct from components.
Definition at line 43 of file multiNormal.C.
References Foam::exp(), Foam::max(), n, s(), x, and y.
Referenced by multiNormal::clone().


| multiNormal | ( | const multiNormal & | p | ) |
Construct copy.
Definition at line 84 of file multiNormal.C.
|
virtual |
Destructor.
Definition at line 98 of file multiNormal.C.
Referenced by multiNormal::clone().

| TypeName | ( | "multiNormal" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements distributionModel.
Definition at line 93 of file multiNormal.H.
References multiNormal::maxValue(), multiNormal::meanValue(), multiNormal::minValue(), multiNormal::multiNormal(), multiNormal::sample(), and multiNormal::~multiNormal().

|
virtual |
Sample the distributionModel.
Implements distributionModel.
Definition at line 104 of file multiNormal.C.
References Foam::exp(), n, nu, p, distributionModel::rndGen_, s(), cachedRandom::sample01(), Foam::constant::physicoChemical::sigma, List< T >::size(), success, x, and y.
Referenced by multiNormal::clone().


|
virtual |
Return the minimum value.
Implements distributionModel.
Definition at line 136 of file multiNormal.C.
Referenced by multiNormal::clone().

|
virtual |
Return the maximum value.
Implements distributionModel.
Definition at line 142 of file multiNormal.C.
Referenced by multiNormal::clone().

|
virtual |
Return the mean value.
Implements distributionModel.
Definition at line 148 of file multiNormal.C.
References forAll.
Referenced by multiNormal::clone().

1.8.13