Lift model of Legendre and Magnaudet. More...
#include <LegendreMagnaudet.H>


Public Member Functions | |
| TypeName ("LegendreMagnaudet") | |
| Runtime type information. | |
| LegendreMagnaudet (const dictionary &dict, const phasePair &pair) | |
| Construct from a dictionary and a phase pair. | |
| virtual | ~LegendreMagnaudet () |
| Destructor. | |
| virtual tmp< volScalarField > | Cl () const |
| Lift coefficient. | |
| TypeName ("LegendreMagnaudet") | |
| Runtime type information. | |
| LegendreMagnaudet (const dictionary &dict, const phasePair &pair) | |
| Construct from a dictionary and a phase pair. | |
| virtual | ~LegendreMagnaudet () |
| Destructor. | |
| virtual tmp< volScalarField > | Cl () const |
| Lift coefficient. | |
| Public Member Functions inherited from liftModel | |
| 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< 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< 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. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from liftModel | |
| static autoPtr< liftModel > | New (const dictionary &dict, const phasePair &pair) |
| static autoPtr< liftModel > | New (const dictionary &dict, const phasePair &pair) |
| Static Public Attributes inherited from liftModel | |
| static const dimensionSet | dimF |
| Force dimensions. | |
| Protected Attributes inherited from liftModel | |
| const phasePair & | pair_ |
| Phase pair. | |
Lift model of Legendre and Magnaudet.
References:
Otromke, M. (2013).
Implementation and Comparison of Correlations for interfacial Forces in
a Gas-Liquid System within an Euler-Euler Framework.
PhD Thesis.
Legendre, D., & Magnaudet, J. (1998).
The lift force on a spherical bubble in a viscous linear shear flow.
Journal of Fluid Mechanics, 368, 81-126.
References:
"Implementation and Comparison of Correlations for interfacial Forces
in a Gas-Liquid System within an Euler-Euler Framework"
Otromke, M.
PhD Thesis
April 2013
"The lift force on a spherical bubble in a viscous linear shear flow"
Legendre, D., Magnaudet, J.,
Journal of Fluid Mechanics
Volume 368, August 1998, pp. 81-126
Definition at line 65 of file LegendreMagnaudet.H.
| LegendreMagnaudet | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from a dictionary and a phase pair.
Definition at line 40 of file LegendreMagnaudet.C.
References dict, Foam::dimless, and liftModel::liftModel().

|
virtual |
Destructor.
Definition at line 53 of file LegendreMagnaudet.C.
| LegendreMagnaudet | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from a dictionary and a phase pair.
References dict.
|
virtual |
Destructor.
| TypeName | ( | "LegendreMagnaudet" | ) |
Runtime type information.
References dict.
|
virtual |
Lift coefficient.
Implements liftModel.
Definition at line 59 of file LegendreMagnaudet.C.
References Foam::fvc::grad(), Foam::mag(), Foam::max(), liftModel::pair_, Foam::constant::mathematical::pi(), Foam::pow3(), Foam::pow4(), Foam::Re(), Foam::sqr(), and Foam::sqrt().

| TypeName | ( | "LegendreMagnaudet" | ) |
Runtime type information.
|
virtual |
Lift coefficient.
Implements liftModel.