Combining two sets of meshs with overlapping. #27269
Unanswered
Meghasemi-96
asked this question in
Q&A Meshing
Replies: 1 comment
-
Hello The overlap must be removed from the mesh, you can’t have overlapping elements during the simulation. you ll want to use a StitchedMeshGenerator instead of the combiner to make sure the meshes get properly attached Guillaume |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am having trouble combining two sets of mesh models that I extracted from images. Both sets are the same size and represent different parts of an object, but they share a common region in both images. As shown in attached file, my original structure has three revgions. To have a correct mesh, I divided the structure to two parts (righ hand side image of attached files). I got two separate meshs (each 1000 elements) for these images and then I combineed them, followed by renaming the block IDs. After the combing it seems that two sets of meshes are not merged together and the number of elements were doubled (2000 elements). How can I correct it?
Thanks.
image_2d_out1.e and image_2d_out2.e were also generated by this code (I checked and they were correct):
Beta Was this translation helpful? Give feedback.
All reactions