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 51 of file daughterSizeDistributionModel.H.
| daughterSizeDistributionModel | ( | const breakupModel & | breakup, |
| const dictionary & | dict | ||
| ) |
Definition at line 73 of file daughterSizeDistributionModel.C.
|
virtual |
Destructor.
Definition at line 85 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 41 of file daughterSizeDistributionModel.C.
References dict, Foam::exit(), Foam::FatalIOError, and FatalIOErrorInLookup.

| 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 94 of file daughterSizeDistributionModel.C.
References k.
| void correct | ( | ) |
Correct field independent expressions.
Definition at line 103 of file daughterSizeDistributionModel.C.
|
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 65 of file daughterSizeDistributionModel.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.