Interface Sharpening Using Temporal Subcycling
Applying temporal sub-cycling to the transport of volume fraction can improve the resolution of the interface between two phases.
The Volume-of-Fluid (VOF) method implemented in Simcenter STAR-CCM+ employs the High-Resolution Interface Capturing (HRIC) scheme to give a second-order accurate approximation of volume fraction at faces. Similarly, the Mixture Multiphase (MMP) method employs the Adaptive Interface Sharpening (ADIS) discretization scheme for the convective term of the volume fraction, which uses a high-resolution interface capturing (HRIC) scheme in the vicinity of a large scale interface.
To yield well-posed problems for affected transport equations, the HRIC scheme is bound by an upper Courant number (CFL) limit. If the CFL limit (usually < 1) is exceeded, the method falls back to the upwind scheme to sustain stability. As a first-order method, the upwind scheme results in an irreversibly smeared interface.
Introducing a temporal subcycling to the transport of volume fraction allows the poor approximation of the volume fraction at faces to be corrected locally. Hence, a sharp interface solution can be obtained as the effective (local) CFL (denoted as ) is reduced. Please see the High-Resolution Interface Capturing (HRIC) for further details.
The transport of volume fraction of phase is given by Eqn. (2584) or Eqn. (2875).
For standard FV discretization and time-independent control volumes, integrating Eqn. (2584) or Eqn. (2875) over an arbitrary time interval gives:
- Single-Step
-
For the Single-Step solution strategy the solver approximates Eqn. (2584) or Eqn. (2875) as in the following relation:
(2623)The face value is calculated by the HRIC scheme, and treated implicitly with respect to time.
- the sub-intervals are defined as
- is the corresponding sub-stepping time-step size, defined as
- The intermediate solutions are then computed for each of the sub-intervals i.
- Explicit Multi-Step
- Available only with
Volume-of-Fluid (VOF) multiphase model. (2624)
- Implicit Multi-Step
-
(2625)
Single-Step | Implicit Multi-Step | Explicit Multi-Step (VOF only) | |
---|---|---|---|
(2627)
|
(2628) where
is the number of implicit
sub-steps |
(2629) where
is the number of explicit
sub-steps |
|
Stability | Unconditionally Stable | Unconditionally Stable | Conditionally Stable: |
Accuracy (sharp interface) | |||
Computational Cost | Low | determined by user input | determined by stability constraint |
Implicit multi-stepping for MMP and VOF is not bound to a time-step size restriction, and the number of implicit sub-steps is chosen by the user. If the reduced time-step size exceeds the HRIC scheme's CFL limitations, the volume fraction solution may become increasingly diffusive.
At each inner iteration, multi-stepping uses the volume fraction solution of the previous time-step as initial data. After sub-stepping, the VOF Explicit Multi-Step Solver applies under-relaxed corrections only to the final solution at of the previous inner iteration, whereas the Implicit Multi-Step Solver applies under-relaxed corrections to all intermediate solutions.
Automatic Determination of Sub-step Size in the VOF Explicit Multi-Step (Deprecated) Solver
The process for determining the sub-step size is as follows:
1. Identify the cells that belong to the VOF interface
All cells within which the magnitude of the gradient of any of the VOF phases exceeds a minimum threshold value are considered to belong to the VOF interface:
The minimum threshold for the magnitude of the volume fraction gradient is equal to:
- is the maximum possible change in volume fraction (which is 1.0)
-
is the cell reference length scale (the length scale of the cell related to its volume)
-
is the cell volume
-
is an arbitrarily chosen and hard-coded constant (20) that is used in defining the free surface.
Cells that have a volume fraction gradient at least equal to the maximum possible change in volume fraction over a distance equal to times are considered to belong to the free surface. That is, only interfaces that are smeared over up to 20 cells or less are considered.
2. Scale the CFL number in the VOF interface cells
The CFL number in the cells that were identified in the previous step is scaled to account only for the convective velocity normal to the VOF interface. If the velocity is tangential to the VOF interface (such as at the side of a liquid jet in an air domain) the correction for the liquid and gas volume fractions is zero (or very close to zero) although the CFL number may be large. These cells can be omitted. The scaled CFL number is:
Where is the "regular" Courant number and is the velocity vector.
3. Compute the sub-step size
where is the user-specified target Courant number. See Explicit Multi-Step (Deprecated) Solver Properties.