Dynamics and Large Deformation System: not converging after static initialization #28967
-
|
Hi all, I would like to simulate dynamic system with large deformation, what the boundary achieved is The solution is unable to converge after static initialization, the nonlinear residual is unable to drop below the threshold: Also if I try to add loading to the system during dynamic solving, it turns to give weird velocity and displacements results, I wonder if there are some settings I neglect to cause this issue, thanks a lot! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Hello |
Beta Was this translation helpful? Give feedback.
In your input file replace
start_time = 0tostart_time = -1e-12in the control block and addautomatic_scaling = trueto theExecutionerblock. Static Initialization is not well supported for solid dynamics but I think the way you did it was correct.