Skip to content

INSFVNoSlipWallBC between subdomains #20885

Discussion options

You must be logged in to vote

Hello

We do not support boundary conditions inside the flow domains. You will have to either:

  • cut the domain by deleting an element or generating two separate meshes (you can keep them in the same solve using the CombinerGenerator
    https://mooseframework.inl.gov/source/meshgenerators/CombinerGenerator.html
  • use different flow variables (u,v,P) in both blocks.
  • use my branch where I'm working on interface kernels and a boundaries_to_avoid parameter to restrict the execution of kernels on some sidesets. But I havent figured out everything out for this yet, and it's being done for restricting flow with some sort of diode behavior, not for adding a wall (though it's very similar)
    https://github…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@j-bowhay
Comment options

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