Mixture Multiphase (MMP)

The Mixture Multiphase (MMP) model assumes that the phases are miscible. It is suitable for modeling dispersed multiphase flows such as bubbly and droplet flows. Typical applications include fuel cells, boilers, and steam turbines. When simulating liquid droplets dispersed in a gas, the Mixture Multiphase (MMP) model accounts for evaporation and condensation.

The Mixture Multiphase (MMP) model models fluid phases by solving transport equations for mass, momentum, and energy for the mixture of phases as a whole rather than for each phase separately. To calculate the distribution of phases, the volume fraction transport equation is solved for each phase. For phases that are moving at different velocities, algebraic relations are used to compute the relative velocities.

Volume Fraction Transport Equation

The volume fractions are transported according to the following conservation equation:

Figure 1. EQUATION_DISPLAY
tVαidV+Aαivmda=V(Su,iαiρiDρiDt)dV+AμtσtρmαidaTurbulentTermV1ρi∇⋅(αiρivd,i)SlipVelocityTermdV
(2875)

where:

  • t is time
  • V is volume
  • αi is the volume fraction of phase i
  • vm is the mass averaged velocity
  • a is the surface area vector
  • Su,i is the user-defined source term for phase i
  • ρi is the density of phase i
  • μt is the turbulent dynamic viscosity
  • σt is the turbulent Schmidt number
  • vd,i is the diffusion velocity

The turbulent term is set to zero for laminar flow cases.

To clarify the turbulent diffusion term, the exact term is:

μtρiσtYi=μtρiσt(ρiρmαi)=μtρiσt(ρiρmαi+αi(ρiρm))

where Yi=αiρi/ρm is the mass fraction of phase i .

However, the second component can be omitted, as typically:

|ρiρmαi||αi(ρiρm)|

Omitting the second component results in the turbulent diffusion term that is given in Eqn. (2875).

Continuity Equation

The conservation of mass for the mixture of phases is given by:

Figure 2. EQUATION_DISPLAY
tV ρmdV+A ρmvmda=V SudV
(2876)
where:
  • ρm is the density of the mixture
  • Su is a user-defined mass source term
Momentum Equation

The momentum balance for the mixture of phases is given by:

Figure 3. EQUATION_DISPLAY
tV ρmvmdV+A ρmvmvmda=-A pIda+A Tmda+V fbdV+V sudV-iAαiρivd,ivd,idaSlipVelocityTerm
(2877)
where:
  • I is the unity tensor
  • p is pressure
  • Tm is the viscous stress tensor
  • fb is the body force vector
  • su is a user-defined momentum source term

The stress tensor, Tm , is estimated as:

Figure 4. EQUATION_DISPLAY
Tm=μeff[(vm+(vm)T)-23(∇⋅vm)I]
(2878)

where μeff is the effective viscosity.

Energy Equation

The energy equation for the mixture of phases reads:

Figure 5. EQUATION_DISPLAY
t V ρ m E m dV + A ( ρ m H m v m + i α i ρ i H i v d , i Slip Velocity Term ) d a = - A q ˙ d a + A T m v m d a + V ( f b v m + S u ) dV
(2879)

where:

  • Em is the total energy of the mixture
  • Hm is the total enthalpy of the mixture
  • q˙ is the heat flux vector
  • Su is a user-defined energy source term

Total energy E m and total enthalpy Hm of the mixture are defined as:

Figure 6. EQUATION_DISPLAY
E m = H m - p ρ m
(2880)
Figure 7. EQUATION_DISPLAY
H m = h m + | v m | 2 2
(2881)

where h m is the mixture-specific static enthalpy.

The mixture quantities in Eqn. (2875) to Eqn. (2881) are defined as follows:
Density ρm=i=1nρiαi
Viscosity μm=i=1nμiαi
Velocity vm=1ρmi=1nviαiρi
Thermal Conductivity km=i=1nkiαi
Enthalpy Hm=1ρmi=1nhiαiρi+|vm|22

The terms that contain the diffusion velocity vd,i in Eqn. (2875), Eqn. (2877), and Eqn. (2879) are due to the slip between phases. See Phase Slip.