Skip to main content

How to execute a python function in abaqus

Submitted by alex_612 on

Does anyone know how to execute a python function in abaqus?

If I have a python function, I can input the dimension of the structure and the generate a Abaqus model. However, I don't know how to execute this python function in Abaqus.

 For python script, it just type

abaqus cae script=myscript.py

But if it is a function, how to call it using Abaqus?

 Thanks a lot!!!