Top "Abaqus" questions

Abaqus is a software suite for finite element analysis and computer-aided engineering

Ignoring an error message to continue with the loop in python

I am using a Python script for executing some function in Abaqus. Now, after running for some iterations Abaqus is …

python loops error-handling abaqus
Submit a job, wait for its completion and after submit another job

I need to run multiple times the same abaqus .inp file (slightly changed within runs) and after each run ends …

python abaqus
How to run Abaqus Macro (.py) script

I am new to python. I generated a macro which is a .py script using Abaqus Macro manager. I realised …

macros abaqus
os.system not working, but typing the same thing into the command prompt works

I am trying to run python abaqus through the command prompt using os.system('abaqus CAE noGUI=ODBMechens') It doesn't …

python command-prompt os.system abaqus
Abaqus Surface getSequenceFromMask

I am writing script in Abaqus, where I crush circle and square with cut circle (like cheese). I need to …

python mask surface abaqus
Abaqus Python getByBoundingBox command

I have a 2D part in Abaqus with many partitions and I therefore want to select many edges with the …

python abaqus