Public Member Functions | |
TypeName ("wallDamped") | |
Runtime type information. More... | |
wallDamped (const dictionary &dict, const phaseInterface &interface) | |
Construct from a dictionary and an interface. More... | |
virtual | ~wallDamped () |
Destructor. More... | |
virtual tmp< volScalarField > | Cl () const |
Lift coefficient. More... | |
virtual tmp< volVectorField > | Fi () const |
Return phase-intensive lift force. More... | |
virtual tmp< volVectorField > | F () const |
Return lift force. More... | |
virtual tmp< surfaceScalarField > | Ff () const |
Return face lift force. More... | |
Public Member Functions inherited from dispersedLiftModel | |
dispersedLiftModel (const dictionary &dict, const phaseInterface &interface) | |
virtual | ~dispersedLiftModel () |
Destructor. More... | |
Public Member Functions inherited from liftModel | |
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... | |
Additional Inherited Members | |
Static Public Member Functions inherited from liftModel | |
static autoPtr< liftModel > | New (const dictionary &dict, const phaseInterface &interface, const bool outer=true) |
Static Public Attributes inherited from liftModel | |
static const dimensionSet | dimF |
Force dimensions. More... | |
static const bool | correctFixedFluxBCs = true |
Does this model require correcting on fixed flux boundaries? More... | |
Protected Attributes inherited from dispersedLiftModel | |
const dispersedPhaseInterface | interface_ |
Interface. More... | |
wallDamped | ( | const dictionary & | dict, |
const phaseInterface & | interface | ||
) |
Construct from a dictionary and an interface.
Definition at line 43 of file wallDampedLift.C.
References Foam::exit(), Foam::FatalError, FatalErrorInFunction, and Foam::type().
|
virtual |
Destructor.
Definition at line 68 of file wallDampedLift.C.
TypeName | ( | "wallDamped" | ) |
Runtime type information.
|
virtual |
|
virtual |
Return phase-intensive lift force.
Reimplemented from dispersedLiftModel.
Definition at line 82 of file wallDampedLift.C.
|
virtual |
Return lift force.
Reimplemented from dispersedLiftModel.
Definition at line 90 of file wallDampedLift.C.
|
virtual |
Return face lift force.
Reimplemented from dispersedLiftModel.
Definition at line 96 of file wallDampedLift.C.