ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Earthquake
2
3
V = Z * I * C * K * S * W
5
6
Z = 0.2 I = 1.25S = 1.15
W = 9686 TON
K = 1.0
7
Cx=
8
Fi = [( V-Ft )*WiHi] / WH
9
10
In direction X In direction Y
12
13
FloorWHWi * HiFiFloorWHWi * HiFi
14
11065.62.72877.13.5611065.62.72877.13.505
15
21065.65.76073.97.5121065.65.76073.97.399
16
311439.9511372.914.05311439.9511372.913.854
17
4114314.216230.620.064114314.216230.619.772
18
5965.1418.417758.621.955965.1418.417758.621.633
19
6,1404.16228891.510.996,1404.16228891.510.832
20
6,223720.44834.85.976,223720.44834.85.890
21
7,140430.612362.415.287,140430.612362.415.060
22
7,234428.69838.412.167,234428.69838.411.985
23
8,140436.614786.418.278,140436.614786.418.013
24
8,233433.611222.413.878,233433.611222.413.671
25
9111238.843145.653.329111238.843145.652.560
26
10,1356.74315338.118.9510,1356.74315338.118.685
27
10,2112.5141.84702.95.8110,2112.5141.84702.95.729
28
10,3245.9540.69985.612.3410,3245.9540.69985.612.164
29
10,4347.7439.413701.016.9310,4347.7439.413701.016.690
30
203122.1251203122.1247.4
31
32
33
Wind
34
35
Pe = Ce * K * q * b
36
38
For [h = 0 - 10]………………K = 1.0
39
For [h = 10 - 20]……………..K = 1.1
40
For [h = 20 - 30]…………… K = 1.3
41
For [h = 30 - 38]……………..K = 1.5
42
43
For Wind Lift………Ce = 0.8
44
For Wind Right……Ce = -0.5
45
46
Take q = 90 kg/m2
47
48
49
In direction of [34 m]
In direction of [32.7 m]
50
51
Pe1 = 0.8 * 1.0 * 0.09 * 34 = 2.448 t\m
Pe1 = 0.8 * 1.0 * 0.09 * 32.7 = 2.35 t\m
52
Pe2 = 0.8 * 1.1 * 0.09 * 34 = 2.693 t\m
Pe2 = 0.8 * 1.1 * 0.09 * 32.7 = 2.56 t\m
53
Pe3 = 0.8 * 1.3 * 0.09 * 34 = 3.182 t\m
Pe3 = 0.8 * 1.3 * 0.09 * 32.7 = 3.06 t\m
54
Pe4 = 0.8 * 1.5 * 0.09 * 34 = 3.672 t\m
Pe4 = 0.8 * 1.5 * 0.09 * 32.7 = 3.53 t\m
55
Pe5 = -0.5 * 1.0 * 0.09 * 34 = -1.53 t\m
Pe5 = -0.5 * 1.0 * 0.09 * 32.7 = -1.47 t\m
56
Pe6 = -0.5 * 1.1 * 0.09 * 34 = -1.68 t\m
Pe6 = -0.5 * 1.1 * 0.09 * 32.7 = -1.62 t\m
57
Pe7 = -0.5 * 1.3 * 0.09 * 34 = -1.99 t\m
Pe7 = -0.5 * 1.3 * 0.09 * 32.7 = -1.91 t\m
58
Pe8 = -0.5 * 1.5 * 0.09 * 34 = -2.29 t\m
Pe8 = -0.5 * 1.5 * 0.09 * 32.7 = -2.2 t\m
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