adp0014
Materials
- Apr 24, 2015
- 6
Hello everybody,
I am writing a UMATHT and I am using it in a coupled stress-thermal analaysis. I have stored the equivalent plastic strain (ep) as a state variable (STATEV) and I want to compute its rate, i.e. I want to use the plastic equivalent strain rate (dep/dt). I suppose that I should store the STATEV value in the previous increment and make:
dep/det = (STATEV(t+DTIME)-STATEV(t))/DTIME
but I am not sure how to implement this scheme. Someone could help me?
Thanks in advanced!
I am writing a UMATHT and I am using it in a coupled stress-thermal analaysis. I have stored the equivalent plastic strain (ep) as a state variable (STATEV) and I want to compute its rate, i.e. I want to use the plastic equivalent strain rate (dep/dt). I suppose that I should store the STATEV value in the previous increment and make:
dep/det = (STATEV(t+DTIME)-STATEV(t))/DTIME
but I am not sure how to implement this scheme. Someone could help me?
Thanks in advanced!