Backward-facing step flow

Category: Fluid Analysis (CFD) | Integrated 2026-04-06
CAE visualization for backward facing step theory - technical simulation diagram
Backward-Facing Step Flow

Backward-facing step flow: Theoretical Foundations

Overview

๐Ÿง‘โ€๐ŸŽ“

Professor, what kind of problem is backward-facing step flow?


๐ŸŽ“

It's a phenomenon where there is a step (sudden change in height) in the middle of a flow channel, causing the flow to separate and then reattach. It is the most fundamental benchmark problem for separation and reattachment flows, and has long been used for verification of CFD codes. The experimental data by Armaly et al. (1983) is famous.


๐Ÿง‘โ€๐ŸŽ“

So it's like a vortex forms behind the step?


๐ŸŽ“

Correct. A recirculation zone (separation bubble) forms downstream of the step. The reattachment length $x_r/h$, which is the length $x_r$ divided by the step height $h$, becomes a function of the Reynolds number. This is the most important verification metric.


Governing Equations

๐Ÿง‘โ€๐ŸŽ“

The governing equations are the Navier-Stokes equations, right?


๐ŸŽ“

Yes, the incompressible Navier-Stokes equations and the continuity equation.


$$ \frac{\partial \mathbf{u}}{\partial t} + (\mathbf{u} \cdot \nabla)\mathbf{u} = -\frac{1}{\rho}\nabla p + \nu \nabla^2 \mathbf{u} $$

$$ \nabla \cdot \mathbf{u} = 0 $$

๐ŸŽ“

The Reynolds number is defined using the step height $h$ and the inlet average velocity $U$.


$$ Re = \frac{Uh}{\nu} $$

๐Ÿง‘โ€๐ŸŽ“

What is the relationship between the reattachment length and Re?


๐ŸŽ“

In the laminar flow regime (approximately $Re < 400$), the reattachment length is almost proportional to Re. An approximation $x_r/h \approx 0.06 \times Re$ is known. In Armaly et al.'s experiment with an expansion ratio $ER = (H+h)/H = 1.94$, $x_r/h \approx 5$ for Re=100 and $x_r/h \approx 14$ for Re=400.


๐Ÿง‘โ€๐ŸŽ“

So the reattachment point moves further downstream as Re increases.


๐ŸŽ“

However, around $Re > 400$, three-dimensional effects become significant, and 2D calculations alone no longer match experiments. This is the famous "2D-3D transition problem of the Armaly problem."


Flow Structure

๐Ÿง‘โ€๐ŸŽ“

Are there structures other than the recirculation zone?


๐ŸŽ“

As Re increases, a secondary separation bubble appears on the upper wall opposite the step. Furthermore, small vortices form at the step corner. The overall flow field structure strongly depends on Re.


Re RangeFlow Characteristics
Re < 200Only the primary recirculation on the lower wall
200 < Re < 400Secondary separation bubble appears on the upper wall
Re > 400Three-dimensional instability, spanwise fluctuations
Re > 1000Turbulent transition, unsteady vortex shedding
๐Ÿง‘โ€๐ŸŽ“

So 2D calculations are sufficient only up to about Re=400. I see, thank you.


Coffee Break Yomoyama Talk

Why the Reattachment Point Position Becomes the "Litmus Test" for Turbulence Model Selection

In backward-facing step flow, the "distance from the step to where the flow reattaches to the wall downstream (reattachment length)" is a standard metric for comparing turbulence model performance. Experimental values show reattachment occurs at a position about 6โ€“8 times the step height. However, solving with the standard k-ฮต model tends to delay reattachment to around 9โ€“11 times, while using the SST model improves accuracy. This differenceโ€”"different answers for the same problem"โ€”is the practical basis for selecting turbulence models. Despite its simple geometry, the backward-facing step contains all elements of "separation, recirculation, and reattachment," making it the first testbed when developing new turbulence models.

Computational Methods for Backward-facing step flow

Numerical Methods

๐Ÿง‘โ€๐ŸŽ“

What should I be careful about in the numerical solution of backward-facing step flow?


๐ŸŽ“

For this problem, the pressure-velocity coupling is important. Use standard incompressible flow algorithms like SIMPLE-type or Projection methods.


Pressure-Velocity Coupling

๐Ÿง‘โ€๐ŸŽ“

How does the SIMPLE method work?


๐ŸŽ“

It stands for Semi-Implicit Method for Pressure-Linked Equations, proposed by Patankar & Spalding (1972). The procedure is as follows.


1. Obtain a provisional velocity field from the momentum equations

2. Solve the pressure correction equation (Poisson-type)

3. Correct the velocity and pressure

4. Repeat until convergence


๐ŸŽ“

Derived methods include SIMPLEC, PISO (suited for unsteady). For steady calculations, SIMPLE/SIMPLEC is standard; for unsteady, PISO is standard.


Spatial Discretization

๐Ÿง‘โ€๐ŸŽ“

What scheme is good for the convection term?


๐ŸŽ“

Since backward-facing step flow involves recirculation, using upwind differencing (1st order) causes excessive numerical diffusion, making the reattachment length too long. At least 2nd order accuracy is required.


SchemeAccuracyStabilityEffect on Reattachment Length
1st Order Upwind1stHighOverestimation (high numerical diffusion)
2nd Order Upwind2ndMediumAppropriate
QUICK3rdSlightly LowAppropriate
Central Differencing2ndLowRisk of oscillations

Mesh Design

๐Ÿง‘โ€๐ŸŽ“

Where should the mesh be refined?


๐ŸŽ“
  • Step Corner: Sufficient resolution is needed as it is the separation point
  • Wall Region Near Reattachment Zone: Refine in the wall-normal direction to capture where the wall shear stress changes sign
  • Outlet: Set sufficiently far downstream ($x_{out} \geq 30h$). If the outlet is too close, it affects the reattachment length

  • ๐ŸŽ“

    The $y^+$ of the first wall layer is not necessary for laminar flow, but for turbulent calculations, $y^+ < 1$ (without wall functions) is desirable. For structured grids, use an expansion ratio of 1.1โ€“1.2 to distribute cells away from the wall.


    ๐Ÿง‘โ€๐ŸŽ“

    So placing the outlet far away is important. 30h, that's quite long.


    ๐ŸŽ“

    If it's too short, the outlet boundary condition influences and changes the reattachment length. During verification, sensitivity to outlet position should also be checked.


    Coffee Break Yomoyama Talk

    The "Density Disparity" Problem in Mesh Immediately After the Step

    A problem often overlooked in numerical calculations of backward-facing steps is the "mesh transition immediately after the step corner." The separation point (step edge) is where the velocity gradient is maximum, requiring a dense mesh. However, if the mesh becomes abruptly coarse from there towards the reattachment point, numerical diffusion increases, leading to over- or under-estimation of the recirculation zone. An empirical rule is "use element sizes less than 1/10 of the step height around the step edge and expand downstream with an expansion ratio of 1.1 or less" as a safe strategy. Also, even if the reattachment length matches experiments in a 2D model, that setting often doesn't hold for 3D models because 3D effects (corner flows) are ignored. It's safer not to carry over settings from "2D verification โ†’ 3D production."

    Related Topics

    Related Simulators

    Experience the theory firsthand with the interactive simulator for this field

    All Simulators
    Rate this article
    Thank you for your feedback!
    Helpful
    More details
    Report error
    Helpful
    0
    More details
    0
    Report error
    0
    Written by NovaSolver Contributors
    Anonymous Engineers & AI โ€” Sitemap