-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
demo_stokes-iterative #15
Comments
I'm surprised that the zero pressure at the outflow is treated as a # Boundary condition for pressure at outflow
zero = Constant(0)
bc2 = DirichletBC(W.sub(1), zero, left) cf. §4.1.4 ‘Variations on boundary conditions’ (Ern & Guermond 2004). |
|
I note that the Navier–Stokes examples in the tutorial (07, 08) didn't form such a product FunctionSpace. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Of particular interest in the Collection of documented demos #14 is 19. Stokes equations.
The text was updated successfully, but these errors were encountered: