Skip to content

INS pressure boundary condition with gravity #26157

Discussion options

You must be logged in to vote

If you want to impose the pressure condition strongly with a Dirichlet condition, then you should not integrate the pressure by parts. So in a GlobalParams block, I would put integrate_p_by_parts = false. Because right now you are getting competing conditions with your Dirichlet BC and with the natural condition at the outlet for the momentum equation which is:

p*n - n * mu \nabla u = \vec{0}

where n is the normal vector. I won't guarantee that this will fix your problem, but it is the first thing I would try

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Eilloo
Comment options

Answer selected by Eilloo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants