Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

  • Congratulations dmapguru 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
Joined
Apr 13, 2015
Messages
33
Location
IR
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

Back
Top