Convergence problem when using mortar based approach in contact calculation #27337
Unanswered
jin0123456
asked this question in
Q&A Modules: General
Replies: 2 comments 1 reply
-
Many things could be happening. One thing I'd change right away is your solver settings. For example, to (Newton could work too):
I have run this type of problems in 3D, there shouldn't be a major problem. Also make sure sure you build with the appropriate automatic differentiation size, which I assume you are doing since you didn't get a error message to that effect. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I have ased the similar question when my geometry is 2D RZ coordinate in #27303.
I tried mortar approach in 3D situation but faced with convergence problem when it converged well in 2D simulation. There is no difference between two input files except mesh. There, https://github.com/jin0123456/miniature-system
When applied
[gap_contact]
, it would run in a few time steps then became not converged. When applied[gap_contact1]
, it would not converge on the very first step.So how to use 3D mortar based approach in the right way for my case?
Beta Was this translation helpful? Give feedback.
All reactions