Sie sind auf Seite 1von 24

EG-M25 Advanced Structural Analysis

742266

Coursework Title: Continuous Assessment


Assignment 2015-16

Student number: 742266


Name: .Rakib Muhammed Arif Khan........

Coursework number CW1


Email: ....742266@swansea.ac.uk

Module code EG-M25

Degree course: MSc

Module title: Advanced Structural Analysis


Submission deadline...05/01/2016.
Lecturer: Prof E de Souza Neto.

By submitting this coursework, I certify that this is all my own work.


Submission date 05/01/2016

Student signature if this is a non-electronic submission

SPLD Students
Please tick this box if you are officially recognised by the University as an SPLD student.

EG-M25 Advanced Structural Analysis


742266

EG-M25 Advanced Structural Analysis


742266

EG-M25 Advanced Structural Analysis


742266

EG-M25 Advanced Structural Analysis


742266

EG-M25 Advanced Structural Analysis


742266

EG-M25 Advanced Structural Analysis


742266

EG-M25 Advanced Structural Analysis


742266

EG-M25 Advanced Structural Analysis


742266

EG-M25 Advanced Structural Analysis


742266

EG-M25 Advanced Structural Analysis


742266

EG-M25 Advanced Structural Analysis


742266

EG-M25 Advanced Structural Analysis


742266

EG-M25 Advanced Structural Analysis


742266

EG-M25 Advanced Structural Analysis


742266

EG-M25 Advanced Structural Analysis


742266

By using varying in the range 0 to 60 degrees the following values for tangential force and tangential
stress are obtained
theta
Nt
Stress
Given
5
17.45359 436.3397
R
5
10
83.03012 2075.753
L
10
15
61.70943 1542.736
w
7
20
15.52104 388.026
Y
2
25
7.610062 190.2516
P
5
30
19.62111 490.5277
t
0.04
35
125.3707 3134.267
40
49.19383 1229.846
45
13.80277 345.0693
50
7.939486 198.4872
55
22.06225 551.5564
60
232.1655 5804.137
Table 1 Tangential forces and Stresses with varying for Spherical Section

EG-M25 Advanced Structural Analysis


742266

Graph 1 plot of Tangential Stresses against varying for Spherical Section

By using varying y values, the following values for tangential force and tangential stress are obtained
y
0
0.5
1
1.5
2
2.5
3
3.5
4
4.5
5
5.5
6
6.5

Nt
-5
-2.25759
0.484828
3.227241
5.969655
8.712069
11.45448
14.1969
16.93931
19.68172
22.42414
25.16655
27.90897
30.65138

Stress
-125
-56.4397
12.12069
80.68103
149.2414
217.8017
286.3621
354.9224
423.4828
492.0431
560.6034
629.1638
697.7241
766.2845

given
R
L
w
Y
P
t

5
10
7
2
5
0.04

EG-M25 Advanced Structural Analysis


742266
7
33.39379 834.8448
7.6
36.68469 917.1172
Table 2 Tangential forces and Stresses with varying y for Conical Section

Graph 2 plot of Tangential Stresses against varying y for Conical Section

By using varying in the range 0 to 60 degrees the following values for Meridional force and Meridional
stress are obtained
theta
Nm
Stress
given
5
26.45989 661.4974
R
5
10
17.93753 448.4382
L
10
15
18.18283 454.5706
w
7
20
29.39423 734.8558
Y
2
25
1149.227 28730.67
P
5
30
24.32385 608.0961
t
0.04
35
17.75295 443.8238
40
18.49902 462.4756
45
33.56691 839.1728
50
297.9372 7448.431
55
22.72627 568.1569
60
17.62187 440.5467
Table 3 Meridional forces and Stresses with varying for Spherical Section

EG-M25 Advanced Structural Analysis


742266

Graph 3 plot of Meridional Stresses against varying for Spherical Section

By using varying y values, the following values for Meridional force and Meridional stress are obtained
y
nm
Stress
given
0
-6.66667 -166.667
R
5
0.5
-6.99642 -174.911
L
10
1
-6.47681 -161.92
w
7
1.5
-5.1471
-128.678
Y
2
2
-3.03921 -75.9802
P
5
2.5
-0.17932 -4.4829
t
0.04
3
3.410875 85.27188
3.5
7.713237 192.8309
4
12.71251 317.8126
4.5
18.39573 459.8934
5
24.75188 618.7969
5.5
31.77144 794.286
6
39.44623 986.1558
6.5
47.76914 1194.228
7
56.73395 1418.349
7.5
66.33524 1658.381
Table 4 Meridional forces and Stresses with varying y for Conical Section

EG-M25 Advanced Structural Analysis


742266

Graph 4 plot of Meridional Stresses against varying y for Conical Section

Figure 1 Tangential Stress Distribution

EG-M25 Advanced Structural Analysis


742266

Figure 2 Meridional Stress Distribution

EG-M25 Advanced Structural Analysis


742266

EG-M25 Advanced Structural Analysis


742266

EG-M25 Advanced Structural Analysis


742266

Matlab code:
clc, clear all
R=2;
L=5;
w=7;
gamma=2;
P=0.5;
dL=[0:0.05:7.6];
for i=1:length(dL)
Nm(i)=(1/((3*R/2)+(sqrt(3)*dL(i)/2)))*(-(gamma*R^2)-(sqrt(3)*gamma*R*dL(i))(gamma*dL(i)^2/2)+(3*w*dL(i)^2*R/8)+(sqrt(3)*w*dL(i)^3/12));
end
dL=dL';
Nm=Nm';

Das könnte Ihnen auch gefallen