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... | |
![]() | |
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... | |
![]() | |
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 autoPtr< liftModel > | New (const dictionary &dict, const phaseInterface &interface, const bool outer=true) |
![]() | |
static const dimensionSet | dimF |
Force dimensions. More... | |
static const bool | correctFixedFluxBCs = true |
Does this model require correcting on fixed flux boundaries? More... | |
![]() | |
const dispersedPhaseInterface | interface_ |
Interface. More... | |
Lift model of Moraga et al.
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 | ||
) |
Construct from a dictionary and an interface.
|
virtual |
Destructor.
TypeName | ( | "Moraga" | ) |
Runtime type information.
|
virtual |
Lift coefficient.
Implements dispersedLiftModel.