Constant coefficient lift model. More...


Public Member Functions | |
| TypeName ("constantCoefficient") | |
| Runtime type information. More... | |
| constantLiftCoefficient (const dictionary &dict, const phaseInterface &interface) | |
| Construct from a dictionary and an interface. More... | |
| virtual | ~constantLiftCoefficient () |
| Destructor. More... | |
| virtual tmp< volScalarField > | Cl () const |
| Lift coefficient. More... | |
Public Member Functions inherited from dispersedLiftModel | |
| dispersedLiftModel (const dictionary &dict, const phaseInterface &interface) | |
| virtual | ~dispersedLiftModel () |
| Destructor. More... | |
| virtual tmp< volVectorField > | Fi () const |
| Return phase-intensive lift force. Note that this is. 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... | |
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... | |
Protected Attributes inherited from dispersedLiftModel | |
| const dispersedPhaseInterface | interface_ |
| Interface. More... | |
Constant coefficient lift model.
Definition at line 50 of file constantLiftCoefficient.H.
| constantLiftCoefficient | ( | const dictionary & | dict, |
| const phaseInterface & | interface | ||
| ) |
Construct from a dictionary and an interface.
Definition at line 43 of file constantLiftCoefficient.C.
|
virtual |
Destructor.
Definition at line 56 of file constantLiftCoefficient.C.
| TypeName | ( | "constantCoefficient" | ) |
Runtime type information.
|
virtual |
Lift coefficient.
Implements dispersedLiftModel.
Definition at line 63 of file constantLiftCoefficient.C.
References GeometricField< Type, GeoMesh, PrimitiveField >::New().
