Page 1 of 1

2D Crack Mesh Generation

Posted: Tue Jan 14, 2020 11:23 am
by kashwanij
Hello Everyone,
I have the following situation:-
there is a 2D plane in which I have some random oriented cracks. I want to generate the mesh in such away that all the crack lines become the edge of the elements. One possibility is that I connect all the crack lines manually and then make one close surface and mesh it. But this thing is so time consuming if I have more than 300 cracks lines.
Is there any solution in the Gid to reduce the time and effort.

Thanks in advance

Re: 2D Crack Mesh Generation

Posted: Tue Jan 14, 2020 7:26 pm
by escolano
It exists an option
Mesh->Mesh criteria->Force points to->surface mesh...

Unfortunately doesn't exists an option like 'force lines to', but maybe the first one can aid you.

First use the tool
Geometry->Edit->Divide lines->Num divisions (or Length)
to divide the crack lines to create points at similar distance of the required mesh size.
the use
Mesh->Mesh criteria->Force points to->surface mesh...
select the surface, and then the points of the crack lines.
Then generate the mesh. If you are lucky maybe the triangles generate will non only use the forced nodes, but also the edges of the triangles match these lines.
see my pictures:
lines_divided_to_create_enougth_points.png
lines_divided_to_create_enougth_points.png (8.32 KiB) Viewed 12380 times
mesh_with_points_forced_to_mesh_nodes.png
mesh_with_points_forced_to_mesh_nodes.png (27.37 KiB) Viewed 12380 times

Re: 2D Crack Mesh Generation

Posted: Wed Jan 15, 2020 11:48 am
by kashwanij
Thanks escolano.
:) :)