Skip to content

Generate cracks by duplicating nodes #16494

Answered by ngrilli
tfc1992 asked this question in Q&A Meshing
Discussion options

You must be logged in to vote

Dear @tfc1992

I believe this must be done in gmsh.
You can create "Point" and "Line" and "Line Loop" manually in the .geo file
You don't need to duplicate nodes, just define two different "Line" along the same segment
and define "Line Loop" by adding the two "Line" one after the other.
In this way the nodes on the two "Line" will be independent.
I paste below and example of .geo file, but it's not for crack, you will need to modify it.
Hope this helps.

Best Regards,
Nicolò Grilli

//Points
Point(1) = {0, 0, 0, 10};
Point(2) = {100, 0, 0, 10};
Point(3) = {600, 0, 0, 10};
Point(4) = {700, 0, 0, 10};
Point(5) = {700, 500, 0, 10};
Point(6) = {500, 500, 0, 10};
Point(7) = {200, 500, 0, 10};
Poi…

Replies: 4 comments 10 replies

Comment options

You must be logged in to vote
8 replies
@ngrilli
Comment options

@tfc1992
Comment options

@ngrilli
Comment options

@tfc1992
Comment options

@RWTHLHK
Comment options

Answer selected by tfc1992
Comment options

You must be logged in to vote
1 reply
@tfc1992
Comment options

Comment options

You must be logged in to vote
1 reply
@tfc1992
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
6 participants