summaryrefslogtreecommitdiff
path: root/3864/CH4/EX4.5/Ex4_5.sce
blob: 0b6583da4b80102357f25b34c478508c5fa6220f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
clear
//
//

//Initilization of Variables

//Flanges
b=200 //mm //Width
t=25 //mm //Thickness 

D1=500 //mm //Overall Depth
t2=20 //mm //Thickness of web

d=450 //mm //Depth of web

//Calculations

//Consider,Element of Thickness "y" at Distance "dy" from N.A 
//Let Bending stress "sigma_max"

//Stress on the element 
//sigma=y*(D*2**-1)*sigma_max   ..............(1)

//Area of Element
//A=b*dy       .................................(2)

//Force on Element 
//F=y*250**-1*sigma_max*b*dy

//Let M be the Moment of resistance
//M=y*250**-1*sigma_max*b*dy*y

//Moment of Resistance of top flange after simplification we gget
//M.R=2258333.3*f

//M.I of I section
I=1*12**-1*(b*D1**3-180*d**3)*10**-8

//Moment acting on section 
//After simplifying we get
//M=2865833.3*f

//Percentage moment resistance
M1=2258333.3*2865833.3**-1*100

//Percentage moment resisted by web
M2=100-M1

//Result