Constant coefficient lift model. More...
Public Member Functions | |
TypeName ("constantCoefficient") | |
Runtime type information. More... | |
constantLiftCoefficient (const dictionary &dict, const phasePair &pair) | |
Construct from a dictionary and a phase pair. More... | |
virtual | ~constantLiftCoefficient () |
Destructor. More... | |
virtual tmp< volScalarField > | Cl () const |
Lift coefficient. More... | |
TypeName ("constantCoefficient") | |
Runtime type information. More... | |
constantLiftCoefficient (const dictionary &dict, const phasePair &pair) | |
Construct from a dictionary and a phase pair. More... | |
virtual | ~constantLiftCoefficient () |
Destructor. More... | |
virtual tmp< volScalarField > | Cl () const |
Lift coefficient. More... | |
![]() | |
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 ()=default |
Destructor. More... | |
virtual tmp< volScalarField > | Cl () const =0 |
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... | |
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 ()=default |
Destructor. More... | |
virtual tmp< volScalarField > | Cl () const =0 |
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... | |
Additional Inherited Members | |
![]() | |
static autoPtr< liftModel > | New (const dictionary &dict, const phasePair &pair) |
static autoPtr< liftModel > | New (const dictionary &dict, const phasePair &pair) |
![]() | |
static const dimensionSet | dimF |
Force dimensions. More... | |
![]() | |
const phasePair & | pair_ |
Phase pair. More... | |
Constant coefficient lift model.
Definition at line 55 of file constantLiftCoefficient.H.
constantLiftCoefficient | ( | const dictionary & | dict, |
const phasePair & | pair | ||
) |
Construct from a dictionary and a phase pair.
Definition at line 46 of file constantLiftCoefficient.C.
References Foam::dimless.
|
virtual |
Destructor.
Definition at line 59 of file constantLiftCoefficient.C.
constantLiftCoefficient | ( | const dictionary & | dict, |
const phasePair & | pair | ||
) |
Construct from a dictionary and a phase pair.
|
virtual |
Destructor.
TypeName | ( | "constantCoefficient" | ) |
Runtime type information.
|
virtual |
Lift coefficient.
Implements liftModel.
Definition at line 66 of file constantLiftCoefficient.C.
References mesh, and Time::New().
TypeName | ( | "constantCoefficient" | ) |
Runtime type information.
|
virtual |
Lift coefficient.
Implements liftModel.