Uniform binary daughter size distribution. Used for verification and validation of the breakup formulation implemented in the populationBalanceModel class. More...


Public Member Functions | |
| TypeName ("uniformBinary") | |
| Runtime type information. More... | |
| uniformBinary (const breakupModel &breakup, const dictionary &dict) | |
| virtual | ~uniformBinary () |
| Destructor. More... | |
| virtual dimensionedScalar | calcNik (const label i, const label k) const |
| Return total number of particles assigned to class i when a particle. More... | |
Public Member Functions inherited from daughterSizeDistributionModel | |
| 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... | |
Additional Inherited Members | |
Static Public Member Functions inherited from daughterSizeDistributionModel | |
| static autoPtr< daughterSizeDistributionModel > | New (const breakupModel &breakup, const dictionary &dict) |
Protected Attributes inherited from daughterSizeDistributionModel | |
| const breakupModel & | breakup_ |
| Reference to the breakupModel. More... | |
| PtrList< PtrList< dimensionedScalar > > | nik_ |
| nik More... | |
Uniform binary daughter size distribution. Used for verification and validation of the breakup formulation implemented in the populationBalanceModel class.
Definition at line 54 of file uniformBinary.H.
| uniformBinary | ( | const breakupModel & | breakup, |
| const dictionary & | dict | ||
| ) |
|
virtual |
Destructor.
| TypeName | ( | "uniformBinary" | ) |
Runtime type information.
|
virtual |
Return total number of particles assigned to class i when a particle.
of class k breaks
Implements daughterSizeDistributionModel.