Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

  • Congratulations dmapguru on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Python - Launch successive calculations of Abaqus

Status
Not open for further replies.

Jeje3103

New member
Joined
Oct 22, 2015
Messages
8
Location
FR
I would like to launch successive calculations with Abaqus via Python. Between each calculations i have to apply some python code to extract some results but i dont know how to achieve that...

To launch a calculation with cmd in windows :

C:\SIMULIA\Abaqus\Commands\abq6131.bat job=Fish1
So my command file in python looks like that :

calculation1
my code to extract some data
calculation 2...
 
Search in that manual for submit() and waitForCompletion().
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top