

Public Member Functions | |
| TypeName ("wallDamped") | |
| Runtime type information. More... | |
| wallDamped (const dictionary &dict, const phasePair &pair) | |
| Construct from a dictionary and a phase pair. More... | |
| virtual | ~wallDamped () |
| Destructor. More... | |
| virtual tmp< volScalarField > | Cl () const |
| Return 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 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... | |
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... | |
| wallDamped | ( | const dictionary & | dict, |
| const phasePair & | pair | ||
| ) |
Construct from a dictionary and a phase pair.
|
virtual |
Destructor.
| TypeName | ( | "wallDamped" | ) |
Runtime type information.
|
virtual |
Return lift coefficient.
Implements liftModel.
|
virtual |
Return phase-intensive lift force.
Reimplemented from liftModel.
|
virtual |
Return lift force.
Reimplemented from liftModel.
|
virtual |
Return face lift force.
Reimplemented from liftModel.