Public Member Functions | List of all members
powerLaw Class Reference

Powerlaw kernel. Used for verification and validation of the breakup formulation implemented in the populationBalanceModel class. More...

Inheritance diagram for powerLaw:
Inheritance graph
[legend]
Collaboration diagram for powerLaw:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("powerLaw")
 Runtime type information. More...
 
 powerLaw (const populationBalanceModel &popBal, const dictionary &dict)
 
virtual ~powerLaw ()
 Destructor. More...
 
virtual void setBreakupRate (volScalarField &breakupRate, const label i)
 Set total breakupRate. 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)
 
autoPtr< breakupModelclone () const
 
virtual ~breakupModel ()
 Destructor. More...
 
const populationBalanceModelpopBal () const
 Return reference to the populationBalanceModel. More...
 
const autoPtr< daughterSizeDistributionModel > & dsdPtr () const
 Return const-reference to daughter size distribution pointer. More...
 
autoPtr< daughterSizeDistributionModel > & dsdPtr ()
 Return reference to daughter size distribution pointer. More...
 
virtual void correct ()
 Correct diameter independent expressions. More...
 

Additional Inherited Members

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

Detailed Description

Powerlaw kernel. Used for verification and validation of the breakup formulation implemented in the populationBalanceModel class.

Source files

Definition at line 53 of file powerLaw.H.

Constructor & Destructor Documentation

◆ powerLaw()

powerLaw ( const populationBalanceModel popBal,
const dictionary dict 
)

◆ ~powerLaw()

virtual ~powerLaw ( )
inlinevirtual

Destructor.

Definition at line 78 of file powerLaw.H.

References powerLaw::setBreakupRate().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "powerLaw"  )

Runtime type information.

◆ setBreakupRate()

virtual void setBreakupRate ( volScalarField breakupRate,
const label  i 
)
virtual

Set total breakupRate.

Implements breakupModel.

Referenced by powerLaw::~powerLaw().

Here is the caller graph for this function:

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