Base class for binary breakup models that provide a breakup rate between a size class pair directly, i.e. without explicitly stating the daughter size distribution function. More...


Public Member Functions | |
| virtual | ~binary () |
| Destructor. More... | |
| virtual tmp< volScalarField::Internal > | rate (const label i, const label j) const =0 |
| Return the breakup rate between two groups. More... | |
| breakupModel (const populationBalanceModel &popBal, const dictionary &dict) | |
| Inherit constructors. 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 populationBalanceModel & | popBal () const |
| Return reference to the populationBalanceModel. More... | |
| virtual void | precompute () |
| Pre-compute diameter independent expressions. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from breakupModel | |
| static autoPtr< breakupModel > | New (const populationBalanceModel &popBal, const dictionary &dict) |
Protected Attributes inherited from breakupModel | |
| const populationBalanceModel & | popBal_ |
| Reference to the populationBalanceModel. More... | |
Base class for binary breakup models that provide a breakup rate between a size class pair directly, i.e. without explicitly stating the daughter size distribution function.
|
pure virtual |
Return the breakup rate between two groups.
Implemented in powerLawUniformBinary, LuoSvendsen, Liao, and LehrMilliesMewes.
Inherit constructors.
Definition at line 88 of file breakupModel.C.