Non–linear method
Attempted non-linear approach to my deformation yesterday. There are a few set of equations from different literatures that interest me:
plastic(x,y)=0
e(x,y)
elastic(x,y)=e(x,y)-plastic(x,y)
if (elastic(x,y)>yield) plastic=plastic(x,y)+creep.elastic(x,y);
or
restposition= restposition+(offset*plasticity)
I assume offset is the length displacement (currentlength – restlength)
Add a comment
You are not allowed to comment on this entry as it has restricted commenting permissions.