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!

how to extract the xy data from field output and save in txt file

Status
Not open for further replies.

mohamed safaa

Student
Joined
Dec 4, 2021
Messages
1
Location
IQ
hello
I have a problem with extracting the results in the Abacus program. I have a large number of odb files and I want to extract the values ​​of xy data and save it in a txt file
Can someone help me to write a python script to solve this problem?
 
I've never used ABAQUS, but that would be a real good reason for NOT using it.

Rather than think climate change and the corona virus as science, think of it as the wrath of God. Do you feel any better?

-Dik
 
Abaqus/Viewer has some built-in features that allow you to export data from odb files in text format. But for a large number of odb files you could use Python scripting which allows you to automate pretty much everything in pre- and postprocessing. Check this part of Abaqus documentation: Scripting --> Accessing an Output Database --> Using the Abaqus Scripting Interface to access an output database.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top