dfgsdfgfd
Mechanical
- Sep 30, 2015
- 37
Hi,
When I run my Abaqus/explicit simulation, sometimes it is not converging. The output looks as follows and keeps on going forever, without moving on to the next interval. Is it possible, similarly to the implicit solver, to set a minimum stable element size OR set a maximum number of attempts per increment, and have the solver stop when this number is reached? If possible in Python.
The reason is that I'm running multiple simulations behind each other and I rather have some of them fail and move on to the next one than being stuck with one for many hours or days and not simulate the following ones at all.
Thanks so much!
When I run my Abaqus/explicit simulation, sometimes it is not converging. The output looks as follows and keeps on going forever, without moving on to the next interval. Is it possible, similarly to the implicit solver, to set a minimum stable element size OR set a maximum number of attempts per increment, and have the solver stop when this number is reached? If possible in Python.
The reason is that I'm running multiple simulations behind each other and I rather have some of them fail and move on to the next one than being stuck with one for many hours or days and not simulate the following ones at all.
Thanks so much!
Code:
STEP TOTAL CPU STABLE CRITICAL KINETIC TOTAL
INCREMENT TIME TIME TIME INCREMENT ELEMENT ENERGY ENERGY
1313863 5.840E-03 5.840E-03 02:41:24 5.248E-09 509 8.404E+00 -3.013E+02
INSTANCE WITH CRITICAL ELEMENT: PARTNAME
ODB Field Frame Number 365 of 500 requested intervals at 5.840002E-03
1317634 5.856E-03 5.856E-03 02:41:54 4.808E-09 4410 7.454E+00 -3.023E+02
INSTANCE WITH CRITICAL ELEMENT: PARTNAME
ODB Field Frame Number 366 of 500 requested intervals at 5.856006E-03
1321807 5.872E-03 5.872E-03 02:42:28 4.230E-09 2138 6.610E+00 -3.032E+02
INSTANCE WITH CRITICAL ELEMENT: PARTNAME
ODB Field Frame Number 367 of 500 requested intervals at 5.872002E-03
1327147 5.888E-03 5.888E-03 02:43:10 2.938E-09 4410 6.104E+00 -3.041E+02
INSTANCE WITH CRITICAL ELEMENT: PARTNAME
ODB Field Frame Number 368 of 500 requested intervals at 5.888001E-03
1333146 5.904E-03 5.904E-03 02:43:58 3.668E-09 4410 6.323E+00 -3.049E+02
INSTANCE WITH CRITICAL ELEMENT: PARTNAME
ODB Field Frame Number 369 of 500 requested intervals at 5.904003E-03
1339888 5.920E-03 5.920E-03 02:44:52 2.209E-09 4410 6.126E+00 -3.057E+02
INSTANCE WITH CRITICAL ELEMENT: PARTNAME
ODB Field Frame Number 370 of 500 requested intervals at 5.920001E-03
1351226 5.936E-03 5.936E-03 02:46:23 8.740E-10 4410 5.819E+00 -3.063E+02
INSTANCE WITH CRITICAL ELEMENT: PARTNAME
ODB Field Frame Number 371 of 500 requested intervals at 5.936000E-03
1366210 5.942E-03 5.942E-03 02:48:23 3.388E-10 4410 5.869E+00 -3.066E+02
INSTANCE WITH CRITICAL ELEMENT: PARTNAME
1381148 5.945E-03 5.945E-03 02:50:23 1.681E-10 4410 6.045E+00 -3.067E+02
INSTANCE WITH CRITICAL ELEMENT: PARTNAME
1396056 5.948E-03 5.948E-03 02:52:23 2.255E-10 4410 6.040E+00 -3.068E+02
INSTANCE WITH CRITICAL ELEMENT: PARTNAME
1410886 5.951E-03 5.951E-03 02:54:23 2.570E-10 4410 6.451E+00 -3.069E+02
INSTANCE WITH CRITICAL ELEMENT: PARTNAME
1414975 5.952E-03 5.952E-03 02:54:56 1.383E-10 4410 6.373E+00 -3.069E+02
INSTANCE WITH CRITICAL ELEMENT: PARTNAME
[keeps going like that without moving on to the next interval]