Loading...
Searching...
No Matches
powerLaw Class Reference

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

#include <powerLawBreakup.H>

Inheritance diagram for powerLaw:
Collaboration diagram for powerLaw:

Public Member Functions

 TypeName ("powerLaw")
 Runtime type information.
 powerLaw (const populationBalanceModel &popBal, const dictionary &dict)
virtual ~powerLaw ()=default
 Destructor.
virtual void setBreakupRate (volScalarField &breakupRate, const label i)
 Set total breakupRate.
Public Member Functions inherited from breakupModel
 TypeName ("breakupModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, breakupModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict))
 breakupModel (const populationBalanceModel &popBal, const dictionary &dict)
autoPtr< breakupModelclone () const
virtual ~breakupModel ()=default
 Destructor.
const populationBalanceModelpopBal () const
 Return reference to the populationBalanceModel.
const autoPtr< daughterSizeDistributionModel > & dsdPtr () const
 Return const-reference to daughter size distribution pointer.
autoPtr< daughterSizeDistributionModel > & dsdPtr ()
 Return reference to daughter size distribution pointer.
virtual void correct ()
 Correct diameter independent expressions.

Additional Inherited Members

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

Detailed Description

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

Source files

Definition at line 51 of file powerLawBreakup.H.

Constructor & Destructor Documentation

◆ powerLaw()

powerLaw ( const populationBalanceModel & popBal,
const dictionary & dict )

Definition at line 42 of file powerLawBreakup.C.

References breakupModel::breakupModel(), dict, and breakupModel::popBal().

Here is the call graph for this function:

◆ ~powerLaw()

virtual ~powerLaw ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "powerLaw" )

Runtime type information.

References dict, and breakupModel::popBal().

Here is the call graph for this function:

◆ setBreakupRate()

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

Set total breakupRate.

Implements breakupModel.

Definition at line 55 of file powerLawBreakup.C.

References breakupModel::popBal_, Foam::pow(), GeometricField< Type, PatchField, GeoMesh >::primitiveFieldRef(), dimensioned< Type >::value(), and sizeGroup::x().

Here is the call graph for this function:

The documentation for this class was generated from the following files:
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/populationBalanceModel/breakupModels/powerLaw/powerLawBreakup.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/populationBalanceModel/breakupModels/powerLaw/powerLawBreakup.C