Hydrodynamic kernel. More...


Public Member Functions | |
| TypeName ("hydrodynamic") | |
| Runtime type information. More... | |
| hydrodynamic (const populationBalanceModel &popBal, const dictionary &dict) | |
| virtual | ~hydrodynamic () |
| Destructor. More... | |
| virtual tmp< volScalarField::Internal > | rate (const label i, const label j) const |
| Return the coalescence rate between two groups. 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) | |
| Construct from a population balance and its dictionary. More... | |
| virtual | ~coalescenceModel () |
| Destructor. More... | |
| virtual bool | coalesces () const |
| Does this model coalesce? More... | |
| virtual void | precompute () |
| Pre-compute diameter independent expressions. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from coalescenceModel | |
| static autoPtr< coalescenceModel > | New (const populationBalanceModel &popBal, const dictionary &dict) |
| Selector. More... | |
Protected Attributes inherited from coalescenceModel | |
| const populationBalanceModel & | popBal_ |
| Reference to the populationBalanceModel. More... | |
| hydrodynamic | ( | const populationBalanceModel & | popBal, |
| const dictionary & | dict | ||
| ) |
Definition at line 46 of file hydrodynamic.C.
|
inlinevirtual |
Destructor.
Definition at line 72 of file hydrodynamic.H.
| TypeName | ( | "hydrodynamic" | ) |
Runtime type information.
|
virtual |
Return the coalescence rate between two groups.
Implements coalescenceModel.
Definition at line 59 of file hydrodynamic.C.
References Foam::cbrt(), Foam::dimTime, Foam::dimVolume, DimensionedField< Type, GeoMesh, PrimitiveField >::New(), and Foam::pow3().
