Parametric study using Abaqus scripting - Part 1

Hello ..... This video is created by Abdelhak khechai and Subhabrata Koley ..
To download the script file
www.akcedumkb2022.com/2021/09...
Here, I will show you how to make a parametric study using Python scripting in Abaqus.
First, we create the main directory to save the model in it.
Open Abaqus.
The first step is to save the model in the main directory and set it as work directory.
Now we create the model, but before creating it, we should start the Macro manager to generate the Python script.
The model is a beam with L=10 and square cross section with h=b=1.
Once the model is done, stop recording the macro manager and save the file.
Now go to the main directory and you will see a Python script has been generated. (abaqusMacros.py is the python script)
Open it using Notepad++ for example.
s.rectangle(point1=(0.0, 0.0), point2=(1.0, 1.0)) This command is for creating the rectangular section
Remove the (def Macro1():) command and the space befor the command ligns.
Make some changes as you want.
Save the model.
Go to abaqus now.
Run the script.
Enjoy with Python scripting...

Пікірлер: 6

  • @user-oo4iy2zd2j
    @user-oo4iy2zd2j5 ай бұрын

    merci monsieur pour cette video tres interessant

  • @lahcenhamdi4166
    @lahcenhamdi41666 жыл бұрын

    Thank you my brother it is very important for my group

  • @khalednasri9683
    @khalednasri96835 жыл бұрын

    Hello Mr Khechai thanks for the video how to do a for loop on abaqus thank you

  • @khechaiabdelhak4975

    @khechaiabdelhak4975

    2 жыл бұрын

    I made one video for this case

  • @wolframload4198
    @wolframload41982 жыл бұрын

    How can we. Automatically change the parameter values or assign a design table and send it to abaqus one by one

  • @khechaiabdelhak4975

    @khechaiabdelhak4975

    2 жыл бұрын

    here you can make a connection between Matlab, Python and Abaqus