Model describing coagulation due to turbulent shear. Utilises physical, i.e. collisional diameters. More...


Public Member Functions | |
| TypeName ("turbulentShear") | |
| Runtime type information. More... | |
| turbulentShear (const populationBalanceModel &popBal, const dictionary &dict) | |
| virtual | ~turbulentShear () |
| Destructor. More... | |
| virtual void | addToCoalescenceRate (volScalarField::Internal &coalescenceRate, const label i, const label j) |
| Add to coalescenceRate. More... | |
Public Member Functions inherited from coalescenceModel | |
| TypeName ("coalescenceModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, coalescenceModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict)) | |
| coalescenceModel (const populationBalanceModel &popBal, const dictionary &dict) | |
| autoPtr< coalescenceModel > | clone () const |
| virtual | ~coalescenceModel () |
| Destructor. More... | |
| virtual void | precompute () |
| Precompute diameter independent expressions. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from coalescenceModel | |
| static autoPtr< coalescenceModel > | New (const word &type, const populationBalanceModel &popBal, const dictionary &dict) |
Protected Attributes inherited from coalescenceModel | |
| const populationBalanceModel & | popBal_ |
| Reference to the populationBalanceModel. More... | |
Model describing coagulation due to turbulent shear. Utilises physical, i.e. collisional diameters.
Definition at line 53 of file turbulentShear.H.
| turbulentShear | ( | const populationBalanceModel & | popBal, |
| const dictionary & | dict | ||
| ) |
Definition at line 52 of file turbulentShear.C.
|
inlinevirtual |
Destructor.
Definition at line 79 of file turbulentShear.H.
| TypeName | ( | "turbulentShear" | ) |
Runtime type information.
|
virtual |
Add to coalescenceRate.
Implements coalescenceModel.
Definition at line 66 of file turbulentShear.C.
References sizeGroup::d(), Foam::pow3(), and Foam::sqrt().
