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!

Help with Scripting

Status
Not open for further replies.

mveeram

Mechanical
Joined
Nov 7, 2010
Messages
4
Location
US
Hi,

I am new to abaqus scripting. I need some help with accessing the odb for history output.

I have a list of odbs and i need to take the displacement and contact stresses information at the end of the step.

The syntax i tried was

import odbAccess


fileName = 'static_open_c1.odb'
stepName = 'Load'
historyRegionName = 'Node HS-1.701'
historyOutputName = 'U2'

session.odbs[fileName].steps[stepName].historyRegions[historyRegionName]

But i am not able to get any response from it.
I kindly request someone to shed some light on my issue.

Regards,
mveeram
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top