Powerlaw kernel. More...
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< breakupModel > | clone () const |
virtual | ~breakupModel () |
Destructor. More... | |
const populationBalanceModel & | popBal () 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 | precompute () |
Precompute diameter independent expressions. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from breakupModel | |
static autoPtr< breakupModel > | New (const word &type, const populationBalanceModel &popBal, const dictionary &dict) |
Protected Attributes inherited from breakupModel | |
const populationBalanceModel & | popBal_ |
Reference to the populationBalanceModel. More... | |
dictionary | dict_ |
Dictionary. More... | |
autoPtr< daughterSizeDistributionModel > | dsd_ |
Daughter size distribution model. More... | |
powerLaw | ( | const populationBalanceModel & | popBal, |
const dictionary & | dict | ||
) |
|
inlinevirtual |
Destructor.
Definition at line 77 of file powerLaw.H.
References powerLaw::setBreakupRate().
TypeName | ( | "powerLaw" | ) |
Runtime type information.
|
virtual |
Set total breakupRate.
Implements breakupModel.
Referenced by powerLaw::~powerLaw().