#include <liftModel.H>


Public Member Functions | |
| 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< volScalarField > | Cl () const =0 |
| Return lift coefficient. | |
| 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< volScalarField > | Cl () const =0 |
| Return lift coefficient. | |
| 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. | |
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. | |
Protected Attributes | |
| const phasePair & | pair_ |
| Phase pair. | |
| liftModel | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from a dictionary and a phase pair.
Definition at line 43 of file liftModel.C.
Referenced by constantLiftCoefficient::constantLiftCoefficient(), declareRunTimeSelectionTable(), LegendreMagnaudet::LegendreMagnaudet(), Moraga::Moraga(), noLift::noLift(), TomiyamaLift::TomiyamaLift(), and wallDamped::wallDamped().

| liftModel | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from a dictionary and a phase pair.
References dict.
|
virtualdefault |
Destructor.
| TypeName | ( | "liftModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| liftModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const phasePair &pair) | , | ||
| (dict, pair) | ) |
|
static |
Definition at line 56 of file liftModel.C.
References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, and Foam::Info.
Referenced by wallDamped::wallDamped().


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

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


|
virtual |
Return lift force.
Reimplemented in noLift, noLift, and wallDamped.
Definition at line 97 of file liftModel.C.

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

| TypeName | ( | "liftModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| liftModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const phasePair &pair) | , | ||
| (dict, pair) | ) |
|
static |
References dict.
|
pure virtual |
Return lift coefficient.
Implemented in constantLiftCoefficient, constantLiftCoefficient, LegendreMagnaudet, LegendreMagnaudet, Moraga, Moraga, noLift, noLift, TomiyamaLift, TomiyamaLift, and wallDamped.
|
virtual |
Return phase-intensive lift force.
Reimplemented in wallDamped.
|
virtual |
Return lift force.
Reimplemented in noLift, noLift, and wallDamped.
|
virtual |
Return face lift force.
Reimplemented in noLift, noLift, and wallDamped.
|
protected |
Phase pair.
Definition at line 60 of file liftModel.H.
Referenced by constantLiftCoefficient::Cl(), LegendreMagnaudet::Cl(), Moraga::Cl(), noLift::Cl(), TomiyamaLift::Cl(), F(), noLift::F(), Ff(), noLift::Ff(), Fi(), and liftModel().
|
static |
Force dimensions.
Definition at line 91 of file liftModel.H.
Referenced by declareRunTimeSelectionTable(), noLift::F(), and noLift::Ff().