Theory for the Wall Boundary Condition
See Wall for the node settings. Note that some modules have additional theory sections describing options available with that module.
Slip
The Slip condition assumes that there are no viscous effects at the slip wall and hence, no boundary layer develops. From a modeling point of view, this is a reasonable approximation if the important effect of the wall is to prevent fluid from leaving the domain. Mathematically, the constraint can be formulated as:
The no-penetration term takes precedence over the Neumann part of the condition and the above expression is therefore equivalent to
expressing that there is no flow across the boundary and no viscous stress in the tangential direction.
For a moving wall with translational velocity utr, u in the above equations is replaced by the relative velocity urel = u − utr.
Sliding Wall
The sliding wall option is appropriate if the wall behaves like a conveyor belt; that is, the surface is sliding in its tangential direction. The wall does not have to actually move in the coordinate system.
where t = (ny , nx) for 2D and t = (nz, −nr) for axial symmetry.
The normalization makes u have the same magnitude as uw even if uw is not exactly parallel to the wall.
Constraint Settings
The wall feature uses three different techniques to constraint the velocity field:
Pointwise constraints is the standard technique to enforce strong constraints in the finite element method. The desired value of the velocity is prescribed at each node point in the mesh. Since the constraint is enforced locally at each node, only local values are affected by the constraint and the constraints are independent of each other. The solvers can therefore eliminate both the constrained degrees of freedom and the constraint force terms, effectively reducing the number of degrees of freedom being solved for.
The main advantage of pointwise constraints is that they enforce the constraint exactly pointwise. This means that they do not introduce any leakage of the velocity across the wall, unless specified. The main disadvantage of pointwise constraints is that they introduce locking effects when trying to impose a no-penetration condition for the velocity, u · n = 0, on curved walls or walls with sharp corners.
Weak constraints is an alternative method to prescribe the velocity. It consists on enforcing the boundary condition for the velocity via Lagrange multipliers. Their main advantage is that the Lagrange multiplier can provide an accurate representation of the reaction flux at the wall. Their main disadvantage is that they introduce extra unknowns, and are usually difficult to combine with other constraint methods on adjacent boundaries. Moreover, they may require extra constraints for the Lagrange multipliers. For more information, see Weak Constraints in the COMSOL Multiphysics Reference Manual.
Nitsche constraints use a numerical flux to prescribe the velocity at the wall. They impose the constraint in an integral sense rather than pointwise, and do not suffer from the locking effects introduced by pointwise constraints when trying to prescribe a no penetration condition for the velocity. They are also better behaved when prescribing nonlinear constraints. Their main disadvantage is that the constraint is only imposed approximately, and may produce small leaks. For more information, see Nitsche Constraints.
The following combination of Constraint techniques can be selected in the Constraint Setting sections of Wall boundary conditions:
Automatic (default) use different constraint methods depending on whether only the normal component of the velocity is prescribed, such as in the no penetration condition, u · n = 0, imposed, for example, in Slip walls or No Slip walls using Wall Functions or Automatic Wall Treatment, or both tangential and normal components are prescribed, as is the case of No Slip walls in laminar flow.
Nitsche constraints are used to impose the no penetration condition for Slip walls. When a No Slip condition is prescribed, pointwise constraints are used except for moving walls where Nitsche constraints are used.
Weak constraints. They are not available on Interior Walls.
Mixed constraints. This option is only available when both the tangential and normal components of the velocity need to be prescribed. The velocity on the wall normal direction is imposed via pointwise constraints. The constraint for the tangential directions is relaxed, and Nitsche constraints are used instead. This provides improved accuracy and performance when working with coarse boundary layer meshes. For more information, see Ref. 18.