Walls

Understand the key equations used by the flow solver to treat different types of walls used as boundary conditions.

Because the fluid is unable to penetrate a solid wall, the mass flow on the wall is equal to zero.

The treatment of momentum and energy quantities at the wall depends on the boundary condition type.

Slip wall

A slip wall boundary condition is used to simulate the flow next to a frictionless surface. The wall shear stress and the velocity gradients normal to the wall are zero. The velocity of the fluid relative to the wall is non-zero. For the k-epsilon turbulence model, the gradients of k and ε normal to the wall and mass flow are set to zero.

Immersed boundary method

When you use the standard k-epsilon turbulence model with immersed boundary meshes, the gradient of the k and ε values normal to the slip wall boundary are set to zero. When you use the SST turbulence model with immersed boundary meshes, the gradient of the k and ω values normal to the slip wall boundary are set to zero. In both turbulence models, the specified boundary conditions are applied based on the Neumann boundary condition in the Immersed boundary method discretization method.

No-slip wall

The velocity of the fluid at a no-slip wall is set equal to the velocity of the wall. For a stationary wall, the fluid velocity at the wall is zero. For translating or rotating walls, it is non-zero. The calculation of the wall shear stress, τw, depends on whether the flow is laminar or turbulent.

For a laminar flow, elements of the viscous stress tensor, τij, are given by:

  • μ is the dynamic viscosity of the fluid.
  • δij is the Kronecker delta function defined as:

The viscous stress vector applied on the wall boundary is then obtained as:

  • where nj is the unit vector normal to the wall boundary.

The shear stress vector is calculated by removing the normal component from the viscous stress vector as follow:

Note:

The mesh close to the wall must be sufficiently fine to resolve the velocity gradient at the wall.

For turbulent flow, the equations used depend on the turbulent model and whether wall functions are applied or not.

You can impose the wall velocity Ux = 0 on the wall boundary nodes using the WALL MOMENTUM DIRICHLET BC advanced parameter, which applies the Dirichlet boundary conditions for momentum equations on the walls.