Fractured mesh in a 2D domain.

Moderator: GiD Team

Post Reply
Zion
Posts: 1
Joined: Sun May 11, 2025 3:06 am

Fractured mesh in a 2D domain.

Post by Zion »

I am trying to create a mesh in a 2D domain and represent fractures within the domain using internal lines. I can create the domain and the line, but when generating the mesh, I can't get GiD to understand that the line is a point generator (the elements ignore the line and pass over it).

Can anyone tell me where I am going wrong?
User avatar
escolano
Posts: 1959
Joined: Sun Sep 05, 1982 10:51 pm

Re: Fractured mesh in a 2D domain.

Post by escolano »

The lines 'on the surface' won't be related at all with the surface an its mesh, they will generate its own line elements.

the lines must be boundary of the surface

You can join the 'internal line' with the boundary, creating extra auxiliary lines, and then can split in two surfaces
and probably, to simulate a crack you don't need a single line shared by both surfaces, because the domain will be continuous, sharing the nodes.

You can 'uncollapse the surfaces' to duplicate the lines and points. (and maybe you simulation require a kind of link between the pair of lines to consider it as a contact)
or with a single shared line can assign Mesh->Mesh criteria->Duplicate->Lines,
to create mesh nodes duplicated for each side.
Post Reply