

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 ()=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... | |
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.
Definition at line 44 of file liftModel.C.
|
virtualdefault |
Destructor.
| liftModel | ( | const dictionary & | dict, |
| const phasePair & | pair | ||
| ) |
Construct from a dictionary and a phase pair.
|
virtualdefault |
Destructor.
| TypeName | ( | "liftModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| liftModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const phasePair &pair) | , | ||
| (dict, pair) | |||
| ) |
|
static |
Definition at line 57 of file liftModel.C.
References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, and Foam::Info.

|
pure virtual |
Return lift coefficient.
Implemented in LegendreMagnaudet, LegendreMagnaudet, Moraga, Moraga, wallDamped, TomiyamaLift, TomiyamaLift, constantLiftCoefficient, constantLiftCoefficient, noLift, and noLift.
Referenced by liftModel::Fi().

|
virtual |
Return phase-intensive lift force.
Reimplemented in wallDamped.
Definition at line 86 of file liftModel.C.
References liftModel::Cl(), phasePair::continuous(), Foam::fvc::curl(), liftModel::pair_, phaseModel::rho(), phaseModel::U(), and phasePair::Ur().

|
virtual |
Return lift force.
Reimplemented in wallDamped, noLift, and noLift.
Definition at line 97 of file liftModel.C.
|
virtual |
Return face lift force.
Reimplemented in wallDamped, noLift, and noLift.
Definition at line 103 of file liftModel.C.
References Foam::fvc::flux(), and Foam::fvc::interpolate().

| 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, wallDamped, TomiyamaLift, TomiyamaLift, 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 |
|
static |
Force dimensions.
Definition at line 91 of file liftModel.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.