Base class for daughter size distribution models. More...
#include <daughterSizeDistributionModel.H>


Public Member Functions | |
| TypeName ("daughterSizeDistributionModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, daughterSizeDistributionModel, dictionary,(const breakupModel &breakup, const dictionary &dict),(breakup, dict)) | |
| daughterSizeDistributionModel (const breakupModel &breakup, const dictionary &dict) | |
| virtual | ~daughterSizeDistributionModel () |
| Destructor. | |
| const dimensionedScalar & | nik (const label i, const label k) const |
| Return total number of particles assigned to class i when a particle. | |
| void | correct () |
| Correct field independent expressions. | |
| virtual dimensionedScalar | calcNik (const label i, const label k) const =0 |
| Calculate and return total number of particles assigned to class i. | |
Static Public Member Functions | |
| static autoPtr< daughterSizeDistributionModel > | New (const breakupModel &breakup, const dictionary &dict) |
Protected Attributes | |
| const breakupModel & | breakup_ |
| Reference to the breakupModel. | |
| PtrList< PtrList< dimensionedScalar > > | nik_ |
| nik | |
Base class for daughter size distribution models.
Definition at line 51 of file daughterSizeDistributionModel.H.
| daughterSizeDistributionModel | ( | const breakupModel & | breakup, |
| const dictionary & | dict ) |
Definition at line 71 of file daughterSizeDistributionModel.C.
References breakup_, and dict.
Referenced by declareRunTimeSelectionTable(), LaakkonenAlopaeusAittamaaDsd::LaakkonenAlopaeusAittamaaDsd(), and uniformBinary::uniformBinary().

|
virtual |
Destructor.
Definition at line 84 of file daughterSizeDistributionModel.C.
| TypeName | ( | "daughterSizeDistributionModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| daughterSizeDistributionModel | , | ||
| dictionary | , | ||
| (const breakupModel &breakup, const dictionary &dict) | , | ||
| (breakup, dict) | ) |
|
static |
Definition at line 40 of file daughterSizeDistributionModel.C.
References dict, Foam::exit(), Foam::FatalIOError, and FatalIOErrorInLookup.
Referenced by breakupModel::breakupModel().


| const Foam::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
Definition at line 92 of file daughterSizeDistributionModel.C.
| void correct | ( | ) |
|
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.
References k.
Referenced by correct().

|
protected |
Reference to the breakupModel.
Definition at line 60 of file daughterSizeDistributionModel.H.
Referenced by LaakkonenAlopaeusAittamaaDsd::calcNik(), uniformBinary::calcNik(), correct(), and daughterSizeDistributionModel().
|
protected |
nik
Definition at line 65 of file daughterSizeDistributionModel.H.