RE: Combined Tension and Shear in Bolts
RE: Combined Tension and Shear in Bolts
(OP)
I'm looking at the interaction equation AISC (J3-3b), page 16.1-109, AISC Steel Manual, 13th Ed. solving for F'nt ≤ Fnt. For A325 bolts, Fnt = 90 ksi tension and Fnv = 48 ksi shear from AISC Table J3.2 and Ω = 2.00 in ASD. This means that all the terms in equation J3-3b are constant except the shear stress fv.
If I have a connection that has both moment and shear and M = 118.5 ft-kips and V = 9.8 kips on a W14x38 (14.125" deep) then:
C = T = M/d = (118.5 x 12)/14.125 = 100.67 kips tension
this implies:
No. of bolts = T/Fnt = 100.67 kips/19.9 kips/bolt = 5.06 bolts
for shear:
No. of bolts = V/Fnv = 9.8 kips / 10.6 kips/bolt = .92 bolts
Choose five (5) bolts and check the interaction equation:
F'nt = 1.3*Fnt – (Ω*Fnt/Fnv)*fv ≤ Fnt = 1.3*90 – (2*90/48)*fv ≤ 90
For five (5) ¾" bolts fv = V/Ab = 9.8/(5*.442) = 4.43 ksi
Plugging this into the interaction equation:
1.3*90 – (2*90/48)*(4.43) ≤ 90 gives 100.4 ≠ 90
For seven (7) bolts 105.1 ≠ 90
For nine (9) bolts 107.8 ≠ 90
And for two (2) bolts 75.4 ≠ 90
How can fewer bolts be better???
Now there is a USER NOTE saying that if the tension or shear stress is LESS THAN 20% of the allowable we can ignore the combined effect. This only confuses me more, since I would think the formula should work in either case. Can someone point out what I'm missing?
If I have a connection that has both moment and shear and M = 118.5 ft-kips and V = 9.8 kips on a W14x38 (14.125" deep) then:
C = T = M/d = (118.5 x 12)/14.125 = 100.67 kips tension
this implies:
No. of bolts = T/Fnt = 100.67 kips/19.9 kips/bolt = 5.06 bolts
for shear:
No. of bolts = V/Fnv = 9.8 kips / 10.6 kips/bolt = .92 bolts
Choose five (5) bolts and check the interaction equation:
F'nt = 1.3*Fnt – (Ω*Fnt/Fnv)*fv ≤ Fnt = 1.3*90 – (2*90/48)*fv ≤ 90
For five (5) ¾" bolts fv = V/Ab = 9.8/(5*.442) = 4.43 ksi
Plugging this into the interaction equation:
1.3*90 – (2*90/48)*(4.43) ≤ 90 gives 100.4 ≠ 90
For seven (7) bolts 105.1 ≠ 90
For nine (9) bolts 107.8 ≠ 90
And for two (2) bolts 75.4 ≠ 90
How can fewer bolts be better???
Now there is a USER NOTE saying that if the tension or shear stress is LESS THAN 20% of the allowable we can ignore the combined effect. This only confuses me more, since I would think the formula should work in either case. Can someone point out what I'm missing?






RE: RE: Combined Tension and Shear in Bolts
Your calcs bear that out. For 7 bolts, F'nt = 105.1ksi, for 9 bolts F'nt = 107.8ksi.
I would also point out that your fv would be changing with the increased number of bolts (which you don't account for).
RE: RE: Combined Tension and Shear in Bolts
Once you solve for F'nt, you should be comparing this to the actual tension in the bolt (service or factored), not the maximum allowable F'nt.
DaveAtkins
RE: RE: Combined Tension and Shear in Bolts
So, if I'm putting a spreadsheet together for this calculation, I should have an IF...THEN statement that "if F'nt is > 90 ksi, then use 90 ksi, if F'nt < 90 ksi use that smaller number.
RE: RE: Combined Tension and Shear in Bolts
You could use the IF ... THEN statement in your spreadsheet, but I prefer to use the MIN function. It accomplishes the same thing, but I find it is easier when you need to check your work.
Joel Berg