Bolt Group Coefficient for Eccentric Loads - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Applications and Example Worksheets : Science and Engineering : Bolt Group Coefficient for Eccentric Loads

Bolt Group Coefficient for Eccentric Loads

Introduction

This application calculates the bolt coefficient for eccentrically loaded bolt groups using the Instantaneous Center of Rotation method (also known as the Ultimate Strength method).

The bolt coefficient C is the ratio of the factored force (or available strength) of the bolt group Pu and the shear capacity of a single bolt φr__n,

C = P__uφr__n

Once the coefficient is known, a bolt group can be designed for any load.

 

Traditionally, bolt group coefficients are extracted by using tabulated values in the AISC Steel Construction Manual. However, these tables are limited to common bolt patterns, and specific load eccentricities and angles. Non-tabulated values must be extracted by using linear interpolation.

 

This Maple worksheet, however, calculates the bolt group coefficient for any bolt and load configuration by implementing the theory used to generate the tables.


The results agree with those presented in AISC Manual of Steel Construction: Load and Resistance Factor Design, 2nd Edition.

restart: withUnitsSimple:

Parameters

The following commands define the bolt locations and plot them.

boltLoc1.5|3,1.5|3,1.5|0,1.5|0,1.5|3,1.5|3inch:

plotconvert~~boltLoc,unit_free,style=point,symbol=solidcircle,symbolsize=40

The shear strength of a single bolt (kip):

φr__n96081N:


The horizontal component of force eccentricity with respect to the centroid of bolt group (in):

e__h2inch:


Force angle to horizontal axis (deg):

β75 π180.0

β1.308996939

(2.1)

Calculations

Translate the bolt locations so that the centroid is at the origin.

XboltLoc..,1~addi,i in boltLoc..,16:YboltLoc..,2~addi,i in boltLoc..,26:


The eccentricity:

ee__h  sinβ

e1.931851653in

(3.1)

Adjusted beta:

ββe>0β+0.5πotherwise

β1.308996939

(3.2)

Instantaneous center of rotation (ICR):

X__0L__0 sinβm__0 cosβ:

Y__0L__0cosβm__0 sinβ:

 

Bolt angle to ICR (rad):

θarctan~ Y -~ Y__0, X -~ X__0  -~ Pi/2:

 

Bolt distance to ICR (inches):

dX~X__0~2+Y~Y__0~2~12: dmaxmaxd:

 

Bolt displacement (inches) from Crawford and Kulak (1971):

Δd~dmax0.34:

 

Load-deformation relationship from Crawford and Kulak (1971):

Rnφr__n1~ⅇ~10Δ~0.55:

Optimization

The sums of the bolt forces in the vertical and horizontal directions are equal to the applied shear and axial loads.

forceXP__0sinbeta+addi,i in Rn~sin~θ=0:forceYP__0cosbeta+addi,i in Rn~cos~θ=0:

The moment of the bolt forces about the ICR is equal to the moment of the applied load.

momentP__0L__0+eaddi,i in Rn~d=0:

resfsolveforceX,forceY,moment,P__0=1N,m__0=1m,L__0=1m

resL__0=0.09115169826m,P__0=429160.9378N,m__0=0.004661726525m

(4.1)

Results

Ultimate tensile strength of bolt group

P__uevalP__0,res2

P__u429160.9378N

(5.1)

Bolt coefficient:

CP__uφr__n

C4.466657693

(5.2)

 

References

Behavior of eccentrically loaded bolted connections, Crawford S. F., Kulak, G. L. (1968)

AISC Manual of Steel Construction: Load and Resistance Factor Design 2nd Edition

http://www.bgstructuralengineering.com/BGSCM14/BGSCM004/BGSCM00403.htm

https://engineering.purdue.edu/~jliu/courses/CE591/PDF/CE591eccentric_shear_F13.pdf