Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

python newbie programming in abaqus

Status
Not open for further replies.

zahedi66

Mechanical
Apr 13, 2015
30
Hello experts,
a short question:
is it possible to read data from .odb while job hasn't completed?
I tried to open .odb while the job running but I've faced with error.
here is the end of my python code:
...
...
...
mdb.jobs['pythonodbtest'].submit(consistencyChecking=OFF)
from odbMaterial import *
from odbSection import *
from odbAccess import *
from abaqusConstants import *
odb = openOdb(path='pythonodbtest.odb')
...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor