Python - Launch successive calculations of Abaqus
Python - Launch successive calculations of Abaqus
(OP)
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...
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...





RE: Python - Launch successive calculations of Abaqus
*********************************************************
Are you new to this forum? If so, please read these FAQs:
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083
RE: Python - Launch successive calculations of Abaqus