Keywords

1 Introduction

Interfacial flows arise in various practical and natural applications like water wave, liquid sloshing inside a tank, flame propagation and many other areas in engineering and science. The prediction of multi-phase flows is beneficial in process design or in the diagnosis of problems in the established process. A detailed analysis of immiscible fluid flows requires a precise representation of the interface which separates the two fluids. In the last few decades, a lot of work has been done in this direction and many methods have been proposed for defining sharp and accurate interface position. In general these methods can be broadly categorized under two categories: Lagrangian and Eulerian. In Lagrangian method either the mesh boundary coincides with the interface or internal mesh edges collectively forms an interface. So in order to capture the interface, continuous re-meshing of the domain is needed at each time step. This may require complex algorithm depending upon whether extra elements needs to be added or subtracted during the re-meshing operation. In addition to this an extra precaution has to be taken in order to enforce volume conservation of the moving cell. This method faces difficulty while simulating flows undergoing large deformations as the mesh elements will be highly deformed which on the other hand reduces the accuracy and sometimes leads to the numerical instabilities.

In Eulerian method, the interface needs not to coincide with the mesh boundary or with the edge of an internal element rather it is treated as a sharp front moving through the mesh elements. In general, two different approaches have evolved within this category: (a) surface methods and (b) volume methods. In surface methods special marker points are used to represent an interface and in order to approximate the points in between these marker points special interpolation techniques are used. The advantage of this method lies in the fact that interfaces remains sharp as it is advected with time across the domain. Glimm et al. [4] and Tryggvason et al. [14] are the major developers of this method. However, this method fails to give accurate results while simulating coalescence and breakup of the interface. The complexities further increases due to interaction between fixed grid and movable interface particles. Another front tracking method is the level set method introduced by Osher and Sethian [11], wherein a continuous level set function is defined throughout the domain by the shortest distance from the interface. Naturally, the interface is represented with the zero value of the level set function and is advected with the background flow field. This method is simple and easy to implement, but the limitation of mass loss occurs while simulating flows in which interface gets highly distorted.

An alternative to surface methods are volume methods or volume tracking methods. In this method, the presence of fluid is identified by some kind of indicators. One of the oldest method known as marker-and-cell (MAC) method proposed by Harlow and Welch [6], specifically for free surface flows, the presence of fluid is determined by the presence of massless particles. These particles are transported in a Lagrangian fashion over a fixed Eulerian grid. This method simulated a variety of flow configurations including the famous dam break flow and Rayleigh Taylor instability. However, difficulty arises while simulating high shear flows, which needs large number of particles, which on the other hand increases the computational power. Additionally for simulating three dimensional flows, also large number of particles is needed which again requires high computational power.

Another way to identify a particular fluid is to use indicator function or color function. Volume of Fluid (VOF) method is one of the most widely used method which comes under this category. In this method the interface is tracked with the help of a phase indicator function ϕ (also known as volume fraction) whose value varies from 0 to 1. A value of ϕ = 1 shows the complete presence of one fluid while ϕ = 0 refers to the complete presence of other fluid in the respective grid element. For the values of ϕ in between 0 and 1, the grid element is partly filled by one fluid and partly by other, which indirectly represents the presence of interface in that particular grid element. The advection of volume fraction is governed by a hyperbolic equation, which may incur numerical diffusion of the step profile of the interface, while solving directly with the help of numerical differencing schemes. To avoid this numerical smearing of the interface, generally following two approaches are adopted: (1) interface reconstruction using line techniques [10, 17], (2) usage of high resolution differencing schemes. On unstructured grid it is difficult to use line reconstruction method, further the complicacy even more increases while extending it to three dimensional simulations. For this reason generally second approach is adopted for simulating interfacial flows over unstructured grid, wherein no explicit reconstruction of the interface is required and interface is captured by directly solving the hyperbolic equation. In the past various schemes have been devised [3, 15, 16] to discretize the advection equation which governs the volume fraction field. These schemes are generally blend of high resolution schemes and compressive schemes so as to reduce numerical diffusion and preserve boundedness of the solution at the interface. Gopala et al. [5] compared different interface capturing method over structured grids and discussed in detail about the merits and demerits of these methods. In the present work, GAMMA scheme due to Jasak and Weller [7] and CUBISTA scheme due to Alves et al. [1] have been implemented into an in house fully coupled Navier-Stokes solver over hybrid unstructured grid. Validation of different schemes has been carried out with the published results of dam break problem and Rayleigh-Taylor instability.

1.1 Governing Equations

The two different fluids are modeled by single fluid formulation wherein the fluids separated by an interface are assumed to be viscous, incompressible and immiscible following the same form of equations accounting conservation of mass and momentum.

Continuity Equation

