powerLaw Class Reference

Power-law breakup model. More...

Inheritance diagram for powerLaw:
Collaboration diagram for powerLaw:

Public Member Functions

 TypeName ("powerLaw")
 Runtime type information. More...
 
 powerLaw (const populationBalanceModel &popBal, const dictionary &dict)
 
virtual ~powerLaw ()
 Destructor. More...
 
virtual tmp< volScalarField::Internalrate (const label i) const
 Return the breakup rate for a group. More...
 
- Public Member Functions inherited from daughterSizeDistribution
 daughterSizeDistribution (const populationBalanceModel &popBal, const dictionary &dict)
 
virtual ~daughterSizeDistribution ()
 Destructor. More...
 
const daughterSizeDistributionModeldsd () const
 Return const-reference to daughter size distribution model. More...
 
virtual void precompute ()
 Pre-compute diameter independent expressions. More...
 
- Public Member Functions inherited from breakupModel
 TypeName ("breakupModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, breakupModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict))
 
 breakupModel (const populationBalanceModel &popBal, const dictionary &dict)
 
virtual ~breakupModel ()
 Destructor. More...
 
const populationBalanceModelpopBal () const
 Return reference to the populationBalanceModel. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from breakupModel
static autoPtr< breakupModelNew (const populationBalanceModel &popBal, const dictionary &dict)
 
- Protected Attributes inherited from daughterSizeDistribution
autoPtr< daughterSizeDistributionModeldsdPtr_
 Daughter size distribution model. More...
 
- Protected Attributes inherited from breakupModel
const populationBalanceModelpopBal_
 Reference to the populationBalanceModel. More...
 

Detailed Description

Power-law breakup model.

Source files

Definition at line 52 of file powerLaw.H.

Constructor & Destructor Documentation

◆ powerLaw()

powerLaw ( const populationBalanceModel popBal,
const dictionary dict 
)

Definition at line 46 of file powerLaw.C.

◆ ~powerLaw()

virtual ~powerLaw ( )
inlinevirtual

Destructor.

Definition at line 78 of file powerLaw.H.

Member Function Documentation

◆ TypeName()

TypeName ( "powerLaw"  )

Runtime type information.

◆ rate()

Foam::tmp< Foam::volScalarField::Internal > rate ( const label  i) const
virtual

Return the breakup rate for a group.

Implements daughterSizeDistribution.

Definition at line 60 of file powerLaw.C.

References Foam::dimTime, Foam::inv(), DimensionedField< Type, GeoMesh, PrimitiveField >::New(), and Foam::pow().

Here is the call graph for this function:

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