Daughter size distribution for uniform binary breakup. 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 |
| Calculate contribution to sizeGroup i due to breakup in sizeGroup k. 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 contribution to sizeGroup i due to breakup in sizeGroup k. More... | |
| void | precompute () |
| Precompute 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_ |
| Contribution to sizeGroup i due to breakup in sizeGroup k. More... | |
Daughter size distribution for uniform binary breakup.
Definition at line 52 of file uniformBinary.H.
| uniformBinary | ( | const breakupModel & | breakup, |
| const dictionary & | dict | ||
| ) |
Definition at line 52 of file uniformBinary.C.
|
virtual |
Destructor.
Definition at line 65 of file uniformBinary.C.
| TypeName | ( | "uniformBinary" | ) |
Runtime type information.
|
virtual |
Calculate contribution to sizeGroup i due to breakup in sizeGroup k.
Implements daughterSizeDistributionModel.
Definition at line 73 of file uniformBinary.C.