PDA

View Full Version : Two variables in VUMAT


jingyuan
2007-10-30, 11:38
Hello,

I am learning to use VUMAT and have a question in it.

What's the difference between the variables 'dt' and 'stepTime'?

According to the manual: The time at the beginning of the step = totalTime - stepTime, so stepTime should be dt....... Thanks for advise.

BTW, anyone can provide some example codes of VUMAT for beginner to learn? Thnaks

-Derek

Jorgen
2007-10-31, 22:21
dt = time of the current increment
stepTime = time of the current loading step

Note that a step typically contains many increments.

You can download a VUMAT for the Neo-Hookean model here (http://polymerfem.com/forums/showthread.php?t=42).

- Jorgen

jingyuan
2007-11-05, 07:52
dt = time of the current increment
stepTime = time of the current loading step

Note that a step typically contains many increments.

You can download a VUMAT for the Neo-Hookean model here (http://polymerfem.com/forums/showthread.php?t=42).

- Jorgen

Thanks a lot, Jorgen.

So, only for multiple-step analysis there is difference between 'totalTime' and 'stepTime', and step beginning time =totaltime-steptime.

In the case of analysis of only one step, totaltime=steptime.

Please advise if there are mistakes in my understanding. Thanks again!

Jorgen
2007-11-11, 15:38
You are right!

- Jorgen