Reading boundaries from a libmesh (XDA) file. #27152
Unanswered
danielwardstfc
asked this question in
Q&A Meshing
Replies: 1 comment 4 replies
-
Hello Can you paste the output of your run but with Guillaume |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a libmesh mesh file (.xda) that looks a bit like this:
This hopefully illustrates that there are four boundary conditions in this XDA file, each with a tag from 0 to 3 (here some examples with tags 0 and 1 are shown). I'm trying to read this into MOOSE and can successfully do so with an empty BCs section in my input file. However, when I try and read the boundaries I run into issues with MOOSE not being able to see the boundaries. Here's my input file
and here's the error:
(BCs/top/boundary): the following node sets (ids) do not exist on the mesh: 1
I expected it to read the tags from the boundary section but it isn't. Does anybody know why?
Best,
Daniel
Beta Was this translation helpful? Give feedback.
All reactions