Base class for daughter size distribution models. Calculates and stores the contribution to a sizeGroup i due to breakup in a larger sizeGroup k. More...


Public Member Functions | |
| TypeName ("daughterSizeDistributionModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, daughterSizeDistributionModel, dictionary,(const breakupModel &breakup, const dictionary &dict),(breakup, dict)) | |
| daughterSizeDistributionModel (const breakupModel &breakup, const dictionary &dict) | |
| virtual | ~daughterSizeDistributionModel () |
| Destructor. More... | |
| const dimensionedScalar & | nik (const label i, const label k) const |
| Return contribution to sizeGroup i due to breakup in sizeGroup k. More... | |
| void | precompute () |
| Precompute field independent expressions. More... | |
| virtual dimensionedScalar | calcNik (const label i, const label k) const =0 |
| Calculate contribution to sizeGroup i due to breakup in sizeGroup k. More... | |
Static Public Member Functions | |
| static autoPtr< daughterSizeDistributionModel > | New (const breakupModel &breakup, const dictionary &dict) |
Protected Attributes | |
| const breakupModel & | breakup_ |
| Reference to the breakupModel. More... | |
| PtrList< PtrList< dimensionedScalar > > | nik_ |
| Contribution to sizeGroup i due to breakup in sizeGroup k. More... | |
Base class for daughter size distribution models. Calculates and stores the contribution to a sizeGroup i due to breakup in a larger sizeGroup k.
Definition at line 54 of file daughterSizeDistributionModel.H.
| daughterSizeDistributionModel | ( | const breakupModel & | breakup, |
| const dictionary & | dict | ||
| ) |
|
virtual |
Destructor.
| TypeName | ( | "daughterSizeDistributionModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| daughterSizeDistributionModel | , | ||
| dictionary | , | ||
| (const breakupModel &breakup, const dictionary &dict) | , | ||
| (breakup, dict) | |||
| ) |
|
static |
| const dimensionedScalar& nik | ( | const label | i, |
| const label | k | ||
| ) | const |
| void precompute | ( | ) |
Precompute field independent expressions.
|
pure virtual |
Calculate contribution to sizeGroup i due to breakup in sizeGroup k.
Implemented in LaakkonenDaughterSizeDistribution, and uniformBinary.
|
protected |
Reference to the breakupModel.
Definition at line 61 of file daughterSizeDistributionModel.H.
|
protected |
Contribution to sizeGroup i due to breakup in sizeGroup k.
Definition at line 64 of file daughterSizeDistributionModel.H.