

Public Member Functions | |
| TypeName ("none") | |
| Runtime type information. More... | |
| noLift (const dictionary &dict, const phasePair &pair) | |
| Construct from a dictionary and a phase pair. More... | |
| virtual | ~noLift () |
| Destructor. More... | |
| virtual tmp< volScalarField > | Cl () const |
| Lift coefficient. More... | |
| virtual tmp< volVectorField > | F () const |
| Lift force. More... | |
| virtual tmp< surfaceScalarField > | Ff () const |
| Lift force on faces. More... | |
Public Member Functions inherited from liftModel | |
| TypeName ("liftModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, liftModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair)) | |
| liftModel (const dictionary &dict, const phasePair &pair) | |
| Construct from a dictionary and a phase pair. More... | |
| virtual | ~liftModel () |
| Destructor. More... | |
| virtual tmp< volVectorField > | Fi () const |
| Return phase-intensive lift force. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from liftModel | |
| static autoPtr< liftModel > | New (const dictionary &dict, const phasePair &pair) |
Static Public Attributes inherited from liftModel | |
| static const dimensionSet | dimF |
| Force dimensions. More... | |
Protected Attributes inherited from liftModel | |
| const phasePair & | pair_ |
| Phase pair. More... | |
| noLift | ( | const dictionary & | dict, |
| const phasePair & | pair | ||
| ) |
Construct from a dictionary and a phase pair.
|
virtual |
Destructor.
| TypeName | ( | "none" | ) |
Runtime type information.
|
virtual |
Lift coefficient.
Implements liftModel.
|
virtual |
Lift force.
Reimplemented from liftModel.
|
virtual |
Lift force on faces.
Reimplemented from liftModel.