Hello, I'm getting this error when running my simulation.
*** ERROR # 4966 *** Minimum time increment reached, analysis aborted.
I do not know how to solve this problem. I have attached the .hm file. Appreciate any help thank you
please check these tips for debugging:
https://help.altair.com/hwsolvers/os/topics/solvers/os/debugging.htm
you cshould check the _nl.out file as well:
3 4.92E-04 3.85E-05 3.63E-06 2.05E-07 0 0 0 0 0 0.00E+00 MAX FORCE 0.8712651849D+03 AT NODE 92178 DOF 1 MAX RESIDUAL FORCE 0.1960451490D-01 AT NODE 2639 DOF 1 MAX MOMENT -.4988618763D+04 AT NODE 92178 DOF 6 MAX RESIDUAL MOMENT 0.2498907420D-39 AT NODE 74760 DOF 6 MAX DISPLACEMENT -.2230498620D+00 AT NODE 80224 DOF 2 MAX DISPLACEMENT INCREMENT -.1674732356D-03 AT NODE 80200 DOF 2 MAX DISPLACEMENT CORRECTION 0.1406462276D-04 AT NODE 80199 DOF 2 CONVERGENCE ERROR OF DISP 0.3669355853D-04 CONVERGENCE ERROR OF LOAD 0.3604636405D-05 CONVERGENCE ERROR OF WORK 0.1910091088D-06 CONVERGENCE CHECK OF DISP (U) SATISFIED CONVERGENCE CHECK OF LOAD (P) SATISFIEDCUTBACK DUE TO DIVERGING FORCE 4 4.92E-04 3.67E-05 3.60E-06 1.91E-07 0 0 0 0
It looks like some issue with force balance.
Adding NLADAPT to increase the maximum number of cutbacks, or reducing the minimum increment might be an option.
in your NLOUT use SVNONCNV to save the last converged increment.
Also using PARAM,NLMON,DISP to save all the iterations of the NL run, and checking if there's something strange.
Hi Adriano,
Thank you for your answer. I'm stuck now with another simulation. I tried everything you mentioned but I'm still getting this error:
MAX FORCE 0.2188266793D+02 AT NODE 24008 DOF 1 MAX RESIDUAL FORCE -.1471006285D-02 AT NODE 1340 DOF 3 MAX MOMENT -.9509431213D+00 AT NODE 24008 DOF 5 MAX RESIDUAL MOMENT 0.6327979982D-42 AT NODE 24009 DOF 4 MAX DISPLACEMENT 0.6731395667D+00 AT NODE 24007 DOF 2 MAX DISPLACEMENT INCREMENT -.4621950110D-04 AT NODE 23018 DOF 3 MAX DISPLACEMENT CORRECTION -.3329146126D-03 AT NODE 23647 DOF 3 CONVERGENCE ERROR OF DISP 0.1344746486D-02 CONVERGENCE ERROR OF LOAD 0.8298202504D-07 CONVERGENCE ERROR OF WORK 0.1041355926D-09 CONVERGENCE CHECK OF LOAD (P) SATISFIED CONVERGENCE CHECK OF WORK (W) SATISFIED CUTBACK DUE TO DIVERGING FORCE 4 6.30E-04 1.34E-03 8.30E-08 1.04E-10 0 0 0 0 0 0.00E+00
I'm stuck and I don't know what to do …
I'm attaching below the .fem of the simulation if you'd like to have a look.
Thank you so much and I look forward to your response