ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
"BMREACT" --- ALLOWABLE STEEL BEAM END REACTION
2
3
Program Description:
4
5
"BMREACT" is a spreadsheet program written in MS-Excel for the purpose of determining the allowable beam
6
end reaction and the allowable end moment for the purpose of end connection design.
7
8
This program is a workbook consisting of two (2) worksheets, described as follows:
9
10
Worksheet NameDescription
11
DocThis documentation sheet
12
Allow. Beam End ReactionAllowable beam end reaction and end moment
13
14
Program Assumptions and Limitations:
15
16
1. This program uses the database of member dimensions and section properties from the "AISC Shapes
17
Database", Version 3.0 (2001) as well as the AISC 9th Edition (ASD) Manual (1989).
18
2. The user may select from W, S, M, C, and MC shapes.
19
3. This program utilizes the procedure which a steel fabricator would typically use to determine end connection
20
design loads when end reaction values are not specified on the design and construction drawings by the
21
engineer. This procedure is based on the AISC 9th Edition (ASD) Manual (1989) Allowable Uniform Load
22
Tables on pages 2-36 to 2-140 and AISC Specification Chapter K, pages 5-80 and 5-81.
23
4. This program contains “comment boxes” which contain a wide variety of information including explanations
24
of input or output items, equations used, data tables, etc. (Note: presence of a “comment box” is denoted
25
by a “red triangle” in the upper right-hand corner of a cell. Merely move the mouse pointer to the desired
26
cell to view the contents of that particular "comment box".)
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