asdjk
Structural
- May 5, 2012
- 5
Hi guys,
I wrote a Python script code to proceed a parametric plastic analysis in Abaqus.
Inside the loop, I added these below lines:
mdb.jobs[job_name].submit(consistencyChecking=OFF)
mdb.jobs[job_name].waitForCompletion()
Unfortunately, some models do not converge and the whole script (that includes other models) stops.
I would like to know how can I run the code without stopping when a analysis get wrong. Instead of stopping, just go to the next model and run it.
I can do it by calling my script code by using "abaqus cae script=code.py" but I would like to do it by calling to run without opening abaqus (i.e. abaqus cae nogui=code.py).
Does anyone has the code lines that I need to add it?
Thanks
I wrote a Python script code to proceed a parametric plastic analysis in Abaqus.
Inside the loop, I added these below lines:
mdb.jobs[job_name].submit(consistencyChecking=OFF)
mdb.jobs[job_name].waitForCompletion()
Unfortunately, some models do not converge and the whole script (that includes other models) stops.
I would like to know how can I run the code without stopping when a analysis get wrong. Instead of stopping, just go to the next model and run it.
I can do it by calling my script code by using "abaqus cae script=code.py" but I would like to do it by calling to run without opening abaqus (i.e. abaqus cae nogui=code.py).
Does anyone has the code lines that I need to add it?
Thanks