15 November 2023 2 1K Report

I have created an Abaqus model using a Python script, the script creates the model, and defines the material, the assembly, the partitions, and the creation of sets of points, since I want to use these sets for applying force and recording history output... However, the model is for a plate 0.4*0.4*0.002 dimension with a small hole inside.

I added on each of its four faces, an additional part that should be defined as infinite elements. For that, I defined them as acoustic elements, then created a job, generated an input file, and then modified the input file to set the modified element type of these extra edges to be CIN3D8 for defining infinite material. then I imported a model from the new modified input file...

The Problem:

After importing the model from the modified input file, all point sets and related History-Output requests disappeared.

The Part of the imported model includes now Features: Orphan mesh-1

And no cells or any other partitions are there (also disappeared)

How can I add new sets again for specific coordinate points?

I get the error:

Feature creation failed.

Here is a view of the terminal commands:

>>> target_node

mdb.models['Model-12'].parts['PART-1'].nodes[3136]

>>> p

mdb.models['Model-12'].parts['PART-1']

>>> p.Set(nodes=(target_node, ), name='S1')

Feature creation failed.

More Alaa Diab's questions See All
Similar questions and discussions