uniform Class Reference

Uniform daughter size distribution. More...

Inheritance diagram for uniform:
Collaboration diagram for uniform:

Public Member Functions

 TypeName ("uniform")
 Runtime type information. More...
 
 uniform (const breakupModel &breakup, const dictionary &dict)
 
virtual ~uniform ()
 Destructor. More...
 
virtual dimensionedScalar calcNik (const label i, const label k) const
 Calculate contribution to sizeGroup i due to breakup in sizeGroup k. More...
 
- Public Member Functions inherited from daughterSizeDistributionModel
 TypeName ("daughterSizeDistributionModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, daughterSizeDistributionModel, dictionary,(const breakupModel &breakup, const dictionary &dict),(breakup, dict))
 
 daughterSizeDistributionModel (const breakupModel &breakup, const dictionary &dict)
 
virtual ~daughterSizeDistributionModel ()
 Destructor. More...
 
const dimensionedScalarnik (const label i, const label k) const
 Return contribution to sizeGroup i due to breakup in sizeGroup k. More...
 
void correct ()
 Correct field independent expressions. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from daughterSizeDistributionModel
static autoPtr< daughterSizeDistributionModelNew (const breakupModel &breakup, const dictionary &dict)
 
- Protected Attributes inherited from daughterSizeDistributionModel
const breakupModelbreakup_
 Reference to the breakupModel. More...
 
dimensionedScalar particleNumber_
 Number of daughter particles, defaults to binary breakup. More...
 
PtrList< PtrList< dimensionedScalar > > nik_
 Contribution to sizeGroup i due to breakup in sizeGroup k. More...
 

Detailed Description

Uniform daughter size distribution.

Source files

Definition at line 52 of file uniform.H.

Constructor & Destructor Documentation

◆ uniform()

uniform ( const breakupModel breakup,
const dictionary dict 
)

◆ ~uniform()

virtual ~uniform ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "uniform"  )

Runtime type information.

◆ calcNik()

virtual dimensionedScalar calcNik ( const label  i,
const label  k 
) const
virtual

Calculate contribution to sizeGroup i due to breakup in sizeGroup k.

Implements daughterSizeDistributionModel.


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