Powerlaw kernel with a uniform daughter size distribution. More...


Public Member Functions | |
| TypeName ("powerLawUniformBinary") | |
| Runtime type information. More... | |
| powerLawUniformBinary (const populationBalanceModel &popBal, const dictionary &dict) | |
| virtual | ~powerLawUniformBinary () |
| Destructor. More... | |
| virtual tmp< volScalarField::Internal > | rate (const label i, const label j) const |
| Return the breakup rate between two groups. More... | |
Public Member Functions inherited from binary | |
| virtual | ~binary () |
| Destructor. More... | |
| breakupModel (const populationBalanceModel &popBal, const dictionary &dict) | |
| Inherit constructors. More... | |
Public Member Functions inherited from breakupModel | |
| TypeName ("breakupModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, breakupModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict)) | |
| breakupModel (const populationBalanceModel &popBal, const dictionary &dict) | |
| virtual | ~breakupModel () |
| Destructor. More... | |
| const populationBalanceModel & | popBal () const |
| Return reference to the populationBalanceModel. More... | |
| virtual void | precompute () |
| Pre-compute diameter independent expressions. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from breakupModel | |
| static autoPtr< breakupModel > | New (const populationBalanceModel &popBal, const dictionary &dict) |
Protected Attributes inherited from breakupModel | |
| const populationBalanceModel & | popBal_ |
| Reference to the populationBalanceModel. More... | |
Powerlaw kernel with a uniform daughter size distribution.
Definition at line 52 of file powerLawUniformBinary.H.
| powerLawUniformBinary | ( | const populationBalanceModel & | popBal, |
| const dictionary & | dict | ||
| ) |
Definition at line 46 of file powerLawUniformBinary.C.
|
inlinevirtual |
Destructor.
Definition at line 78 of file powerLawUniformBinary.H.
| TypeName | ( | "powerLawUniformBinary" | ) |
Runtime type information.
|
virtual |
Return the breakup rate between two groups.
Implements binary.
Definition at line 61 of file powerLawUniformBinary.C.
References Foam::dimTime, Foam::dimVolume, Foam::inv(), DimensionedField< Type, GeoMesh, PrimitiveField >::New(), Foam::pow(), and dimensioned< Type >::value().
