Model

I modeled two blocks (high stiffness) with the dimensions 5 x 5 x 5 and connected them with the interaction property "cohesive behavior". The blocks are lined up in x-direction. In my first step, I want to separate these two blocks in normal direction (x) followed by a tangential sliding in shear 1 direction (y) in the second step. The separation in x direction depicts a pre-damaging process.

Parameters

Material properties of two blocks:

Elastic

  • Young's Modulus of blocks = 1000000
  • Poisson's ratio = 0

Interaction properties (cohesive behavior + damage):

Elastic

  • Knn = 0
  • Kss = 10
  • Ktt = 0

Damage

  • Initiation: Quadratic separation (delta_n0 = 0.1 / delta_s0 = 1 / delta_t0 = 1000000)
  • linear Damage evolution with total/plastic displacement delta_f = 9

Loading:

First step

  • u1 = 0.7

Second step

  • u3 = 10

Question

I comprehend the calculation of the damage variable in the first step:

D = (delta_f * (delta_n - delta_n0))/(delta_n * (delta_f - delta_n0))

How is the overall damage variable calculated in the second step due to the pre-damaging?

Similar questions and discussions