I have developed a VUMAT material model for Johnson-Cook plasticity. Now, I have to add Johnson-Cook damage/failure model to my code.
Johnson-Cook Damage model :
D = ∑ εp(eff)/εf
Fracture strain:
εf = [D1 + D2exp(D3σ*)][1 + D4(εp*)][1+ D5T*]
How can I calculate equivalent plastic strain increment, εp(eff)? Though I have already calculated equivalent deviatoric plastic strain increment in the VUMAT.
And how can I update the new stress after every time step?