Flow Boundary Conditions

To complete the mathematical model, you specify conditions on the solution domain boundary.

Boundary conditions enable the non-Newtonian flow to enter or to leave the domain. The flow can be confined or blocked by a wall. By using symmetry, you can simplify the geometry and reduce the runtime of the simulation.

Free Stream

For a free surface simulation, the shape of the free surface is not known in advance and is calculated as part of the solution using an Arbitrary Lagrangian-Eulerian (ALE) approach.

Kinematic Condition
The free stream kinematic condition is:
Figure 1. EQUATION_DISPLAY
v n = 0
(1050)

where v is the velocity vector and n is the unit normal to the boundary.

Dynamic Condition

The dynamic boundary condition at a free surface is defined as:

Figure 2. EQUATION_DISPLAY
n Γ ( T 1 T 2 ) = 2 H σ n Γ + s σ
(1051)

where:

  • T 1 and T 2 are the stress tensors of the fluids in regions 1 and 2 on either side of the free surface or interface.
  • σ is the surface tension.
  • H is the mean curvature related to the unit normal according to 2 H γ = s n Γ
  • n Γ is the unit normal pointing from region 1 to region 2 on either side of the free surface or interface.
  • s is the surface gradient defined as s = ( I n Γ n Γ )

Since this term concerns only the boundary term in the weak form, only the last term, the boundary term, of Eqn. (1024) is equal to:

Figure 3. EQUATION_DISPLAY
Γ v ˜ h [ ( T 1 T 2 ) n Γ ] d Γ = Γ v ˜ h ( 2 H σ n Γ + s σ ) d Γ = Γ 2 H σ ( v ˜ h n Γ ) d Γ + Γ v ˜ h s σ d Γ , v ˜ ( H 1 0 ) 3
(1052)

Following the approach proposed by Ruschak [281], the above equation transforms such that the explicit calculation of the surface tension gradient and the curvature are circumvented, giving:

Figure 4. EQUATION_DISPLAY
Γ v ˜ h [ ( T 1 T 2 ) n Γ ] d Γ = C σ ( v ˜ h m ) d C Γ σ s v ˜ h d Γ , v ˜ ( H 1 0 ) 3
(1053)

where:

  • m is an outward-pointing bi-normal unit vector, tangent to the surface and normal to the boundary curve along the edge of the surface: m = t × n Γ .
  • t is the unit tangent vector.
  • C is the contour enclosing the surface Γ .

Note that both surface tension gradients (Marangoni stress) and capillary pressure show up implicitly from the application of this equation.

Traction
The traction boundary concerns only the weak form of the boundary term. See the last term of Eqn. (1024). The traction boundary conditions are:
No Traction
The boundary term is zero and therefore nothing is done regarding the computation of the boundary term.
Traction Velocity
A Dirichlet boundary condition for the velocity vector is imposed in all three directions, with the specified value given in the normal direction to the boundary, and with zero for the tangential directions to the boundary. Therefore the boundary term is identically zero (as v ˜ is zero by definition at boundaries that have a Dirichlet condition, as above).
Aligned Exits
Imposes zero traction in the normal direction of extrusion. Imposes two zero-Dirichlet conditions for the tangential directions to the boundary.
Normal Velocity
Similar to the traction velocity except for the tangential directions, which have zero traction instead of zero Dirichlet.
Open Boundary
This option is available only when both free surface and viscoelastic models are active. The integral on the boundary in the above is exactly calculated based on the values of the variables in the domain, such that the presence of the boundary leads to no change from the domain values.

Mass Flow Inlet

For the mass flow inlet boundary, the tangential component of the velocity vector must be zero:

Figure 5. EQUATION_DISPLAY
v ( v n ) n = 0
(1054)

The value of the pressure at the mass flow inlet is:

Figure 6. EQUATION_DISPLAY
p = R m ˙ ρ = R inlet v n d A
(1055)

where:

  • R is the flow resistance which is a constant.
  • m ˙ is the mass flow rate provided at the boundary.
  • ρ is the density of the fluid.
  • A is the area of the inlet boundary.

Pressure Outlet

For the pressure outlet boundary, the tangential component of the velocity vector must be zero:

Figure 7. EQUATION_DISPLAY
v ( v n ) n = 0
(1056)

The value of the pressure must be equal to the specified value given for the outlet boundary:

Figure 8. EQUATION_DISPLAY
p = p outlet
(1057)

Symmetry Plane

For the symmetry plane boundary, the normal component of the velocity vector must be zero:

Figure 9. EQUATION_DISPLAY
v n = 0
(1058)

Velocity Inlet

For the velocity inlet boundary, the tangential component of the velocity vector must be zero:

Figure 10. EQUATION_DISPLAY
v ( v n ) n = 0
(1059)

The value of the pressure at the inlet is:

Figure 11. EQUATION_DISPLAY
p = R ρ inlet v n d A = R v avg A v avg = inlet v n d A inlet d A
(1060)

where v avg is the specified average value of the velocity at the boundary.

Wall

No-Slip Wall

At the no-slip wall, all components (both normal and tangential components) of the velocity vector must be zero:

Figure 12. EQUATION_DISPLAY
v n = 0 v ( v n ) n = 0
(1061)
Slip Wall

When simulating viscous flow using the Viscous Flow model, the slip wall boundary conditions are computed according to a power-law slip relation. The shear force per unit surface fs is related to the slip velocity vs by [178][185]:

Figure 13. EQUATION_DISPLAY
fs=ks|vs|ns1vs
(1062)

where:

  • ks is the slip coefficient.
  • ns is the slip exponent.

The shear force and the slip velocity are defined as:

fs=Tnw[(Tnw)nw]nw
vs=(vvw)[(vvw)nw]nw
where:
  • nw is the unit normal pointing out from the wall.
  • vw is the wall velocity.
  • T is the total hydrodynamic stress tensor.
Traction
The traction boundary concerns only the weak form of the boundary term. See the last term of Eqn. (1024). The traction boundary conditions are:
No Traction
The boundary term is zero and therefore nothing is done regarding the computation of the boundary term.
Traction Velocity
A Dirichlet boundary condition for the velocity vector is imposed in all three directions, with the specified value given in the normal direction to the boundary, and with zero for the tangential directions to the boundary. Therefore the boundary term is identically zero (as v ˜ is zero by definition at boundaries that have a Dirichlet condition, as above).
Aligned Exits
Imposes zero traction in the normal direction of extrusion. Imposes two zero-Dirichlet conditions for the tangential directions to the boundary.
Normal Velocity
Similar to the traction velocity except for the tangential directions, which have zero traction instead of zero Dirichlet.
Open Boundary
This option is available only when both free surface and viscoelastic models are active. The integral on the boundary in the above is exactly calculated based on the values of the variables in the domain, such that the presence of the boundary leads to no change from the domain values.