This is the 9th lecture in "Abaqus Python Scripting - Learn with the Concepts" series.
In this lecture, you will learn how to write the data to an ODB file.
You can refer in two cases:
1. You have some data (from analytical method, etc.) and want to visualize it as a contour.
2. You have ODB file, and you want to post-process already existing field output data.
Files I have used for this video:
https://github.com/Abaqus-Python/Lec9_Write-Field-Data
For more videos like this, please comment with topics and I will try to make the video on it.
To encourage me to make more video like this, please Like, Share and Comment.
Chapters for this video:
00:00 Introduction
00:25 Announcement
01:16 Data as a contour
02:00 From existing contours
03:16 Script Introduction
03:44 1. Open ODB in WRITE mode
04:11 2. Field Output hierarchy
04:32 3. Create Step
05:03 4. Create Frame
05:25 5. Create Field Output
06:32 6. Add data to Field Output
09:26 7. From existing contours
10:35 8. Manipulate existing contours
12:03 9. Add field object to Field Output
12:53 10. Run the script