Hello!
I'm using the subroutine SIGINI to specifiy predefined stresses in my model in abaqus CAE. This subroutine is not supported in Abaqus CAE, so I need to use the keyword editor to write the following entry:
INITIAL CONDITIONS, TYPE=STRESS, USER
This entry will call the subroutine when...
Hello!
Currently I'm working on a Python script and I'd like to know whether it is possible to create sets with entries sorted by a particular criterion?
In my case I need a node set with nodes arranged by their y-coordinates. Is it possible, for example, to generate a list of node labels, to...
Hello!
I'd like to assign each element on an edge to a set. It's quite easy to get access to the element objects and to adress each element object by the intenal labels. The problem is that for set definitions tupels are needed and not objects. Therefore, the following code leads to an error...
Hi!
Currently I'm building a parameterized and automated model in Abaqus. Therefor I modify the journal-file of a CAE model using Python Commands. My aim is to be able to change the dimensions of a component stepwise in a loop and to create a corresponding input file in each loop.
It works...