Set the block or boundary IDs for the mesh in MOOSE #16233
Answered
by
aeslaughter
wenpeng231024
asked this question in
Q&A General
-
Hi everyone, I want to set the block or boundary IDs for my mesh in MOOSE. I use the "GeneratedMesh" type for mesh. Does anyone know how to do this? Best, Peng |
Beta Was this translation helpful? Give feedback.
Answered by
aeslaughter
Nov 18, 2020
Replies: 1 comment 1 reply
-
There are a few methods of doing this, one of the most common is to use a SubdomainBoundingBoxGenerator to assign an id within a region. https://mooseframework.inl.gov/source/meshgenerators/SubdomainBoundingBoxGenerator.html Look at the various input files listed at the bottom of the page for examples. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
GiudGiud
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are a few methods of doing this, one of the most common is to use a SubdomainBoundingBoxGenerator to assign an id within a region.
https://mooseframework.inl.gov/source/meshgenerators/SubdomainBoundingBoxGenerator.html
Look at the various input files listed at the bottom of the page for examples.