Volume of Fluid Method

The Volume of Fluid (VOF) multiphase model implementation in Simcenter STAR-CCM+ belongs to the family of interface-capturing methods that predict the distribution and the movement of the interface of immiscible phases. This modeling approach assumes that the mesh resolution is sufficient to resolve the position and the shape of the interface between the phases.

The distribution of phases and the position of the interface are described by the fields of phase volume fraction αi. The volume fraction of phase i is defined as:

Figure 1. EQUATION_DISPLAY
αi=ViV
(2579)

where Vi is the volume of phase i in the cell and V is the volume of the cell. The volume fractions of all phases in a cell must sum up to one:

Figure 2. EQUATION_DISPLAY
i=1Nαi=1
(2580)

where N is the total number of phases.

Depending on the value of the volume fraction, the presence of different phases or fluids in a cell can be distinguished:

  • αi=0—the cell is completely void of phase i
  • αi=1—the cell is completely filled with phase i
  • 0<αi<1—values between the two limits indicate the presence of an interface between phases

The material properties that are calculated in the cells containing the interface depend on the material properties of the constituent fluids. The fluids that are present in the same interface-containing cell are treated as a mixture:

Figure 3. EQUATION_DISPLAY
ρ=i ρiαi
(2581)
Figure 4. EQUATION_DISPLAY
μ=i μiαi
(2582)
Figure 5. EQUATION_DISPLAY
Cp=i (Cp)iρiραi
(2583)

where ρi is the density, μi is the dynamic viscosity, and (Cp)i is the specific heat of phase i.

Volume Fraction Transport Equation
The distribution of phase i is driven by the phase mass conservation equation:
Figure 6. EQUATION_DISPLAY
tV αidV+Aαivda=V (Sαi-αiρiDρiDt)dVV1ρi∇⋅(αiρivd,i)dV
(2584)

where a is the surface area vector, v is the mixture (mass-averaged) velocity, vd,i is the diffusion velocity, Sαi is a user-defined source term of phase i, and Dρi/Dt is the material or Lagrangian derivative of the phase densities ρi.

Simcenter STAR-CCM+ calculates the volume fractions of phases as follows:

  • When there are two VOF phases present, the volume fraction transport is solved for the first phase only. In each cell, the volume fraction of the second phase is adjusted so that the sum of the volume fractions of the two phases is equal to 1.
  • When there are three or more VOF phases present, the volume fraction transport is solved for all phases. The volume fraction of each phase is then normalized based on the sum of the volume fractions of all phases in each cell.

If a non-zero sharpening factor is specified, an additional term is added to the VOF transport equation:

Figure 7. EQUATION_DISPLAY
(vciαi(1-αi))
(2585)

where:

  • αi is the volume fraction of phase i
  • v c i is defined as follows:

    v c i = C α | v | α i | α i |

  • Cα is the sharpening factor
  • v is the fluid velocity
Continuity Equation
The total mass conservation equation for all phases is given by:
Figure 8. EQUATION_DISPLAY
t(VρdV)+Aρvda=VSdV
(2586)

where S is a mass source term that is related to the phase source term as follows:

Figure 9. EQUATION_DISPLAY
S=iSαiρi
(2587)

The dependency on the volume fractions of the constituent phases of the fluid mixture is accounted for through the density, which is given by Eqn. (2581).

Momentum Equation
Figure 10. EQUATION_TITILE
t ( V ρ v d V ) + A ρ v v d =   A p I d a + A T d a + V ρ g d V + V f b d V i A α i ρ i v d , i v d , i d a + V S i α d V
(2588)

where:

  • p is the pressure
  • I is the unity tensor
  • T is the stress tensor
  • f b is the vector of body forces
  • S i α is the phase momentum source term
Energy Equation
Figure 11. EQUATION_TITLE
t V ρ E d V + A [ ρH v + i α i ρ i H i v d , i ] d a = - A q ˙ d a + A T v d a + V f b v d V + V S E d V
(2589)

where:

  • E is the total energy
  • H is the total enthalpy
  • q˙ is the heat flux vector
  • SE is a user-defined energy source term

The terms that contain the diffusion velocity vd,i in Eqn. (2584), Eqn. (2588), and Eqn. (2589) are due to the slip between phases. See Interface Sharpening through Slip Velocity Modeling and Phase Slip.