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

RosinRammler Class Reference

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


Detailed Description

Definition at line 56 of file RosinRammler.H.

Inheritance diagram for RosinRammler:
Collaboration diagram for RosinRammler:

List of all members.

Public Member Functions

 TypeName ("RosinRammler")
 Runtime type information.
 RosinRammler (const dictionary &dict, Random &rndGen)
 Construct from components.
virtual  ~RosinRammler ()
 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

RosinRammler ( const dictionary &   dict,
Random &   rndGen  
)

Construct from components.

Definition at line 42 of file RosinRammler.C.

References pdf::check().

~RosinRammler (  ) [virtual]

Destructor.

Definition at line 56 of file RosinRammler.C.


Member Function Documentation

TypeName ( "RosinRammler"    )

Runtime type information.

Foam::scalar sample (  ) const [virtual]

Sample the pdf.

Implements pdf.

Definition at line 62 of file RosinRammler.C.

References Foam::exp(), K, Foam::log(), Foam::pow(), and y.

Foam::scalar minValue (  ) const [virtual]

Return the minimum value.

Implements pdf.

Definition at line 72 of file RosinRammler.C.

Foam::scalar maxValue (  ) const [virtual]

Return the maximum value.

Implements pdf.

Definition at line 78 of file RosinRammler.C.


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