User Profile

Collapse

Profile Sidebar

Collapse
dwhurst
dwhurst
Last Activity: Aug 31 '10, 01:53 AM
Joined: Apr 10 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Python code in Abaqus 6.9 always crashes after one hour.

    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...
    See more | Go to post

  • dwhurst
    started a topic How to run a abaqus job in Python

    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...
    ...
    See more | Go to post
    Last edited by bvdet; May 11 '10, 07:22 AM. Reason: Add code tags [code].......[/code]

  • dwhurst
    started a topic csv.reader in abaqus PDE

    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
    ...
    See more | Go to post
    Last edited by bvdet; Apr 10 '10, 01:31 PM. Reason: Add code tags
No activity results to display
Show More
Working...