Powerlaw kernel. Used for verification and validation of the breakup formulation implemented in the populationBalanceModel class. More...
#include <powerLawBreakup.H>


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< breakupModel > | clone () const |
| virtual | ~breakupModel ()=default |
| Destructor. | |
| const populationBalanceModel & | popBal () 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< breakupModel > | New (const word &modelType, const populationBalanceModel &popBal, const dictionary &dict) |
| Protected Attributes inherited from breakupModel | |
| const populationBalanceModel & | popBal_ |
| Reference to the populationBalanceModel. | |
| dictionary | dict_ |
| Dictionary. | |
| autoPtr< daughterSizeDistributionModel > | dsd_ |
| Daughter size distribution model. | |
Powerlaw kernel. Used for verification and validation of the breakup formulation implemented in the populationBalanceModel class.
Definition at line 51 of file powerLawBreakup.H.
| powerLaw | ( | const populationBalanceModel & | popBal, |
| const dictionary & | dict ) |
Definition at line 42 of file powerLawBreakup.C.
References breakupModel::breakupModel(), dict, and breakupModel::popBal().

|
virtualdefault |
Destructor.
| TypeName | ( | "powerLaw" | ) |
Runtime type information.
References dict, and breakupModel::popBal().

|
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().
