Drift rate induced by changes in density. More...


Public Member Functions | |
| TypeName ("densityChange") | |
| Runtime type information. More... | |
| densityChangeDrift (const populationBalanceModel &popBal, const dictionary &dict) | |
| virtual | ~densityChangeDrift ()=default |
| Destructor. More... | |
| virtual void | addToDriftRate (volScalarField &driftRate, const label i) |
| Add to driftRate. More... | |
Public Member Functions inherited from driftModel | |
| TypeName ("driftModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, driftModel, dictionary,(const populationBalanceModel &popBal, const dictionary &dict),(popBal, dict)) | |
| driftModel (const populationBalanceModel &popBal, const dictionary &dict) | |
| autoPtr< driftModel > | clone () const |
| virtual | ~driftModel ()=default |
| Destructor. More... | |
| const populationBalanceModel & | popBal () const |
| Return reference to the populationBalanceModel. More... | |
| virtual void | correct () |
| Correct diameter independent expressions. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from driftModel | |
| static autoPtr< driftModel > | New (const word &type, const populationBalanceModel &popBal, const dictionary &dict) |
Protected Attributes inherited from driftModel | |
| const populationBalanceModel & | popBal_ |
| Reference to the populationBalanceModel. More... | |
Drift rate induced by changes in density.
Definition at line 50 of file densityChange.H.
| densityChangeDrift | ( | const populationBalanceModel & | popBal, |
| const dictionary & | dict | ||
| ) |
Definition at line 45 of file densityChange.C.
|
virtualdefault |
Destructor.
| TypeName | ( | "densityChange" | ) |
Runtime type information.
|
virtual |
Add to driftRate.
Implements driftModel.
Definition at line 58 of file densityChange.C.
References Foam::fac::ddt(), Foam::fac::grad(), sizeGroup::phase(), rho, and phaseModel::rho().
