Skip to main content

Abaqus python script

Truncation of Displacement boundary conditions in Abaqus

Submitted by lorenzoguiducci on

 

 

Hi everyone,

 

I've wrote a script in python to create a model in Abaqus, run the simulations and retrieve the results I need.

I use the Abaqus python build (on PDE).

 

I experience a strange problem with the following command:

 

myModel.DisplacementBC(... ..., u1=0.123456789, u2=SET; ur3=...)

 

which gets translated in the input file like this:

 

*Boundary

myNodeset, 1, 1, 0.1234

myNodeset, 2, 2

 

Abaqus - evaluate stress at point (x, y, z)

Submitted by geotech on

Hi everyone,



I would like to evaluate the stress value (e.g  Mises) at a given point (x, y, z) within a 3D model. I cannot force this point to be a node. The problem is modeled with Element Type (C3D4).



Is there a built-in command I can issue in the input file of Abaqus to have Abaqus output the desired value to the output file?



Or, is there a python script I can use for this purpose?



Thank you,

-Ramin

Coupling Abaqus with an aeroedynamic code - PART 2

Submitted by Anonymous (not verified) on

In a previous post some months ago (see here), I mentioned some of the questions I had considering the aeroelastic response of a wind turbine rotor. In this post I just want to give, for those interested, a brief status report.

How to execute a python function in abaqus

Submitted by alex_612 on

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

 For a script, I know the folllowing command can execute the python script

abaqus cae script=myscript.py

But for a python function, how to execute it in abaqus?

Thanks a lot!!!!!!!!!