Scientific Calculator

(public) rshen/RotStress

By rshen Caranthir

Rotates Cauchy stresses in 2D plane stress

Tagged: cauchy coordinate rotate transform

v = 30;
c = cos(30*pi/180);
s = sin(30*pi/180);
R = [c,-s;s,c];
S_0 = [1,0;0,0];
S = R'*S_0*R;

spam? | offensive?

0 Comments

Sign in to leave a comment