Design of steel beams in housesNOTE: You can now design Universal Beams on lineThere are two values that govern the design of steel beams: (1) the given moment, M, must be less than the beam's moment capacity, PHIM, and (2) limiting the deflection leads to a value for the required moment of inertia, RIX, which must be less than the beam's IX. We require a database of four values, DESCR, PHIM, IX and KGPM. The database is sorted on self weight SW so that the first satisfactory section found is the lightest. The data is obtained from tables usually provided by the supplier. To set up the database, simply process the next twenty lines. You may, of course, edit the data. If you add or delete a member, please make sure that you add or delete all values with the same index number. Reprocess all lines after editing. However, there is no need to reprocess the lines after the first run if the data is unchanged. Enter your custom values at lines marked ****, then process all lines. The word "process" means to select (highlight) the relevant text and click the spinning globe in the Engineers' Compendium window. To work with the cue card, you need MATHSERV, which you may download here. * DESCR = {"125 PFC", "100 PFC", "75 PFC", "125 TFB", "100 TFB"}
* convert KGPM to kN/m, SW = KGPM*9.81/1000
All units must be consistent, ie. kN and m. Therefore, IX should be converted to m4 (IX=IX/10^6) and E should be expressed in kN/m2 (200*10^6). To avoid having to multiply a very small number with a very large number, we leave IX unconverted at 10^6mm4 and express: * Modulus of elasiticity E = 200 When the beam carries a uniformly distributed load, W in kN/m, the relevant formulas are: M = W*MLF*L^2/8 and DEFL = 5*W*DLF*L^4/(384*E*IX), where MLF and DLF are load factors for moment and deflection respectively, L is the span in m, and the product E*IX is in kNm2. Often the loads are not uniformly distributed but are concentrated point or distributed loads. In these cases, two equivalent uniformly distributed loads can be calculated, one for moment and one for deflection (request the cue card convert.doc). Our first task is to find the applied loads W and their load factors. We need to refer to AS1170.1 SAA Loading Code Part 1: Dead and live loads and load combinations. Some relevant values are: Floor live loads: 1.Houses
2.Residential and apartment buildings
Floor dead loads: Flooring .25 (timber) to .50 kPa (fibre cement)
Superimposed loads (comprise walls, if any, and roof loads on walls): Metal roof incl. Ceiling 0.40 kPa
Load factors are 1.25 for dead loads and 1.5 for live loads. These apply to moments only, not to deflections. For deflections, dead loads are unfactored (1.0) and live loads may be factored with 0.7. The following example is a template for a given task. You would enter your values at lines marked ****, then process (see above) the lines. Lines marked * require no input but must be similarly processed or reprocessed if any input is changed. **** Load width of superimposed roof in m, RLW = 10.3/2 := 5.15
NOTE: Do NOT process the next line if there are superimposed loads!
**** Load width of supported floor in m, FLW = 10.3/2 := 5.15
With all loads collated and the database set up, enter the span and deflection criteria and process the following equations. You will note that the formula for deflection is modified to return a required value for moment of inertia, RIX. **** Span of beam in m, L = 4.2
We now loop through the entire database to find the first available section that satisfies both the strength and deflection requirements. Highlight the whole block from For I… to Next I and click the spinning globe:For I = 1 to endvalid(SW) + 1
At span 4.200 and loads 28.2/18.7 kN/m
At span 5.800 and loads 21.3/14.4 kN/m
The above six lines are produced by the For-loop for the given case. To avoid cluttering the file, they should be deleted when no longer required. You can see that entering eight design parameters and simply processing all other lines produces the required size and shows the resultant deflection and mass. The cue card has been tested for a wide range of situations and produces accurate results very quickly. If you changed the data base or wish to keep the last input settings, click File | Save project. If you are new to Engineers' Compendium, first highlight the command and press function key F1. You may, of course, create another template along similar lines but for different situations, for example steel beams in industrial applications. In this case, the following steps are a useful guide:
Your comments or questions are most welcome - please contact Helmut Schmidhofer at engcomp@pbq.com.au. The same information is in beamdes.zip (7 kB) or may be read in beamdes.doc (33 kB). |