Base class for daughter size distribution models. 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 total number of particles assigned to class i when a particle. More... | |
| void | correct () |
| Correct field independent expressions. More... | |
| virtual dimensionedScalar | calcNik (const label i, const label k) const =0 |
| Calculate and return total number of particles assigned to class i. 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_ |
| nik More... | |
Base class for daughter size distribution models.
Definition at line 53 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 |
Return total number of particles assigned to class i when a particle.
of class k breaks
| void correct | ( | ) |
Correct field independent expressions.
|
pure virtual |
Calculate and return total number of particles assigned to class i.
when a particle of class k breaks
Implemented in LaakkonenAlopaeusAittamaaDsd, and uniformBinary.
|
protected |
Reference to the breakupModel.
Definition at line 60 of file daughterSizeDistributionModel.H.
|
protected |
nik
Definition at line 63 of file daughterSizeDistributionModel.H.