Public Member Functions | Private Attributes
RosinRammler Class Reference
Inheritance diagram for RosinRammler:
Inheritance graph
[legend]
Collaboration diagram for RosinRammler:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("RosinRammler")
 Runtime type information. More...
 
 RosinRammler (const dictionary &dict, cachedRandom &rndGen)
 Construct from components. More...
 
 RosinRammler (const RosinRammler &p)
 Construct copy. More...
 
virtual autoPtr< distributionModelclone () const
 Construct and return a clone. More...
 
virtual ~RosinRammler ()
 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...
 

Private Attributes

scalar minValue_
 Distribution minimum. More...
 
scalar maxValue_
 Distribution maximum. More...
 
scalar d_
 
scalar n_
 

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 57 of file RosinRammler.H.

Constructor & Destructor Documentation

◆ RosinRammler() [1/2]

RosinRammler ( const dictionary dict,
cachedRandom rndGen 
)

Construct from components.

Definition at line 43 of file RosinRammler.C.

Referenced by RosinRammler::clone().

Here is the caller graph for this function:

◆ RosinRammler() [2/2]

RosinRammler ( const RosinRammler p)

Construct copy.

Definition at line 58 of file RosinRammler.C.

◆ ~RosinRammler()

~RosinRammler ( )
virtual

Destructor.

Definition at line 70 of file RosinRammler.C.

Member Function Documentation

◆ TypeName()

TypeName ( "RosinRammler"  )

Runtime type information.

◆ clone()

virtual autoPtr<distributionModel> clone ( ) const
inlinevirtual

Construct and return a clone.

Implements distributionModel.

Definition at line 90 of file RosinRammler.H.

References RosinRammler::RosinRammler().

Here is the call graph for this function:

◆ sample()

Foam::scalar sample ( ) const
virtual

Sample the distributionModel.

Implements distributionModel.

Definition at line 76 of file RosinRammler.C.

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

Here is the call graph for this function:

◆ minValue()

Foam::scalar minValue ( ) const
virtual

Return the minimum value.

Implements distributionModel.

Definition at line 85 of file RosinRammler.C.

◆ maxValue()

Foam::scalar maxValue ( ) const
virtual

Return the maximum value.

Implements distributionModel.

Definition at line 91 of file RosinRammler.C.

◆ meanValue()

Foam::scalar meanValue ( ) const
virtual

Return the mean value.

Implements distributionModel.

Definition at line 97 of file RosinRammler.C.

Field Documentation

◆ minValue_

scalar minValue_
private

Distribution minimum.

Definition at line 64 of file RosinRammler.H.

◆ maxValue_

scalar maxValue_
private

Distribution maximum.

Definition at line 67 of file RosinRammler.H.

◆ d_

scalar d_
private

Definition at line 71 of file RosinRammler.H.

◆ n_

scalar n_
private

Definition at line 72 of file RosinRammler.H.


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