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

FE-SAFE to ABAQUS

Status
Not open for further replies.

Mohammed1015

Mechanical
Joined
Nov 2, 2021
Messages
1
Location
MY
Hi everyone,
I made a model in Abaqus then export it to do fatigue life test in Fe-Safe simulation, after that for post-processing I export it to Abaqus. My question how to extract that odb. file data to excel in form [nodes(x,y,z), stress, life cycle]. I want these data to use it as iteration for ANN. As the attached file show the history not include the nodes orientation, stresses etc..
 
 https://files.engineering.com/getfile.aspx?folder=ea9792d4-a89f-4083-952e-6ebf1a174497&file=Output.jpg
You can use Report —> Field Output to save the data to text file. However, this will not save the coordinates. To get them you can use the following approach (assuming that you want to export LOG Life data):
1) Select the "Probe values" tool
2) Set "Probe: Nodes"
3) Switch to "Select a display group"
4) Set "Display group: All"
5) Click "Write to File"

In both cases you will get the .rpt file that can be opened with text editor.
 
Create an additional field output request in Abaqus with the variable COORD and make sure you request it for location "nodes". This will allow to export the nodal coordinates in postprocessing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top