Previous Up Next

3.2  PASS: Time-reversed VOF advection in a shear flow

Author
Stéphane Popinet
Command
sh shear.sh shear.gfs
Version
091022
Required files
shear.gfs (view) (download)
shear.sh norms.ref
Running time
55 seconds

A test case initially presented by Rudman [39]. A circular patch of tracer is advected in a vortical shear flow. At t = 2.5 the flow direction is reversed. An exact advection scheme would restore the initial circular shape at t = 5.

The VOF (Volume-Of-Fluid) advection scheme is not exact. The initial, intermediate and final shape of the interface are represented on Figure 35. Figure 36 illustrates the error between the initial and final shapes. The corresponding error norms are given in Table 1.

Adaptive refinement is used with the gradient of the volume fraction as criterion. Eight levels of refinement are used on the interfaces and six away from the interface.


Figure 35: Volume fraction field at times (a) 0, (b) 2.5 and (c) 5.
(a)(b)(c)


Figure 36: Difference between the initial and final volume fraction fields.


Table 1: Norms of the error between the initial and final fields. The reference values are given in blue.
L1L2L
1.665e-045.445e-033.622e-01
1.672e-045.458e-033.626e-01

3.2.1  PASS: Time-reversed advection with curvature-based refinement

Author
Stéphane Popinet
Command
sh ../shear.sh curvature.gfs
Version
110917
Required files
curvature.gfs (view) (download)
../shear.sh norms.ref curvature.gfv
Running time
12 seconds

Same as the previous test but with adaptivity based on the local curvature of the interface (with a maximum of eight levels of refinement).


Figure 37: Interface shape and refined mesh at time 2.5.


Figure 38: Difference between the initial and final volume fraction fields.


Table 2: Norms of the error between the initial and final fields. The reference values are given in blue.
L1L2L
8.775e-048.309e-031.965e-01
8.775e-048.309e-031.965e-01

3.2.2  PASS: Time-reversed advection of a VOF concentration

Author
Stéphane Popinet
Command
sh concentration.sh
Version
111005
Required files
concentration.gfs (view) (download)
concentration.sh convergence.ref convergence1.ref convergence2.ref t1.gfv t2.gfv
Running time
1 minutes 29 seconds

A similar test but with the addition of a concentration field (C) associated with the VOF tracer (i.e. the phase with T > 0). The initial concentration field is a Gaussian bump. The maximum of the bump is located on the VOF interface to emphasise errors in the advection of the VOF concentration. For reference a standard (Godunov) tracer (G) is added, initialised with the same initial Gaussian bump. Ideally C should match G when T > 0 and both C and G should return to the initial Gaussian distribution at t=5.

The VOF interface and tracer fields are illustrated in Figure 39. The corresponding convergence of the error norms with spatial resolution is illustrated in Figure 40.

The VOF tracer is conserved to within 10−4, C to within 2× 10−5 (at the coarsest resolution) and G exactly.


Figure 39: VOF interface and tracer fields at t=2.5 (top row) and t=5 (bottom row). The green line is the VOF-reconstructed interface. Left column: VOF concentration field C. Right column: Godunov tracer G. 7 levels of refinement.


Figure 40: Convergence of the error with spatial resolution for the various fields.


Previous Up Next