Just figured this out.
the object
openOdb(r'odbFilePath').rootAssembly.elementSets['ErrElemVolSmallNegZero'].elements
is a tuple.
Since the elementSet ErrElemVolSmallNegZero may contain elements from different parts abaqus needs two subscripts to identify each element it contains. The...
Hello,
A few of the tet elements (2 specifically) in my model database have a volume near zero and cause my analysis submission to fail. An abaqus error message informs me that these elements have been placed in the element set ErrElemVolSmallNegZero.
I'd like to open the aborted job odb...