This is the 10th lecture in "Abaqus Python Scripting - Learn with the Concepts" series.
In this lecture, you will learn how to create a model.
Here, we will build a simple model in Abaqus CAE and use the commands from reply file to create a script out of it.
Files I have used for this video:
https://github.com/Abaqus-Python/Lec10_Create-A-Model
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:33 Announcement
00:47 Task overview
04:12 Build Model in Abaqus CAE
10:10 1. Script overview
10:23 2. Get viewport object
10:56 3. Create a Model object
11:38 4. Create a Part
13:17 5. Create a Material Property
13:42 6. Assign a Section
15:01 7. Create Assembly
15:48 8. Define a Analysis Step
16:02 9. Define Loads and Boundary Conditions
18:26 10. Mesh
19:05 11. Create and submit the Job
19:42 12. Run the script
20:47 Tips to enhance further