OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

general Class Reference

general pdf More...

Inheritance diagram for general:
Collaboration diagram for general:

List of all members.


Public Member Functions

 TypeName ("general")
 Runtime type information.
 general (const dictionary &dict, Random &rndGen)
 Construct from components.
virtual ~general ()
virtual scalar sample () const
 Sample the pdf.
virtual scalar minValue () const
 Return the minimum value.
virtual scalar maxValue () const
 Return the maximum value.

Detailed Description

general pdf

Source files

Definition at line 46 of file general.H.


Constructor & Destructor Documentation

general ( const dictionary dict,
Random rndGen 
)

Construct from components.

Definition at line 31 of file general.C.

References Foam::addToRunTimeSelectionTable(), and Foam::defineTypeNameAndDebug().

Here is the call graph for this function:

~general (  )  [virtual]

Definition at line 58 of file general.C.


Member Function Documentation

TypeName ( "general"   ) 

Runtime type information.

Foam::scalar sample (  )  const [virtual]

Sample the pdf.

Implements pdf.

Definition at line 64 of file general.C.

Foam::scalar minValue (  )  const [virtual]

Return the minimum value.

Implements pdf.

Definition at line 103 of file general.C.

Foam::scalar maxValue (  )  const [virtual]

Return the maximum value.

Implements pdf.

Definition at line 109 of file general.C.


The documentation for this class was generated from the following files:
  • src/thermophysicalModels/pdfs/general/general.H
  • src/thermophysicalModels/pdfs/general/general.C
Copyright © 2000-2009 OpenCFD Ltd