Public Member Functions | List of all members
massRosinRammler Class Reference
Inheritance diagram for massRosinRammler:
Inheritance graph
[legend]
Collaboration diagram for massRosinRammler:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("massRosinRammler")
 Runtime type information. More...
 
 massRosinRammler (const dictionary &dict, cachedRandom &rndGen)
 Construct from components. More...
 
 massRosinRammler (const massRosinRammler &p)
 Construct copy. More...
 
virtual autoPtr< distributionModelclone () const
 Construct and return a clone. More...
 
virtual ~massRosinRammler ()
 Destructor. More...
 
virtual scalar sample () const
 Sample the distributionModel. More...
 
virtual scalar minValue () const
 Return the minimum value. More...
 
virtual scalar maxValue () const
 Return the maximum value. More...
 
virtual scalar meanValue () const
 Return the mean value. More...
 
- Public Member Functions inherited from distributionModel
 TypeName ("distributionModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, distributionModel, dictionary,(const dictionary &dict, cachedRandom &rndGen),(dict, rndGen))
 Declare runtime constructor selection table. More...
 
 distributionModel (const word &name, const dictionary &dict, cachedRandom &rndGen)
 Construct from dictionary. More...
 
 distributionModel (const distributionModel &p)
 Construct copy. More...
 
virtual ~distributionModel ()
 Destructor. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from distributionModel
static autoPtr< distributionModelNew (const dictionary &dict, cachedRandom &rndGen)
 Selector. More...
 
- Protected Member Functions inherited from distributionModel
virtual void check () const
 Check that the distribution model is valid. More...
 
- Protected Attributes inherited from distributionModel
const dictionary distributionModelDict_
 Coefficients dictionary. More...
 
cachedRandomrndGen_
 Reference to the random number generator. More...
 

Detailed Description

Definition at line 66 of file massRosinRammler.H.

Constructor & Destructor Documentation

◆ massRosinRammler() [1/2]

massRosinRammler ( const dictionary dict,
cachedRandom rndGen 
)

Construct from components.

Definition at line 43 of file massRosinRammler.C.

Referenced by massRosinRammler::clone().

Here is the caller graph for this function:

◆ massRosinRammler() [2/2]

Construct copy.

Definition at line 59 of file massRosinRammler.C.

◆ ~massRosinRammler()

~massRosinRammler ( )
virtual

Destructor.

Definition at line 73 of file massRosinRammler.C.

Referenced by massRosinRammler::clone().

Here is the caller graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "massRosinRammler"  )

Runtime type information.

◆ clone()

virtual autoPtr<distributionModel> clone ( ) const
inlinevirtual

◆ sample()

Foam::scalar sample ( ) const
virtual

Sample the distributionModel.

Implements distributionModel.

Definition at line 79 of file massRosinRammler.C.

References Foam::invIncGamma(), Foam::pow(), and x.

Referenced by massRosinRammler::clone().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ minValue()

Foam::scalar minValue ( ) const
virtual

Return the minimum value.

Implements distributionModel.

Definition at line 96 of file massRosinRammler.C.

Referenced by massRosinRammler::clone().

Here is the caller graph for this function:

◆ maxValue()

Foam::scalar maxValue ( ) const
virtual

Return the maximum value.

Implements distributionModel.

Definition at line 102 of file massRosinRammler.C.

Referenced by massRosinRammler::clone().

Here is the caller graph for this function:

◆ meanValue()

Foam::scalar meanValue ( ) const
virtual

Return the mean value.

Implements distributionModel.

Definition at line 108 of file massRosinRammler.C.

Referenced by massRosinRammler::clone().

Here is the caller graph for this function:

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