Backward facing step flow#
The backward facing step flow is a 2-dimensional incompressible viscous flow. The computational domain is illustrated in Fig. Domain of the backward facing step flow.
The flow enters the domain through the left edge of the domain and leaves the domain
through the right edge. Other edges are all no-slip solid walls. For example, we can
set the inlet velocity to be
For a phyem implementation of the backward facing step flow, click
phyem_bfs.py
.
β©οΈ Back to π Navier-Stokes equations.