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 | correct () |
| Correct 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... | |
| dimensionedScalar | particleNumber_ |
| Number of daughter particles, defaults to binary breakup. 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.
| Property | Description | Required | Default value |
|---|---|---|---|
p | daughter particle number | no | 2 |
Definition at line 70 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 correct | ( | ) |
Correct field independent expressions.
|
pure virtual |
Calculate contribution to sizeGroup i due to breakup in sizeGroup k.
Implemented in LaakkonenAlopaeusAittamaaDsd, and uniform.
|
protected |
Reference to the breakupModel.
Definition at line 77 of file daughterSizeDistributionModel.H.
|
protected |
Number of daughter particles, defaults to binary breakup.
Definition at line 80 of file daughterSizeDistributionModel.H.
|
protected |
Contribution to sizeGroup i due to breakup in sizeGroup k.
Definition at line 83 of file daughterSizeDistributionModel.H.