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 JStephen on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Abaqus Field output

Status
Not open for further replies.

AOG01

Mechanical
Joined
Oct 24, 2016
Messages
1
Location
AU
Hi all,

I'm using python to run abaqus and I'm acquiring data for displacement and stresses.

session.writeFieldReport(fileName='LocandstrsL.rpt', append=OFF,sortItem='Node Label', odb=odb, step=2, frame=1, outputPosition=NODAL,variable=(('U', NODAL, ((COMPONENT, 'U1'), (COMPONENT, 'U2'),(COMPONENT, 'U3'), )), ('S', INTEGRATION_POINT, ((INVARIANT,'Mises'), )), ))

The results that I get only include displacements but no stresses!

Can anyone help with this issue?

Thanks in advance,
Tamer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top