blob: d9a304656a893970b5ffef15b2cafe8ee90684d0 (
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
|
-->//(Threaded Joints) Example 7.19
-->//Maximum external force Pmax (kN)
-->Pmax = 10
Pmax =
10.
-->//Minimum external force Pmin (kN)
-->Pmin = 0
Pmin =
0.
-->//Assume the stiffness of the bolts to be 1N/mm kb
-->kb = 1
kb =
1.
-->//Calculate the stiffness of the parts kc
-->kc = 3 * kb
kc =
3.
-->//Overload percentage load (%)
-->load = 50
load =
50.
-->//Yield tensile strength of 50C4 Syt (N/mm2)
-->Syt = 460
Syt =
460.
-->//Ultimate tensile strength of 50C4 Sut (N/mm2)
-->Sut = 660
Sut =
660.
-->//Fatigue stress concentration factor Kf
-->Kf = 2.2
Kf =
2.2
-->//Expected reliability (%)
-->reliability = 90
reliability =
90.
-->//Factor of safety fs
-->fs = 2
fs =
2.
-->//Assume diameter of the bolt to be less than 7.5mm for Kb to be 1
-->d = 1
d =
1.
-->//As Ka is incorporated into Kf, assume the assembly to be ground
-->//This is just to obtain a random value of Ka
-->op = 1
op =
1.
Core cross-section area of the bolt(A) = 39.413787 mm2
|