Hi all,
I have written a program in python which runs an inverse analysis in Abaqus 6.9.
The program basically runs the same job several times with different material properties to determine the correct material setup.
The program seems to run fine, but whenever it reaches one hour running time, Abaqus gives the message "Disconnect ing from Abaqus license server" and exits both the python program...
User Profile
Collapse
-
Python code in Abaqus 6.9 always crashes after one hour.
-
How to run a abaqus job in Python
Hello,
I am a beginner in both Abaqus and Python
I have written a program to run a job through the Abaqus PDE. When submitted through the program, it takes about fifteen minutes to complete, while when run straight from the Abauqus GUI it takes only 2 minutes.
I would really like to get it to run a lot quicker through the program.
This is the part of the program which submits the job...
... -
csv.reader in abaqus PDE
Hello,
I am a beginner in both Python and Abaqus.
I am able to open a .csv file in python, but when running the same code in the Abaqus PDE, i get the error : IOError: (2, 'No such file or directory', 'DP780.csv')
I have the .csv file in the same location as the main file. Is this the correct location?
This is what I have been trying..
...Code:import csv raw_data = csv.reader
No activity results to display
Show More