Skip to main content

niuwenkai's blog

material points will change while using subroutine in ABAQUS

Submitted by niuwenkai on

This subroutine using VUSDFLD is to
determine position of damage and provide evolution of damage surface, when some
elements failed. The “outer” damage status will transfer to “inner” damage
status.

Now the problem is that when I read the
coordinates of material points, using coordMp(k,1),coordMp(k,1),coordMp(k,1), it returns wrong locations. Then I
tried a very simple loop:

Do
k=1,nblock

        stateNew(k,7)=nblock

end Do