Replies: 5 comments
-
|
Did you try to not use |
Beta Was this translation helpful? Give feedback.
-
|
I tried to not use |
Beta Was this translation helpful? Give feedback.
-
|
yes but that's on purpose so that components are separated. If you want to reduce the number of elements then you can try to use this package |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
That's an unfortunate by product of Delaunay meshing. The feature protection mechanism is based on the coverage of the features using spheres. Only consecutive spheres on the polylines must intersect. You can get more detail on the theory here. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Details
Unexpected behavior
I am generating a 3D volume mesh from a surface mesh using:
The cells circled in red are the problem. They lie outside the domain. This is caused by adding polylines.
This is the surface mesh of the domain:
In red you can see the polylines that are added. The two polylines along the crack/slit are just two polylines. Each only has two corners, at the ends of the crack/slit. Other points are added as intermediate points of the polyline.
Questions
For the crack/slit surfaces to be recognized as separate surfaces, I need to set facet_distance parameter to be small enough on the crack/slit surface patches. This is done with a sizing field which is defined above.
This works, but causes the facets on the surface to be very small, as you can see below (on the transparent plot). I do not want such small facets on the surface as it is flat, so they are unnecessary. I tried setting facet_min_size to be larger, but then the two surfaces were no longer recognized as separate and were meshed over.
Environment
Beta Was this translation helpful? Give feedback.
All reactions