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!

Abaqus saving out-put by scripting

Status
Not open for further replies.

arya1996

Mechanical
Joined
Dec 15, 2020
Messages
21
Location
CA
Hi every one
I have run a set of jobs in abaqus and I want to assign the Max. of ALLIE of each job as a list array by scripting.
I don't know how to do so although I've checked the abaqus user guide...
Does anyone know the command to save it as in a list ?
 
Do it manually with one .odb in the UI and check the .rpy for the Python commands to automate it.

In the UI is an option Report -> XY...
Afterwards you can work with those text files.

Or you access directly the XY data in the .odb data structure.

In the documentation are two scripting subtopics to get more information.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top