Base class for drift models. More...
Classes | |
class | iNew |
Public Member Functions | |
TypeName ("driftModel") | |
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 |
const populationBalanceModel & | popBal () const |
virtual void | correct () |
virtual void | addToDriftRate (volScalarField &driftRate, const label i)=0 |
Static Public Member Functions | |
static autoPtr< driftModel > | New (const word &type, const populationBalanceModel &popBal, const dictionary &dict) |
Protected Attributes | |
const populationBalanceModel & | popBal_ |
driftModel | ( | const populationBalanceModel & | popBal, |
const dictionary & | dict | ||
) |
Definition at line 67 of file driftModel.C.
|
virtualdefault |
TypeName | ( | "driftModel" | ) |
declareRunTimeSelectionTable | ( | autoPtr | , |
driftModel | , | ||
dictionary | , | ||
(const populationBalanceModel &popBal, const dictionary &dict) | , | ||
(popBal, dict) | |||
) |
|
inline |
Definition at line 109 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 |
Definition at line 133 of file driftModel.H.
References driftModel::popBal_.
|
virtual |
Reimplemented in phaseChange, and constantDrift.
Definition at line 78 of file driftModel.C.
|
pure virtual |
Implemented in phaseChange, constantDrift, and densityChangeDrift.
|
protected |
Definition at line 55 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.