Lift model of Moraga et al. More...
#include <Moraga.H>


Public Member Functions | |
| TypeName ("Moraga") | |
| Runtime type information. | |
| Moraga (const dictionary &dict, const phasePair &pair) | |
| Construct from a dictionary and a phase pair. | |
| virtual | ~Moraga () |
| Destructor. | |
| virtual tmp< volScalarField > | Cl () const |
| Lift coefficient. | |
| TypeName ("Moraga") | |
| Runtime type information. | |
| Moraga (const dictionary &dict, const phasePair &pair) | |
| Construct from a dictionary and a phase pair. | |
| virtual | ~Moraga () |
| 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 Moraga et al.
References:
Otromke, M. (2013).
Implementation and Comparison of Correlations for interfacial Forces in
a Gas-Liquid System within an Euler-Euler Framework.
PhD Thesis.
Moraga, F. J., Bonetto, F. J., & Lahey, R. T. (1999).
Lateral forces on spheres in turbulent uniform shear flow.
International Journal of Multiphase Flow, 25(6-7), 1321-1372.
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
"Lateral forces on spheres in turbulent uniform shear flow"
Moraga, F.J., Bonetto, F.J., Lahey, R.T.,
International Journal of Multiphase Flow
Volume 25, Issues 6-7, September 1999, pp. 1321-1372
| Moraga | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from a dictionary and a phase pair.
Definition at line 40 of file Moraga.C.
References dict, and liftModel::liftModel().

| Moraga | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from a dictionary and a phase pair.
References dict.
|
virtual |
Destructor.
| TypeName | ( | "Moraga" | ) |
Runtime type information.
References dict.
|
virtual |
Lift coefficient.
Implements liftModel.
Definition at line 58 of file Moraga.C.
References GeometricField< Type, PatchField, GeoMesh >::clamp_range(), Foam::endl(), Foam::exp(), Foam::fvc::grad(), Foam::mag(), Foam::max(), Foam::min(), liftModel::pair_, Foam::Re(), Foam::sqr(), and WarningInFunction.

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