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

general Class Reference

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


Detailed Description

Definition at line 51 of file general.H.

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 ()
 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

general ( const dictionary &   dict,
Random &   rndGen  
)

Construct from components.

Definition at line 42 of file general.C.

References pdf::check(), d, k(), Foam::y0(), and Foam::y1().

~general (  ) [virtual]

Destructor.

Definition at line 79 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 85 of file general.C.

References d, k(), Foam::mag(), p, Foam::sqrt(), and y.

Foam::scalar minValue (  ) const [virtual]

Return the minimum value.

Implements pdf.

Definition at line 129 of file general.C.

Foam::scalar maxValue (  ) const [virtual]

Return the maximum value.

Implements pdf.

Definition at line 135 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