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 Nodal COORD and Stress from field output report by using ODB Abaqus python script

Status
Not open for further replies.

owais ahmed

Student
Joined
Nov 10, 2021
Messages
10
Location
DE
Hallo,

I would like to extract COORD 1,COORD2, COORD 3 and all the stresses S11 ....S23 by using abaqus odb python script and wirite it on excel file.....I have done all this in ABAqus GUI ,,,but i want to do this by using abaqus python script ,,,, i did not define node set in my abaqus GUI but i need the whole instance nodal values and stresses of my part by using read odb by python script....please help me in this regard.
 
You can base your script on the replay file. Do these operations in Abaqus/Viewer and then edit the .rpy file automatically generated by the software. Check the article "Automate boring postprocessing in Abaqus using python scripting" on Simuleon blog for more details.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top