No Normal Flow Boundary Condition #1103
-
Hello, I'm wondering how one can implement a no-normal-flow boundary condition (
just set Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
You can define Note that for Hdiv-conforming spaces, e.g., Raviart-Thomas spaces, the implementation of such conditions is relatively easy as these can be imposed strongly. When you have other types of spaces (not sure if this is the case), such as, e.g., H1-conforming spaces discretized with Lagrangian FEs, the imposition of such conditions is more involved. In such a case, you may use, e.g., weak Nitsche boundary conditions, or Lagrange multipliers. |
Beta Was this translation helpful? Give feedback.
Yeah, you can use the
FESpaceWithLinearConstraints
, but no way around tinkering with the code. You can have a look at this slack thread https://julialang.slack.com/archives/C02AK382QSG/p1749623151793159