Replies: 2 comments 3 replies
-
In typical finite element formulation for CFD you never impose a Dirichlet condition on the pressure. You instead impose a Neumann condition on p n - \partial u / \partial n = 0. If you want to use that to impose p = 0, make sure to change the mesh so that the channel is long enough that if you take a look at the velocity at the outlet and at a vertical section just before the outlet, they look indistinguishable. If you manage to achive that, then \partial u / \partial x will be zero, and thus in practice the Neumann condition will enforce p = 0. |
Beta Was this translation helpful? Give feedback.
-
I would suggest to first prepare the axysimmetric geometry and verify the solution there, and afterwards move to the axysimmetric case |
Beta Was this translation helpful? Give feedback.
-
In the demo of tutorials/02_navier_stokes, I want to add a outlet condition "p=0" at boundary "l3".
The outlet pressure define are follow.
The following code is what I modified.
But the results is not convergence and it terminate after only one iteration.
Beta Was this translation helpful? Give feedback.
All reactions