Base class for drift models. More...


Classes | |
| class | iNew |
| Class used for the read-construction of. More... | |
Public Member Functions | |
| 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... | |
| virtual void | addToDriftRate (volScalarField &driftRate, const label i)=0 |
| Add to driftRate. More... | |
Static Public Member Functions | |
| static autoPtr< driftModel > | New (const word &type, const populationBalanceModel &popBal, const dictionary &dict) |
Protected Attributes | |
| const populationBalanceModel & | popBal_ |
| Reference to the populationBalanceModel. More... | |
| driftModel | ( | const populationBalanceModel & | popBal, |
| const dictionary & | dict | ||
| ) |
Definition at line 67 of file driftModel.C.
|
virtualdefault |
Destructor.
| TypeName | ( | "driftModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| driftModel | , | ||
| dictionary | , | ||
| (const populationBalanceModel &popBal, const dictionary &dict) | , | ||
| (popBal, dict) | |||
| ) |
|
inline |
Definition at line 116 of file driftModel.H.
References NotImplemented.
|
static |
Definition at line 41 of file driftModel.C.
References dict, Foam::exit(), Foam::FatalIOError, and FatalIOErrorInLookup.
Referenced by driftModel::iNew::operator()().


|
inline |
Return reference to the populationBalanceModel.
Definition at line 144 of file driftModel.H.
References driftModel::popBal_.
|
virtual |
Correct diameter independent expressions.
Reimplemented in phaseChange, and constantDrift.
Definition at line 78 of file driftModel.C.
|
pure virtual |
Add to driftRate.
Implemented in phaseChange, constantDrift, and densityChangeDrift.
|
protected |
Reference to the populationBalanceModel.
Definition at line 57 of file driftModel.H.
Referenced by constantDrift::correct(), phaseChange::correct(), and driftModel::popBal().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.