Dear All,
I have a simple 2D model which I would like to get stress and strain components in each frame of each step, and then calculate the average in each frame by dividing over all elements.I have write such a code:
def write_res():
global a
a = np.array([])
odb =...
Dear All,
I am quite new to continuum fracture mechanics and damage models in Abaqus.I have implemented simple ductile damage with steel material parameters, leading to a fracture at the end in Abaqus. But beside of that, I need to implement a local damage model based on this...