Model for the lift force between two phases. More...
Public Member Functions | |
TypeName ("liftModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, liftModel, dictionary,(const dictionary &dict, const phaseInterface &interface),(dict, interface)) | |
liftModel (const dictionary &dict, const phaseInterface &interface) | |
Construct from a dictionary and an interface. More... | |
virtual | ~liftModel () |
Destructor. More... | |
virtual tmp< volVectorField > | F () const =0 |
Return lift force. More... | |
virtual tmp< surfaceScalarField > | Ff () const =0 |
Return face lift force. More... | |
Static Public Member Functions | |
static autoPtr< liftModel > | New (const dictionary &dict, const phaseInterface &interface, const bool outer=true) |
Static Public Attributes | |
static const dimensionSet | dimF |
Force dimensions. More... | |
static const bool | correctFixedFluxBCs = true |
Does this model require correcting on fixed flux boundaries? More... | |
Model for the lift force between two phases.
Definition at line 52 of file liftModel.H.
liftModel | ( | const dictionary & | dict, |
const phaseInterface & | interface | ||
) |
Construct from a dictionary and an interface.
Definition at line 42 of file liftModel.C.
|
virtual |
Destructor.
Definition at line 52 of file liftModel.C.
TypeName | ( | "liftModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
liftModel | , | ||
dictionary | , | ||
(const dictionary &dict, const phaseInterface &interface) | , | ||
(dict, interface) | |||
) |
|
static |
Definition at line 31 of file liftModelNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, phaseInterface::fluid(), Foam::Info, dictionary::lookup(), phaseSystem::modelSubDict(), phaseInterface::name(), and Foam::outer().
|
pure virtual |
Return lift force.
Implemented in wallDamped, noLift, and dispersedLiftModel.
Referenced by blendedLiftModel::F().
|
pure virtual |
Return face lift force.
Implemented in wallDamped, noLift, and dispersedLiftModel.
Referenced by blendedLiftModel::Ff().
|
static |
Force dimensions.
Definition at line 78 of file liftModel.H.
Referenced by blendedLiftModel::F(), and blendedLiftModel::Ff().
|
static |
Does this model require correcting on fixed flux boundaries?
Definition at line 81 of file liftModel.H.