Public Member Functions | |
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... | |
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 () |
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... | |
Static Public Member Functions | |
static autoPtr< liftModel > | New (const dictionary &dict, const phasePair &pair) |
static autoPtr< liftModel > | New (const dictionary &dict, const phasePair &pair) |
Static Public Attributes | |
static const dimensionSet | dimF |
Force dimensions. More... | |
Protected Attributes | |
const phasePair & | pair_ |
Phase pair. More... | |
liftModel | ( | const dictionary & | dict, |
const phasePair & | pair | ||
) |
Construct from a dictionary and a phase pair.
|
virtual |
Destructor.
liftModel | ( | const dictionary & | dict, |
const phasePair & | pair | ||
) |
Construct from a dictionary and a phase pair.
|
virtual |
Destructor.
TypeName | ( | "liftModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
liftModel | , | ||
dictionary | , | ||
(const dictionary &dict, const phasePair &pair) | , | ||
(dict, pair) | |||
) |
|
static |
|
pure virtual |
Return lift coefficient.
Implemented in LegendreMagnaudet, LegendreMagnaudet, Moraga, Moraga, TomiyamaLift, TomiyamaLift, wallDamped, constantLiftCoefficient, constantLiftCoefficient, noLift, and noLift.
|
virtual |
Return phase-intensive lift force.
Reimplemented in wallDamped.
|
virtual |
Return lift force.
Reimplemented in wallDamped, noLift, and noLift.
|
virtual |
Return face lift force.
Reimplemented in wallDamped, noLift, and noLift.
TypeName | ( | "liftModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
liftModel | , | ||
dictionary | , | ||
(const dictionary &dict, const phasePair &pair) | , | ||
(dict, pair) | |||
) |
|
static |
|
pure virtual |
Return lift coefficient.
Implemented in LegendreMagnaudet, LegendreMagnaudet, Moraga, Moraga, TomiyamaLift, TomiyamaLift, wallDamped, constantLiftCoefficient, constantLiftCoefficient, noLift, and noLift.
|
virtual |
Return phase-intensive lift force.
Reimplemented in wallDamped.
|
virtual |
Return lift force.
Reimplemented in wallDamped, noLift, and noLift.
|
virtual |
Return face lift force.
Reimplemented in wallDamped, noLift, and noLift.
|
protected |
Phase pair.
Definition at line 59 of file liftModel.H.
|
static |
Force dimensions.
Definition at line 86 of file liftModel.H.