Hi,
I have question in demo version: "demo_stokes-taylorhood.py". Why there are used Dirichlet boundary condition for pressure on outflow:
"# Boundary condition for pressure at outflow x0 = 0
zero = Constant(0)
bc2 = DirichletBC(W.sub(1), zero, sub_domains, 2)"
On outflow we have only do-nothing condition.
Could someone explain it.
Thanks in advance