Vorticity Confinement

Many areas of engineering today require tracking isolated vortices accurately over long distances.

Such areas include:

  • Aerospace—vortices of aircraft wing-tips, helicopter blades, and other components
  • Submarines—tip vortices of various control surfaces
  • Wind turbines—tip vortices and their environmental impact.

An isolated vortex can be defined as the region in space with high values—and sometimes much higher values—of vorticity ( curl ( v ) ), also referred to as vortex tubes. Tracking isolated vortices over long distances is important because of the induced velocity they produce. This velocity in turn influences the flow-field and aerodynamic processes—sometimes at great distances from the place where these strong isolated vortices have been produced.

Due to the built-in dissipation of state-of-the-art numerical schemes, any such simulation rapidly dissipates these vortices, unless a special treatment is applied. One such treatment is the vorticity confinement concept that John Steinhoff et al. introduced ([211], [194]). Others have refined this concept [193]. It is implemented in Simcenter STAR-CCM+ as the Vorticity Confinement Model.

The current implementation of the Vorticity Confinement model in Simcenter STAR-CCM+ is valid for both the Coupled Flow and Segregated Flow models in a low-speed flow regime ( Mach 0.3 ). The basic approach consists of adding a force term f ω to momentum equations to help confine the vorticity and keep the vorticity from spreading. Vorticity confinement is a force per unit volume [ N / m 3 ] .

The force term f ω is computed as:

Figure 1. EQUATION_DISPLAY
fω=-ερ(n×ω)
(865)

where ω=curl(v) , ρ is fluid density and n is the unit vector that is aligned with ω/|ω| . The following diagram depicts the basic spatial relationship among ω and the vectors n and v .



Figure 2. EQUATION_DISPLAY
ε = ε 0 V ω 1 f ( d * )
(866)

where the model coefficient ε 0 (non-dimensional) is set to 0.04 in three-dimensional cases and 0.02 in two-dimensional cases by default, and:

Figure 3. EQUATION_DISPLAY
Vω1=||ω||h2
(867)

where h is the local grid size, computed as:

Figure 4. EQUATION_DISPLAY
h=NDVolcell
(868)

d * is the non-dimensional wall distance:

Figure 5. EQUATION_DISPLAY
d*=Wd(Vscaleν)
(869)

where W d is wall distance, ν is kinematic viscosity of fluid, and V scale is the mass average of velocity magnitude.

Figure 6. EQUATION_DISPLAY
f(d*)min(max((d*-d*cutoff0.3d*cutoff),0),1)
(870)

where d * cutoff is user-specified non-dimensional wall distance.

The factor f ( d * ) effectively deactivates the vorticity confinement force next to solid walls (for example inside a boundary layer) for viscous (laminar and turbulent) simulations. Deactivating the model prevents the vorticity confinement force from affecting the boundary layer velocity distribution (and with it, factors such as skin friction). The model is deactivated next to the wall as suggested by the authors [211], [194], [193].

Both the non-dimensional cutoff wall distance d * cutoff and the model coefficient ε 0 can be retuned for different simulation. Default values have been found to be appropriate for external aerodynamics.