FreeFOAM The Cross-Platform CFD Toolkit
fixedValue Class Reference

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


Detailed Description

Definition at line 50 of file fixedValue.H.

+ Inheritance diagram for fixedValue:
+ Collaboration diagram for fixedValue:

List of all members.

Public Member Functions

 TypeName ("fixedValue")
 Runtime type information.
 fixedValue (const dictionary &dict, Random &rndGen)
 Construct from components.
virtual ~fixedValue ()
 Destructor.
virtual scalar sample () const
 Sample the pdf.
virtual scalar minValue () const
 Return the minimum value.
virtual scalar maxValue () const
 Return the maximum value.
- Public Member Functions inherited from pdf
 TypeName ("pdf")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, pdf, dictionary,(const dictionary &dict, Random &rndGen),(dict, rndGen))
 Declare runtime constructor selection table.
 pdf (const word &name, const dictionary &dict, Random &rndGen)
 Construct from dictionary.
virtual ~pdf ()
 Destructor.

Additional Inherited Members

- Static Public Member Functions inherited from pdf
static autoPtr< pdfNew (const dictionary &dict, Random &rndGen)
 Selector.
- Protected Member Functions inherited from pdf
virtual void check () const
 Check that the PDF is valid.
- Protected Attributes inherited from pdf
const dictionary pdfDict_
 Coefficients dictionary.
RandomrndGen_
 Reference to the randmo number generator.

Constructor & Destructor Documentation

fixedValue ( const dictionary dict,
Random rndGen 
)

Construct from components.

Definition at line 42 of file fixedValue.C.

~fixedValue ( )
virtual

Destructor.

Definition at line 51 of file fixedValue.C.


Member Function Documentation

TypeName ( "fixedValue"  )

Runtime type information.

virtual scalar sample ( ) const
virtual

Sample the pdf.

Implements pdf.

virtual scalar minValue ( ) const
virtual

Return the minimum value.

Implements pdf.

virtual scalar maxValue ( ) const
virtual

Return the maximum value.

Implements pdf.


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