Code covered by the BSD License  

Highlights from
WTS (formerly Leonov) + GUI

image thumbnail
from WTS (formerly Leonov) + GUI by Michael Wendlandt
Calculates stress vs. strain curves of plastically deformed glassy polymers. GUI available.

t=taueq(sigma)
function t=taueq(sigma)

%This function calculates the equivalent stress

t=sqrt(0.5*trace(dev(sigma)*dev(sigma)));

Contact us at files@mathworks.com