Example 1 Take a unit cube of material. Rotate it 90 degrees in the clockwise direction around the z-axis. Calculate the strains. Discuss your results - their accuracy and the reasons for your conclusions. Solution
The strains are related to displacements by
Therefore, the measure of strain we have used is not appropriate for large rigid body motions.
The strains are related to displacements by
r := sqrt(x^2+y^2);
theta := arctan(y/x);
x1 := r*cos(theta);
y1 := r*sin(theta);
x2 := r*cos(theta+Pi/2);
- gamxy: = 0
Therefore, the measure of strain we have used is not appropriate for large rigid body motions.
0 komentar:
Post a Comment