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 \(\left.\boldsymbol{u}\right|_{\mathrm{in}}=\begin{bmatrix}1 & 0\end{bmatrix}^\mathsf{T}\) and set the outlet total pressure to be \(\left.P\right|_{\mathrm{out}}=0\). On the solid walls, we just set \(\left.\boldsymbol{u}\right|_{\mathrm{wall}} = \boldsymbol{0}\). See Fig. A snapshot of the backward facing step flow..
For a phyem implementation of the backward facing step flow, click
phyem_bfs.py
.
β©οΈ Back to π Navier-Stokes equations.