Lift model of Moraga et al. More...
Public Member Functions | |
TypeName ("Moraga") | |
Runtime type information. More... | |
Moraga (const dictionary &dict, const phaseInterface &interface) | |
Construct from a dictionary and an interface. More... | |
virtual | ~Moraga () |
Destructor. More... | |
virtual tmp< volScalarField > | Cl () const |
Lift coefficient. More... | |
Public Member Functions inherited from dispersedLiftModel | |
dispersedLiftModel (const dictionary &dict, const phaseInterface &interface) | |
virtual | ~dispersedLiftModel () |
Destructor. 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... | |
Public Member Functions inherited from liftModel | |
TypeName ("liftModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, liftModel, dictionary,(const dictionary &dict, const phaseInterface &interface),(dict, interface)) | |
liftModel (const dictionary &dict, const phaseInterface &interface) | |
Construct from a dictionary and an interface. More... | |
virtual | ~liftModel () |
Destructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from liftModel | |
static autoPtr< liftModel > | New (const dictionary &dict, const phaseInterface &interface, const bool outer=true) |
Static Public Attributes inherited from liftModel | |
static const dimensionSet | dimF |
Force dimensions. More... | |
static const bool | correctFixedFluxBCs = true |
Does this model require correcting on fixed flux boundaries? More... | |
Protected Attributes inherited from dispersedLiftModel | |
const dispersedPhaseInterface | interface_ |
Interface. More... | |
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.
Moraga | ( | const dictionary & | dict, |
const phaseInterface & | interface | ||
) |
TypeName | ( | "Moraga" | ) |
Runtime type information.
|
virtual |
Lift coefficient.
Implements dispersedLiftModel.
Definition at line 62 of file Moraga.C.
References Foam::endl(), Foam::exp(), Foam::fvc::grad(), Foam::mag(), GeometricField< Type, PatchField, GeoMesh >::max(), Foam::max(), GeometricField< Type, PatchField, GeoMesh >::min(), Foam::min(), Foam::Re(), Foam::sqr(), and WarningInFunction.