Abaqus Python Scripting: Extracting History Output

preview_player
Показать описание
In this video, I show how to extract history output from an odb file in abaqus using python scripting. The results are exported to a csv file.
Рекомендации по теме
Комментарии
Автор

Hi, thanks for the video. How can we find the "region" in the model?

ingmec
Автор

How do I know the name of HistoryRegion?

PhucNguyen-csvj
Автор

Also, does the odb file need to be saved in the same folder as work directory of the abaqus window you're working in, or it could find the odb file you want to open anywhere?

andrewciricillo
Автор

Thanks for the video! Is there a way to call the python script and run it using the abaqus python using a .bat?

lucasferreira
Автор

Hello Sir, How can we find out the region from view port ?
Kindly help!

ajaypandey
Автор

Hello, 1. if we give the earthquake load (displacement history) to the model as a time-boundary displacement condition and want to accelerate the output, is it correct to take the A1 output from the outpost history or not?
2. Is it possible to apply an earthquake load to a node at the boundary of the model infinite element, or must it be an area? Thank you for your help.

nourani
Автор

Are you aware of a method to add this code to existing script that creates the job? So far, I've been able to get both parts to work separately, but when they are both in the same script file, it tries to open an .odb file that isn't created yet. Any insight on this would be appreciated.

andrewciricillo