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!

accessing abaqus through python

Status
Not open for further replies.

Saks1235

Materials
Joined
Apr 27, 2024
Messages
6
Location
FI
Hello,
I am trying to access my Abaqus model through Python interpreter. I have created the model in Abaqus 2022 already and want to extract the ODB through Abaqus file and extract stresses and deformation values through it in a csv file. I have the code for it and after many trial runs it just doesn't show any output for datalist section in the code as I have attached. I don't know what the problem is. I took the code reference from Pyabaqus

Capture_ilniae.png


FYI the pyabaqus documentation i took reference from is attached too. Btw my model runs fine on abaqus GUI but I am not able to automate the data extraction. Is there a problem with my code or is it my model

Please help
Screenshot_2024-05-13_132742_m11jjz.png
 
I don't use pyabaqus but the best way to create such scripts is to either perform all the actions in CAE first while recording a macro (you can also find them in a replay file) or check the examples in the documentation section Scripting --> Accessing an Output Database --> Using the Abaqus Scripting Interface to access an output database --> Example scripts that access data from an output database.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top