Dear all,
i am trying to implement a plastic subroutine, so the hardening parameter will be updated in every iteration. I have used hr(nh1) for previous iteration and hr(nh2) for the next iteration. But i found the hr variable would only be updated after the commond TIME in input file.
For example:
BATCh
PROP,1
DT,,0.1
LOOP,LAST,10
TIME
LOOP,ITER,20
TANG,,1
NEXT,ITER
NEXT,LAST
END
But the hr variable would be not updated between LOOP,ITER,20 and NEXT,ITER. Can you give me some advice? Thanks a lot:)