$$ {\nabla } \cdot {\mathbf{u}} = 0 $$
(1)

Momentum Transport Equation

$$ \frac{{\partial \left( {\rho {\mathbf{u}}} \right)}}{\partial t} + {\nabla } \cdot \left( {\rho {\mathbf{uu}}} \right) = - {\nabla }p + {\nabla } \cdot\uptau + \rho {\mathbf{g}} $$
(2)

where ρ is the density, u is the velocity, τ is the stress tensor, g is the gravitational acceleration and p is the pressure.

In this study, the mixture of fluids is considered as a single continuum. Therefore, we can define a volume fraction f (also called as the color or indicator function) whose value varies between 0 and 1. Values of volume fraction varies from cell to cell, one of the fluid (generally lighter fluid) is recognized with a volume fraction of 0 while the other one (generally heavier fluid) is recognized with unity. The cell through which interface is passing, will be recognized with a value of volume fraction varying in between 0 and 1 (Fig. 1). Thus the fluid properties of interest can be expressed as a function of the volume fraction f. The density and viscosity at any location (where the volume fraction is calculated) are evaluated as,

$$ \rho = f\rho_{1} + (1 - f)\rho_{2} $$
(3)
$$ \mu = f\mu_{1} + (1 - f)\mu_{2} $$
(4)
Fig. 1
figure 1

Volume fraction field

Advection Equation

The time dependence of f is governed by

$$ \frac{\partial f}{\partial t} + {\mathbf{u}} \cdot {\nabla }\,f = 0 $$
(5)

where f is volume fraction.

Using continuity equation, advection equation can be written in divergence form as

$$ \frac{\partial f}{\partial t} + {\nabla } \cdot ({\mathbf{u}}\,f) = 0 $$
(6)

Following the work of Manik et al. [8] this advection equation is solved along with the conservation equations in a coupled fashion over unstructured grid in a collocated finite volume framework.

2 Results and Discussion

The performance evaluation of the two advection schemes has been done by simulating collapse of water column (dam break problem) and Rayleigh-Taylor instability and is shown in the following subsections.

2.1 Collapse of Water Column

The problem definition consists of a rectangular domain of size 5 × 1.6 with a water column 1 × 1 placed at the bottom left corner as shown in Fig. 2. The grid comprises of 3000 hexahedral elements and simulation is carried out with a constant time step of 0.001 until t = 2.5 and the contour plot of volume fraction is shown in Fig. 3. Figure 4 shows the variation of column height and evolution of the front along with the experimental results of Martin and Moyce [9]. It can be seen that the numerical results gives a satisfactory match with the experimental data.

Fig. 2
figure 2

Schematic diagram for dam break flow simulation

Fig. 3
figure 3

Numerical results of dam break problem using GAMMA scheme. Interface corresponds to volume fraction of 0.5

Fig. 4
figure 4

Comparision of interface position and column height with experiment results of Martin and Moyce [9]

2.2 Rayleigh-Taylor Instability

It is a density driven problem where an interface separates two different fluid, heavier liquid on top is separated from a lighter liquid on the bottom. The computational domain is a 1 × 4 rectangular domain and is discretised using 6000 hexahedral mesh elements. The top and bottom walls are prescribed with no-slip boundary condition and the remaining boundaries are assumed to be slip walls. The density and viscosity ratio are taken as 3 and 1 respectively so that the Atwood number (\( {\text{At}} = \frac{{\rho_{max} - \rho_{min} }}{{\rho_{max} + \rho_{min} }} \)) becomes 0.5. The interface is initially perturbed by the following relation.

$$ y = 2.0 + 0.1\cos (2\pi x) $$
(7)

Temporal evolution of the interface position has been shown in Fig. 5. GAMMA scheme has been used for this simulation with a constant time step of 0.001. The results are compared with the analytical results of Trygggvason [13] as shown in Fig. 6 and found to be in well agreement with the published results.

Fig. 5
figure 5

Interface position—initially and after few time steps

Fig. 6
figure 6

Position of rising and falling bubble with time

3 Conclusion

In order to simulate interfacial flows, algebraic volume of fluid method has been adopted, wherein advection equation has been solved along with conservation equations in an in-house fully coupled Navier-Stokes solver. Two schemes namely GAMMA due to Jasak et al. [7] and CUBISTA by Alves et al. [1] has been used for discretisation of the advection equation. Validation has been done with the published results of dam break problem [9] and Rayleigh-Taylor instability [13] and a good qualitatively agreement between the numerical and experimental results depicts the potential of the algorithm to handle interfacial flows with large distortions. Further investigation can be done in simulating interfacial flows where surface tension force is dominant and for that we have plans to extend the present solver to simulate these kinds of problems as well.