summaryrefslogtreecommitdiff
path: root/3683/CH18/EX18.6/Ex18_6.sce
blob: cf18fb256dc2acbdce686643e58051c353432e65 (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
b=250//width, in mm
D=450//depth, in mm
c=50//cover, in mm
Asc=1472//in sq mm
Ast=Asc
fck=15//in MPa
fcc=0.446*fck//in MPa
fy=250//in MPa
Es=2*10^5//in MPa
ey=0.87*fy/Es//strain in mild steel at yield point
fs=0.87*fy//stress in mild steel at yield point, in MPa

//xu=infinity
Pu1=(0.446*fck*(b*D-Asc-Ast)+(Asc+Ast)*fs)/10^3//in kN
Mu1=0//in kN-m

//xu=1.5 D
xu=1.5*D//in mm
m=0.43*D//in mm
esc1=0.002*(xu-c)/(xu-m)
if(esc1<=ey)
    fsc1=esc1/ey*fs
else
    fsc1=fs
end
esc2=0.002*(xu-D+c)/(xu-m)//>ey
if(esc2<=ey)
    fsc2=esc2/ey*fs
else
    fsc2=fs
end
//stress block parameters for xu / D = 1.5
n=0.422
l=0.48
A=n*fck*D//area of stress block
r=l*D//distance of c.g.
Pu2=(A*b+Asc*fsc1+Ast*fsc2)/10^3//in kN
Mu2=(A*b*(D/2-r)+Asc*fsc1*(D/2-c)-Ast*fsc2*(D/2-c))/10^6//in kN-m

//xu=1.3 D
xu=1.3*D//in mm
m=0.43*D//in mm
esc1=0.002*(xu-c)/(xu-m)
if(esc1<=ey)
    fsc1=esc1/ey*fs
else
    fsc1=fs
end
esc2=0.002*(xu-D+c)/(xu-m)//>ey
if(esc2<=ey)
    fsc2=esc2/ey*fs
else
    fsc2=fs
end
//stress block parameters for xu / D = 1.3
n=0.409
l=0.468
A=n*fck*D//area of stress block
r=l*D//distance of c.g.
Pu3=(A*b+Asc*fsc1+Ast*fsc2)/10^3//in kN
Mu3=(A*b*(D/2-r)+Asc*fsc1*(D/2-c)-Ast*fsc2*(D/2-c))/10^6//in kN-m

//xu=1.2 D
xu=1.2*D//in mm
m=0.43*D//in mm
esc1=0.002*(xu-c)/(xu-m)
if(esc1<=ey)
    fsc1=esc1/ey*fs
else
    fsc1=fs
end
esc2=0.002*(xu-D+c)/(xu-m)//>ey
if(esc2<=ey)
    fsc2=esc2/ey*fs
else
    fsc2=fs
end
//stress block parameters for xu / D = 1.2
n=0.399
l=0.458
A=n*fck*D//area of stress block
r=l*D//distance of c.g.
Pu4=(A*b+Asc*fsc1+Ast*fsc2)/10^3//in kN
Mu4=(A*b*(D/2-r)+Asc*fsc1*(D/2-c)-Ast*fsc2*(D/2-c))/10^6//in kN-m

//xu=1.1 D
xu=1.1*D//in mm
m=0.43*D//in mm
esc1=0.002*(xu-c)/(xu-m)
if(esc1<=ey)
    fsc1=esc1/ey*fs
else
    fsc1=fs
end
esc2=0.002*(xu-D+c)/(xu-m)//>ey
if(esc2<=ey)
    fsc2=esc2/ey*fs
else
    fsc2=fs
end
//stress block parameters for xu / D = 1.1
n=0.384
l=0.443
A=n*fck*D//area of stress block
r=l*D//distance of c.g.
Pu5=(A*b+Asc*fsc1+Ast*fsc2)/10^3//in kN
Mu5=(A*b*(D/2-r)+Asc*fsc1*(D/2-c)-Ast*fsc2*(D/2-c))/10^6//in kN-m

//xu = D
xu=D//in mm
m=0.43*D//in mm
esc1=0.002*(xu-c)/(xu-m)
if(esc1<=ey)
    fsc1=esc1/ey*fs
else
    fsc1=fs
end
esc2=0.002*(xu-D+c)/(xu-m)//>ey
if(esc2<=ey)
    fsc2=esc2/ey*fs
else
    fsc2=fs
end
//stress block parameters for xu / D = 1
n=0.361
l=0.416
A=n*fck*D//area of stress block
r=l*D//distance of c.g.
Pu6=(A*b+Asc*fsc1+Ast*fsc2)/10^3//in kN
Mu6=(A*b*(D/2-r)+Asc*fsc1*(D/2-c)-Ast*fsc2*(D/2-c))/10^6//in kN-m

//xu=400 mm
xu=400//in mm
esc=0.0035*(xu-c)/xu
if(esc<=ey)
    fsc=esc/ey*fs
else
    fsc=fs
end
est=0.0035*(D-xu-c)/xu
if(est<=ey)
    fst=est/ey*fs
else
    fst=fs
end
Pu7=(0.36*fck*b*xu+Asc*fsc-Ast*fst)/10^3
Mu7=(0.36*fck*b*xu*(D/2-0.416*xu)+Asc*fsc*(D/2-c)+Ast*fst*(D/2-c))/10^6

//xu=375 mm
xu=375//in mm
esc=0.0035*(xu-c)/xu
if(esc<=ey)
    fsc=esc/ey*fs
else
    fsc=fs
end
est=0.0035*(D-xu-c)/xu
if(est<=ey)
    fst=est/ey*fs
else
    fst=fs
end
Pu8=(0.36*fck*b*xu+Asc*fsc-Ast*fst)/10^3
Mu8=(0.36*fck*b*xu*(D/2-0.416*xu)+Asc*fsc*(D/2-c)+Ast*fst*(D/2-c))/10^6

//xu=350 mm
xu=350//in mm
esc=0.0035*(xu-c)/xu
if(esc<=ey)
    fsc=esc/ey*fs
else
    fsc=fs
end
est=0.0035*(D-xu-c)/xu
if(est<=ey)
    fst=est/ey*fs
else
    fst=fs
end
Pu9=(0.36*fck*b*xu+Asc*fsc-Ast*fst)/10^3
Mu9=(0.36*fck*b*xu*(D/2-0.416*xu)+Asc*fsc*(D/2-c)+Ast*fst*(D/2-c))/10^6

//xu=325 mm
xu=325//in mm
esc=0.0035*(xu-c)/xu
if(esc<=ey)
    fsc=esc/ey*fs
else
    fsc=fs
end
est=0.0035*(D-xu-c)/xu
if(est<=ey)
    fst=est/ey*fs
else
    fst=fs
end
Pu10=(0.36*fck*b*xu+Asc*fsc-Ast*fst)/10^3
Mu10=(0.36*fck*b*xu*(D/2-0.416*xu)+Asc*fsc*(D/2-c)+Ast*fst*(D/2-c))/10^6

//xu=300 mm
xu=300//in mm
esc=0.0035*(xu-c)/xu
if(esc<=ey)
    fsc=esc/ey*fs
else
    fsc=fs
end
est=0.0035*(D-xu-c)/xu
if(est<=ey)
    fst=est/ey*fs
else
    fst=fs
end
Pu11=(0.36*fck*b*xu+Asc*fsc-Ast*fst)/10^3
Mu11=(0.36*fck*b*xu*(D/2-0.416*xu)+Asc*fsc*(D/2-c)+Ast*fst*(D/2-c))/10^6

//xu=275 mm
xu=275//in mm
esc=0.0035*(xu-c)/xu
if(esc<=ey)
    fsc=esc/ey*fs
else
    fsc=fs
end
est=0.0035*(D-xu-c)/xu
if(est<=ey)
    fst=est/ey*fs
else
    fst=fs
end
Pu12=(0.36*fck*b*xu+Asc*fsc-Ast*fst)/10^3
Mu12=(0.36*fck*b*xu*(D/2-0.416*xu)+Asc*fsc*(D/2-c)+Ast*fst*(D/2-c))/10^6

//xu=250 mm
xu=250//in mm
esc=0.0035*(xu-c)/xu
if(esc<=ey)
    fsc=esc/ey*fs
else
    fsc=fs
end
est=0.0035*(D-xu-c)/xu
if(est<=ey)
    fst=est/ey*fs
else
    fst=fs
end
Pu13=(0.36*fck*b*xu+Asc*fsc-Ast*fst)/10^3
Mu13=(0.36*fck*b*xu*(D/2-0.416*xu)+Asc*fsc*(D/2-c)+Ast*fst*(D/2-c))/10^6

//xu=225 mm
xu=225//in mm
esc=0.0035*(xu-c)/xu
if(esc<=ey)
    fsc=esc/ey*fs
else
    fsc=fs
end
est=0.0035*(D-xu-c)/xu
if(est<=ey)
    fst=est/ey*fs
else
    fst=fs
end
Pu14=(0.36*fck*b*xu+Asc*fsc-Ast*fst)/10^3
Mu14=(0.36*fck*b*xu*(D/2-0.416*xu)+Asc*fsc*(D/2-c)+Ast*fst*(D/2-c))/10^6

//xu=200 mm
xu=200//in mm
esc=0.0035*(xu-c)/xu
if(esc<=ey)
    fsc=esc/ey*fs
else
    fsc=fs
end
est=0.0035*(D-xu-c)/xu
if(est<=ey)
    fst=est/ey*fs
else
    fst=fs
end
Pu15=(0.36*fck*b*xu+Asc*fsc-Ast*fst)/10^3
Mu15=(0.36*fck*b*xu*(D/2-0.416*xu)+Asc*fsc*(D/2-c)+Ast*fst*(D/2-c))/10^6

//xu=150 mm
xu=150//in mm
esc=0.0035*(xu-c)/xu
if(esc<=ey)
    fsc=esc/ey*fs
else
    fsc=fs
end
est=0.0035*(D-xu-c)/xu
if(est<=ey)
    fst=est/ey*fs
else
    fst=fs
end
Pu16=(0.36*fck*b*xu+Asc*fsc-Ast*fst)/10^3
Mu16=(0.36*fck*b*xu*(D/2-0.416*xu)+Asc*fsc*(D/2-c)+Ast*fst*(D/2-c))/10^6

//xu=100 mm
xu=100//in mm
esc=0.0035*(xu-c)/xu
if(esc<=ey)
    fsc=esc/ey*fs
else
    fsc=fs
end
est=0.0035*(D-xu-c)/xu
if(est<=ey)
    fst=est/ey*fs
else
    fst=fs
end
Pu17=(0.36*fck*b*xu+Asc*fsc-Ast*fst)/10^3
Mu17=(0.36*fck*b*xu*(D/2-0.416*xu)+Asc*fsc*(D/2-c)+Ast*fst*(D/2-c))/10^6

//xu=0.531 d
d=D-c
xu=0.531*d
Pu18=0//in kN
Mu18=0.149*fck*b*d^2/10^6//in kN-m

Pu=[Pu1 Pu2 Pu3 Pu4 Pu5 Pu6 Pu7 Pu8 Pu9 Pu10 Pu11 Pu12 Pu13 Pu14 Pu15 Pu16 Pu17 Pu18]
Mu=[Mu1 Mu2 Mu3 Mu4 Mu5 Mu6 Mu7 Mu8 Mu9 Mu10 Mu11 Mu12 Mu13 Mu14 Mu15 Mu16 Mu17 Mu18]
xtitle('P-M Interaction Diagram', 'Mu (kN-m)', 'Pu (kN)')
plot(Mu,Pu)