PDA

View Full Version : Help with Abaqus scripting



vveeram
2010-11-07, 16:50
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

Jorgen
2010-11-20, 18:56
please do not ask the same question multiple times.

-Jorgen