Wall Treatment for Flow and Energy

The wall treatment for flow and energy models provides boundary conditions to the flow and energy solvers at the wall.

To derive the boundary conditions provided by the wall treatment in a simplified manner, consider the following 2D domain, where the wall is parallel to the x-direction and the wall-normal direction is in the y-direction:



For a steady-state flow with no external forces, the differential form of the transport equation for a scalar quantity ϕ is given as:

Figure 1. EQUATION_DISPLAY
x ( ρ v ϕ ) = y ( Γ ϕ y ) + S ϕ
(1621)

where:

  • ρ is the density.
  • v is the velocity.
  • Γ is the diffusion coefficient
  • Sϕ is the source term.

Integrating this equation over the volume of a near-wall cell gives the following equation:

Figure 2. EQUATION_DISPLAY
[(ρvϕ)r(ρvϕ)l]Δy=[(Γϕy)t(Γϕy)w]Δx+SϕΔxΔy
(1622)

where:

  • r, l, and t indicate a value at the right, left, and top face of the near-wall cell, respectively. w indicates a value at the wall.
  • w indicates a value at the wall. l, t, and r indicate a value at the left, top, and right face of the near-wall cell, respectively.
  • Δx and Δy are the mesh size of the near-wall cell in x- and y-direction, respectively.

For momentum (ϕ=u,v) and energy (ϕ=E), the wall-normal gradient (Γϕy)w corresponds to the wall shear stress τw and the wall heat flux q˙w, respectively.

Wall Shear Stress

For laminar flow, the wall-shear stress is calculated as:

Figure 3. EQUATION_DISPLAY
τ w = μ { [ ( v tangential ) C + ( v tangential ) C T ] 2 3 ( ∇⋅ v tangential ) C I } n
(1623)

where:

Figure 4. EQUATION_DISPLAY
v tangential = ( v C v w ) [ ( v C v w ) n ] n
(1624)

and:

  • C indicates a value at the centroid of the near-wall cell.
  • μ is the dynamic viscosity.
  • I is the identity tensor.
  • n is the wall-normal unity vector.
  • vw is the velocity of the wall (zero for stationary walls).

The wall shear force is defined as:

Figure 5. EQUATION_DISPLAY
f w = τ w A
(1625)

where τ w is the wall shear stress and A is the boundary face area.

For turbulent flow, the wall shear stress must take into account the increase in shear stress due to turbulent mixing in the near-wall region. The applied method is based on the wall friction velocity u τ , from which the wall shear stress is computed as:

Figure 6. EQUATION_DISPLAY
τ w = ρ u τ 2
(1626)

The wall friction velocity u τ is calculated depending on the selected turbulence modeling approach, see Wall Treatment for Turbulence Models.

Wall Heat Flux

For laminar flow, the wall heat flux vector is calculated as:

Figure 7. EQUATION_DISPLAY
q˙w=k(T)C
(1627)

where:

  • k is the thermal conductivity of the fluid.
  • T is the temperature.

The wall heat flux is then obtained from the wall heat flux vector as:

Figure 8. EQUATION_DISPLAY
q˙w=|q˙w|
(1628)

For turbulent flow, the wall heat flux is computed as:

Figure 9. EQUATION_DISPLAY
q˙w=ρCpu*T^CTwT^C+
(1629)

where Cp is the specific heat.

The velocity scale u* and the non-dimensional RANS averaged/LES filtered cell temperature T^C+ are given by the wall treatment of the selected turbulence modeling approach. See Wall Treatment for Turbulence Models.