I am trying to evaluate an impact analysis using abaqus explicit (bullet vs. armoured plate).
I can't figure out how to define material property so that the plate brakes when certain stress or strain is reached.
Any help appreiated.
I have a model with a huge number of redundand internal sets (approx. 18.000).
I cannot find a way to delete them with GUI nor I can't find a reference to them as to use scripting to delete them.
P.S.
This problem relates to a Python scrypting memory leak post...
I wrote a script to propagate cracks through material and I found a peculiar memory leak.
For instance I delete existing seams like this:
for e in aPart.edges:
mModel.rootAssembly.engineeringFeatures.
deleteSeam(regions=regionToolset.Region(...