Jeje3103
New member
- Oct 22, 2015
- 8
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...