

Public Member Functions | |
| TypeName ("none") | |
| Runtime type information. More... | |
| noLift (const dictionary &dict, const phaseInterface &interface) | |
| Construct from a dictionary and an interface. More... | |
| virtual | ~noLift () |
| Destructor. 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 phaseInterface | 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... | |
| noLift | ( | const dictionary & | dict, |
| const phaseInterface & | interface | ||
| ) |
| TypeName | ( | "none" | ) |
Runtime type information.
|
virtual |
Return lift force.
Implements liftModel.
Definition at line 62 of file noLift.C.
References GeometricField< Type, GeoMesh, PrimitiveField >::New(), and Foam::Zero.

|
virtual |
Return face lift force.
Implements liftModel.
Definition at line 73 of file noLift.C.
References Foam::dimArea, and GeometricField< Type, GeoMesh, PrimitiveField >::New().

|
protected |