Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
Issues with meshing domain with many lines
Posted 17 févr. 2020, 07:50 UTC−5 Geometry, Mesh Version 5.5 1 Reply
Please login with a confirmed email address before reporting spam
I'm trying to solve a problem where the domain is a unit cube with lines generated via a periodic voronoi tesselation. I require these lines for my physics. I am very often running into issues when I try to mesh this domain. Some tesselations succeed and some do not. Often the error is either "failed to insert point", "intersecting edges" or similar. Sometimes when the mesh does succeed the solution will fail due to inf and NaN in the stiffness matrix. Since this solution error only appears some times I'm assuming it is also caused by the mesh.
How should I buid my mesh procedure to effectively mesh my domain? I've tried meshing along the edges and boundaries first but this does not help any. I've tried collapsing the short edges and removing details but these do not improve the success rate either.
I have attached an example of what the tesselation may look like. Due to the sometimes very tight intersections between lines I do not expect every tesselation to be possible, but currently I have around a 10% success rate which I too low.