

Public Member Functions | |
| dispersedLiftModel (const dictionary &dict, const phaseInterface &interface) | |
| virtual | ~dispersedLiftModel () |
| Destructor. More... | |
| virtual tmp< volScalarField > | Cl () const =0 |
| Lift coefficient. More... | |
| virtual tmp< volVectorField > | Fi () const |
| Return phase-intensive lift force. Note that this is. 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 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... | |
Protected Attributes | |
| const dispersedPhaseInterface | interface_ |
| Interface. 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... | |
Definition at line 53 of file dispersedLiftModel.H.
| dispersedLiftModel | ( | const dictionary & | dict, |
| const phaseInterface & | interface | ||
| ) |
Definition at line 33 of file dispersedLiftModel.C.
|
virtual |
Destructor.
Definition at line 46 of file dispersedLiftModel.C.
|
pure virtual |
Lift coefficient.
Implemented in wallDamped, TomiyamaLift, SaffmanMei, Moraga, LegendreMagnaudet, and constantLiftCoefficient.
|
virtual |
Return phase-intensive lift force. Note that this is.
signed relative to dispersed-continuous, not phase1-phase2.
Reimplemented in wallDamped.
Definition at line 52 of file dispersedLiftModel.C.
References Foam::fvc::curl().

|
virtual |
Return lift force.
Implements liftModel.
Reimplemented in wallDamped.
Definition at line 63 of file dispersedLiftModel.C.
|
virtual |
Return face lift force.
Implements liftModel.
Reimplemented in wallDamped.
Definition at line 73 of file dispersedLiftModel.C.
References Foam::fvc::flux(), and Foam::fvc::interpolate().

|
protected |
Interface.
Definition at line 62 of file dispersedLiftModel.H.