Constant coefficient lift model. More...
#include <constantLiftCoefficient.H>


Public Member Functions | |
| TypeName ("constantCoefficient") | |
| Runtime type information. | |
| constantLiftCoefficient (const dictionary &dict, const phasePair &pair) | |
| Construct from a dictionary and a phase pair. | |
| virtual | ~constantLiftCoefficient () |
| Destructor. | |
| virtual tmp< volScalarField > | Cl () const |
| Lift coefficient. | |
| TypeName ("constantCoefficient") | |
| Runtime type information. | |
| constantLiftCoefficient (const dictionary &dict, const phasePair &pair) | |
| Construct from a dictionary and a phase pair. | |
| virtual | ~constantLiftCoefficient () |
| Destructor. | |
| virtual tmp< volScalarField > | Cl () const |
| Lift coefficient. | |
| 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. | |
| virtual tmp< volVectorField > | F () const |
| Return lift force. | |
| virtual tmp< surfaceScalarField > | Ff () const |
| Return face 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. | |
| virtual tmp< volVectorField > | F () const |
| Return lift force. | |
| virtual tmp< surfaceScalarField > | Ff () const |
| Return face 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. | |
Constant coefficient lift model.
Definition at line 51 of file constantLiftCoefficient.H.
| constantLiftCoefficient | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from a dictionary and a phase pair.
Definition at line 39 of file constantLiftCoefficient.C.
References dict, Foam::dimless, and liftModel::liftModel().

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

| TypeName | ( | "constantCoefficient" | ) |
Runtime type information.
|
virtual |
Lift coefficient.
Implements liftModel.