mesh problem

Charon
Posts: 22
Joined: Tue Sep 20, 2022 7:16 am

Re: mesh problem

Post by Charon » Tue Mar 14, 2023 11:55 am

STKO Team wrote:
Mon Mar 13, 2023 9:54 am
There's a problem with the interaction you used for the beam-solid-coupling.

The master should be the beam-end-node (pile-top node)

The slave should be the face of the cap solid
However, since your cap is made of a single cube, there is only one face at the bottom. Doing this, the beam-solid-coupling constraint will make the whole face rigid.
Instead, you should divide it in such a way that you have sub-faces that correspond to the pile-cross section. That is the part that is rigid with the pile

Thanks for the quick reply! I will revise my model and may need your help if I still run into problems.

Regards,
Charon

STKO Team
Posts: 1811
Joined: Tue Oct 29, 2019 8:45 am

Re: mesh problem

Post by STKO Team » Wed Mar 15, 2023 8:25 am

You're welcome

Charon
Posts: 22
Joined: Tue Sep 20, 2022 7:16 am

Re: mesh problem

Post by Charon » Thu Mar 16, 2023 9:24 am

STKO Team wrote:
Mon Mar 13, 2023 9:54 am

However, since your cap is made of a single cube, there is only one face at the bottom. Doing this, the beam-solid-coupling constraint will make the whole face rigid.
Instead, you should divide it in such a way that you have sub-faces that correspond to the pile-cross section. That is the part that is rigid with the pile
Can you elaborate on this statement? I didn't understand it.
(To the original author of this post, sorry I'm taking up your post to communicate with the STKO team)

Best wishes,
Charon

Charon
Posts: 22
Joined: Tue Sep 20, 2022 7:16 am

Re: mesh problem

Post by Charon » Fri Mar 17, 2023 10:01 am

Dear STKO Team,

I meet a new problem.
I set the master as the pile-top node and the slave as the bottom side of the cap as you suggested, and I retooled the model so that it can now perform operations.

My new problem is that when the initial state analysis is finished, my analysis step number 10 "update plastic" should put the soil into a plastic state. Then the analysis step number 11 "analysis plastic" should start the plastic analysis, right?

However, the content displayed on my cmd.exe window has not changed and remains in the "SUCCESS" state at the end of the previous analysis. The analysis does not seem to be going on? But in the background OpenSees is still running and calling on cpu resources. Why is this? What should I do?
I have attached the file below.

Best wishes,
Charon
Attachments
20230317173005.jpg
20230317173005.jpg (45.95 KiB) Viewed 292 times
Last edited by Charon on Sun Mar 19, 2023 5:03 am, edited 1 time in total.

STKO Team
Posts: 1811
Joined: Tue Oct 29, 2019 8:45 am

Re: mesh problem

Post by STKO Team » Fri Mar 17, 2023 11:37 am

It's something inside your material model that takes too many iterations inside the plastic integrator.
Try to run it with a very coarse mesh (subdiv=1) just to see that it runs.

I don't know why, in plastic state, it takes so much time. Probably the material entered a very expensive loop. Double check the material parameters and make sure they are correct

Charon
Posts: 22
Joined: Tue Sep 20, 2022 7:16 am

Re: mesh problem

Post by Charon » Fri Mar 17, 2023 11:56 am

Dear STKO Team,

Thank you fast reply, I'll try what you said.
It stands to reason that if the material is ok it won't take so long right?
Charon wrote:
Thu Mar 16, 2023 9:24 am
STKO Team wrote:
Mon Mar 13, 2023 9:54 am

However, since your cap is made of a single cube, there is only one face at the bottom. Doing this, the beam-solid-coupling constraint will make the whole face rigid.
Instead, you should divide it in such a way that you have sub-faces that correspond to the pile-cross section. That is the part that is rigid with the pile
Can you elaborate on this statement? I didn't understand it.
(To the original author of this post, sorry I'm taking up your post to communicate with the STKO team)

Best wishes,
Charon
Also, can you explain more about this issue I quoted?

STKO Team
Posts: 1811
Joined: Tue Oct 29, 2019 8:45 am

Re: mesh problem

Post by STKO Team » Fri Mar 17, 2023 5:05 pm

When you link a face(slave) to a beam-node (master), the whole face will be rigid, and constrained to move/rotate as the beam node.
It makes sense if you only constrain a small portion of the whole cap's bottom face (a portion equal to the beam-cross-section), but not the whole surface

Post Reply