×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

How to continue the abaqus cae analysis even if job stopped in a loop?

How to continue the abaqus cae analysis even if job stopped in a loop?

How to continue the abaqus cae analysis even if job stopped in a loop?

(OP)
I wrote a python script for abaqus which contains many loops inside. My analysis is riks analysis which usually is some cases inside loop does not converge, but the result up to the point of convergence is enough for me and I want abaqus cae from command line continues for the next case inside loop, however, abaqus cae from command line stops whenever the job fails to converge, is there any option to ask abaqus to continues in case of divergence?

Many Thanks

RE: How to continue the abaqus cae analysis even if job stopped in a loop?

How do you monitor the analysis? When you use waitForCompletion(), then the script continues, independent of what happened with the job. Or you add a sleep command in python and use the job object to regularly ask for the status. See the Scripting Reference Manual regarding the job object and commands.

RE: How to continue the abaqus cae analysis even if job stopped in a loop?

(OP)
Dear Mustaine3
I used waitForCompletion(), and it does not stop in the Abaqus GUI but it stops in the Abaqus ran from command line using:
abaqus cae noGUI=script.py

RE: How to continue the abaqus cae analysis even if job stopped in a loop?

If you submit jobs interactively from the command line they should run one after another regardless of outcome:

windows: abaqus job=job1.inp interactive & abaqus job=job2.inp interactive & ...
linux: abaqus job=job1.inp interactive ; abaqus job=job2.inp interactive ; ...

RE: How to continue the abaqus cae analysis even if job stopped in a loop?

(OP)
Dear Dave442

Unfortunately, I use python script not the input file.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources