#include <noLift.H>


Public Member Functions | |
| TypeName ("none") | |
| Runtime type information. | |
| noLift (const dictionary &dict, const phasePair &pair) | |
| Construct from a dictionary and a phase pair. | |
| virtual | ~noLift () |
| Destructor. | |
| virtual tmp< volScalarField > | Cl () const |
| Lift coefficient. | |
| virtual tmp< volVectorField > | F () const |
| Lift force. | |
| virtual tmp< surfaceScalarField > | Ff () const |
| Lift force on faces. | |
| TypeName ("none") | |
| Runtime type information. | |
| noLift (const dictionary &dict, const phasePair &pair) | |
| Construct from a dictionary and a phase pair. | |
| virtual | ~noLift () |
| Destructor. | |
| virtual tmp< volScalarField > | Cl () const |
| Lift coefficient. | |
| virtual tmp< volVectorField > | F () const |
| Lift force. | |
| virtual tmp< surfaceScalarField > | Ff () const |
| Lift force on faces. | |
| Public Member Functions inherited from liftModel | |
| TypeName ("liftModel") | |
| Runtime type information. | |
| 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. | |
| virtual | ~liftModel ()=default |
| Destructor. | |
| virtual tmp< volVectorField > | Fi () const |
| Return phase-intensive lift force. | |
| TypeName ("liftModel") | |
| Runtime type information. | |
| 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. | |
| virtual | ~liftModel ()=default |
| Destructor. | |
| virtual tmp< volVectorField > | Fi () const |
| Return phase-intensive lift force. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from liftModel | |
| static autoPtr< liftModel > | New (const dictionary &dict, const phasePair &pair) |
| static autoPtr< liftModel > | New (const dictionary &dict, const phasePair &pair) |
| Static Public Attributes inherited from liftModel | |
| static const dimensionSet | dimF |
| Force dimensions. | |
| Protected Attributes inherited from liftModel | |
| const phasePair & | pair_ |
| Phase pair. | |
| noLift | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from a dictionary and a phase pair.
Definition at line 39 of file noLift.C.
References dict, and liftModel::liftModel().

| noLift | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from a dictionary and a phase pair.
References dict.
|
virtual |
Destructor.
| TypeName | ( | "none" | ) |
Runtime type information.
References dict.
|
virtual |
Lift coefficient.
Implements liftModel.
Definition at line 57 of file noLift.C.
References Foam::dimless, mesh, GeometricField< scalar, fvPatchField, volMesh >::New(), and liftModel::pair_.

|
virtual |
Lift force.
Reimplemented from liftModel.
Definition at line 70 of file noLift.C.
References liftModel::dimF, mesh, GeometricField< vector, fvPatchField, volMesh >::New(), and liftModel::pair_.

|
virtual |
Lift force on faces.
Reimplemented from liftModel.
Definition at line 83 of file noLift.C.
References Foam::dimArea, liftModel::dimF, mesh, GeometricField< scalar, fvsPatchField, surfaceMesh >::New(), and liftModel::pair_.

| TypeName | ( | "none" | ) |
Runtime type information.
|
virtual |
Lift coefficient.
Implements liftModel.
|
virtual |
Lift force.
Reimplemented from liftModel.
|
virtual |
Lift force on faces.
Reimplemented from liftModel.