ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
"BEAMTAB" --- BEAM END CONNECTION USING BEAM TAB (SINGLE PLATE)
2
3
Program Description:
4
5
"BEAMTAB" is a spreadsheet program written in MS-Excel for the purpose of analysis of steel beam end
6
connections using a beam tab (single plate) field bolted to the beam web and shop welded to either the column
7
flange, column web, or girder web. The connections may be subjected to end shear reaction and/or axial load.
8
Specifically, all applicable "limit states" for the end connection analysis pertaining to the beam tab (single plate),
9
bolts, beam web, and either column flange or web, or girder web are checked.
10
11
This program is a workbook consisting of four (4) worksheets, described as follows:
12
13
Worksheet NameDescription
14
DocThis documentation sheet
15
Beam Tab(Col Flg)Beam tab bolted to beam web and welded to column flange
16
Beam Tab(Col Web)Beam tab bolted to beam web and welded to column web
17
Beam Tab(Girder)Beam tab bolted to beam web and welded to girder web
18
19
Program Assumptions and Limitations:
20
21
1. This program follows the procedures and guidelines of the AISC 9th Edition Allowable Stress (ASD) Manual
22
(1989) and the AISC 9th Edition Manual Vol. II - Connections (1992).
23
2. This program uses the database of member dimensions and section properties from the "AISC Shapes
24
Database", Version 3.0 (2001) as well as the AISC 9th Edition (ASD) Manual (1989).
25
3. This program automatically calculates the beam tab height, 'Hp', and the beam tab width, 'Wp', based on the
26
applicable input data.
27
4. This program assumes that the a beam tab connected (welded) to a column flange is a rigid connection,
28
while a beam tab connected (welded) to a column web or girder web is a flexible connection. The applicable
29
connection design eccentricity, based on either a rigid or flexible connection, is determined from the criteria
30
in the AISC Connections Manual.
31
5. This program assumes that the tension capacity for any "limit state" is reduced by the presence of shear.
32
For allowable bolt tension in the presence of shear, the "interaction" (combined stresses) is handled directly
33
by the AISC Code equations. For other "limit states" in combined stresses such as bolt bearing, gross and
34
net shear and tension, and block shear and tension tearout, the effect of "interaction" is handled by use of
35
the formula, P/Ra+(R/Rv)^2=1, as suggested from the following reference:
36
"Combined Shear and Tension Stress" - by Subhash C. Goel, AISC Journal, 3rd Qtr.-1986.
37
Thus, the reduction factor applied to the tension "limit state" capacity is = (1-R/Rv)^2.
38
where:
R = actual shear end reaction
39
Rv = allowable shear capacity for the particular "limit state" considered
40
6. This program contains numerous “comment boxes” which contain a wide variety of information including
41
explanations of input or output items, equations used, data tables, etc. (Note: presence of a “comment box”
42
is denoted by a “red triangle” in the upper right-hand corner of a cell. Merely move the mouse pointer to the
43
desired cell to view the contents of that particular "comment box".)
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