Transformation of Stresses in 3D Problems

버전 1.0.2 (1.24 KB) 작성자: Ayad Al-Rumaithi
Calculates stress tensor along new direction in 3D problems
다운로드 수: 186
업데이트 날짜: 2019/6/2

라이선스 보기

Calculates stress tensor along new direction in 3D problems with variables notation provided.

function S2=Transformation_3D(S1,T)

Input:
S1: Stress tensor with the following notation
S1=[sigma_xx sigma_xy sigma_xz;
sigma_xy sigma_yy sigma_yz;
sigma_xz sigma_yz sigma_zz];

T: Transformation matrix with the following notation
T=[l1 l2 l3;
m1 m2 m3;
n1 n2 n3];
where l1,m1,n1 are the direction cosines for new coordinate X with old x,y and x directions
where l2,m2,n2 are the direction cosines for new coordinate Y with old x,y and x directions
where l3,m3,n3 are the direction cosines for new coordinate Z with old x,y and x directions

Output:
S2: Stress tensor in the new coordinate system

인용 양식

Ayad Al-Rumaithi (2024). Transformation of Stresses in 3D Problems (https://www.mathworks.com/matlabcentral/fileexchange/71725-transformation-of-stresses-in-3d-problems), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2017b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Axes Transformations에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.2

summary

1.0.1

description

1.0.0