Mesh continuity over different areas #3874
-
Hi all, I'm generating a geometry that consists of many different areas with varying sizes. As a result, some lines and keypoints do not exactly coincide, and I am unable to merge them. When I proceed to mesh all the areas, the nodes and elements are not continuous across area boundaries, which could lead to inaccurate results. I've attached a screenshot of both the area and element plots that illustrate the problem for a relatively simple case. Does anyone have experience with this issue or ideas on how to tackle it? Thanks in advance for your help! Sjors |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Well, I would probably break the bottom area on the contact with the top area, so they both share at least one line which should generate a decent mesh so you can use If not, you might need more advanced approaches depending on whether you are using |
Beta Was this translation helpful? Give feedback.
Well, I would probably break the bottom area on the contact with the top area, so they both share at least one line which should generate a decent mesh so you can use
NUMMRG
(to merge the line and its nodes and keypoints). This should probably be enought, but you can check applying forces on the top area and see if the displacements match the expected pattern.If not, you might need more advanced approaches depending on whether you are using
SHELL
orSOLID
elements.I suspect you might be using
SHELL
elements, in that case it is recommended you constrain the nodes degree of freedom usingCP
to couple degrees of freedom (not appropriated for large displacements), contraint equationsCE
or …