FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

multiNormal Class Reference

#include <src/thermophysicalModels/pdfs/multiNormal/multiNormal.H>


Detailed Description

Definition at line 56 of file multiNormal.H.

Inheritance diagram for multiNormal:
Collaboration diagram for multiNormal:

List of all members.

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.

Constructor & Destructor Documentation

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.


Member Function Documentation

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]

Return the minimum value.

Implements pdf.

Definition at line 120 of file multiNormal.C.

Foam::scalar maxValue (  ) const [virtual]

Return the maximum value.

Implements pdf.

Definition at line 126 of file multiNormal.C.


The documentation for this class was generated from the following files: