3D stress精选.ppt

  1. 1、本文档共26页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
3D stress精选

3D stress Mostly from Ragan and Schultz, unpublished Tractions from stress Traction normal and shear components Traction from principal stresses Full stress tensor rotation example Example application to South Mountains faults * Note sign convention change Tractions from stress T=S*N (MATLAB) sigma=dot(T,N) (MATLAB) Traction normal and shear components S = [-50 -20 10; -20 -30 -15; 10 -15 -120] [l,m,n] =plunge_trend_to_dir_cosines(30,290); N=[l;m;n]; T=S*N; %equation 13.11 T_mag = sqrt(sum(T.^2)); %normalize components of T to get its direction cosines lt=T(1)./T_mag; mt = T(2)./T_mag; nt = T(3)./T_mag; %plot traction vector [plunge, trend] = dir_cosines_to_plunge_trend2(lt, mt, nt); %we know the orientation of the normal traction, but what is its magnitude? sigma = dot(T,N);%equation 13.13 %Now for the shear traction; use the McKenzie construction B = cross(T,N); %vector normal to the plane containing T and N B_mag = sqrt(B(1)^2 + B(2)^2 + B(3)^2); lb = B(1)./B_mag; mb = B(2)./B_mag; nb = B(3)./B_mag; Ts = cross(N,B); %shear traction direction Ts_mag = sqrt(Ts(1)^2 + Ts(2)^2 + Ts(3)^2); Ts(1) = Ts(1)./Ts_mag; Ts(2) = Ts(2)./Ts_mag; Ts(3) = Ts(3)./Ts_mag; %lets check that the normal and shear are components of the traction testmag = sqrt(sum(sigma.^2 + Ts_mag.^2)); traction vector components are 6.4660 10.9900 -44.8311 traction magnitude 46.6091 traction vector direction cosines 0.1387 0.2358 -0.9619 traction plunge = 74.1 trend = 239.5 normal traction mag -29.44 shear traction mag 36.13 check that components make same length as traction: 46.6091 =?= 46.6091 N, sigma tau T B Traction from principal stresses alpha1 = 45; alpha2 = 60; S = [120 0 0; 0 80 0; 0 0 20] l = cosd(alpha1); m = cosd(alpha2); n = sqrt(1 - l.^2 - m.^2); N =[l;m;n]; [plunge, trend] = dir_cosines_to_plunge_trend(l, m, n);%pole to plane ld = -l; md = -m; nd = cosd(asind(n)); [dip, dipdir] = dir_cosines_to_plunge_trend(ld, md, nd);%plane itself T=S*N; %equation 13.11 T

文档评论(0)

pfenejiarz + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档