Base class for drift models. More...
#include <driftModel.H>


Classes | |
| class | iNew |
| Class used for the read-construction of. More... | |
Public Member Functions | |
| TypeName ("driftModel") | |
| Runtime type information. | |
| 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. | |
| const populationBalanceModel & | popBal () const |
| Return reference to the populationBalanceModel. | |
| virtual void | correct () |
| Correct diameter independent expressions. | |
| virtual void | addToDriftRate (volScalarField &driftRate, const label i)=0 |
| Add to driftRate. | |
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. | |
| driftModel | ( | const populationBalanceModel & | popBal, |
| const dictionary & | dict ) |
Definition at line 66 of file driftModel.C.
References dict, popBal(), and popBal_.
Referenced by constantDrift::constantDrift(), declareRunTimeSelectionTable(), densityChangeDrift::densityChangeDrift(), and phaseChange::phaseChange().


|
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 40 of file driftModel.C.
References dict, Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, and popBal().
Referenced by driftModel::iNew::operator()().


|
inline |
Return reference to the populationBalanceModel.
Definition at line 144 of file driftModel.H.
References popBal_.
Referenced by constantDrift::constantDrift(), declareRunTimeSelectionTable(), densityChangeDrift::densityChangeDrift(), driftModel(), driftModel::iNew::iNew(), New(), phaseChange::phaseChange(), constantDrift::TypeName(), densityChangeDrift::TypeName(), and phaseChange::TypeName().

|
virtual |
Correct diameter independent expressions.
Reimplemented in constantDrift, and phaseChange.
Definition at line 78 of file driftModel.C.
|
pure virtual |
Add to driftRate.
Implemented in constantDrift, densityChangeDrift, and phaseChange.
|
protected |
Reference to the populationBalanceModel.
Definition at line 57 of file driftModel.H.
Referenced by constantDrift::addToDriftRate(), densityChangeDrift::addToDriftRate(), phaseChange::addToDriftRate(), constantDrift::correct(), phaseChange::correct(), driftModel(), phaseChange::phaseChange(), and popBal().