Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

Extract FieldOutput

Status
Not open for further replies.

Memboro

Mechanical
Joined
Oct 24, 2013
Messages
4
Location
CH
Hi!

I have a problem with a Python script. Basically, the problem is that I don't have an increment of 1, and when I want to extract a Fieldoutput over all the frames, I use frameId. However, Abaqus takes frameId equals to increment. Here is the line which causes all the troubles. It says that the sequence is out of range. I checked and instead of taking the frameId, it takes the increment which is way higher. Do you have any suggestion? Thanks a lot.

Code:
temperature=odb.steps[step.name].frames[frame.frameId].fieldOutputs['NT11']

PS : I'm using ABQ 6.13.1
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top