Dear STKO Team,
I hope this message finds you well.
My apologies, I hope you can guide with some issues related with connecting solids.
My goal is to model rigid bodies. In this case, I'm using different solids to "create one figure". Plase see the screen 1 attached. To join them, I'm using ASDEmbeddedNodeElement.
My issue is actually when the ntha anlysis is running. Only during few steps the body remains as one (Figure2). Then, it actually "disattached" (Figure 3). Could you please guide me to create the correct interaction to "join" the different solids.
I also attached my model
All the best,
Salvador
Interaction between solids
Interaction between solids
- Attachments
-
- Figure03.jpg (68.48 KiB) Viewed 1384 times
-
- Figure02.jpg (20.81 KiB) Viewed 1384 times
-
- Figure01.jpg (53.89 KiB) Viewed 1384 times
-
- book_case_master.7z
- (111.39 KiB) Downloaded 189 times
Salvador Ramos
Re: Interaction between solids
The way you defined the interaction for embedded constraint doesn't work.
You need at least:
1) interaction to the back solid: master = back solid, slave = all faces that connect to that back solid
2) interaction central vertical blocks to central horizontal blocks: master = all solids of central horizontal blocks, slaves = all faces of central vertical blocks that connect to those horizontal solid blocks
3) interaction central horizontal blocks to sides: master = solids of side blocks, slaves = faces of horizontal blocks that connect to the side faces
You need at least:
1) interaction to the back solid: master = back solid, slave = all faces that connect to that back solid
2) interaction central vertical blocks to central horizontal blocks: master = all solids of central horizontal blocks, slaves = all faces of central vertical blocks that connect to those horizontal solid blocks
3) interaction central horizontal blocks to sides: master = solids of side blocks, slaves = faces of horizontal blocks that connect to the side faces
Re: Interaction between solids
Thank you for your quick reply! It works!
all the best,
Sal
all the best,
Sal
Salvador Ramos
Re: Interaction between solids
You're welcome