View Categories

Design A Single Plate Connection with Extended Configuration by CET.Calculators

3 min read

Introduction #

In previous article, we talked about how to design a single plate, beam to column flange connection. This article will discuss how to design a extended configuration single plate by CET.Calculators. We are using the example form AISC 14th Design Example IIA-19. Again, since we will use Typora to create PDF report, user could download Typora and add following lines to resources/window.html in Typora directory, to align equation to the left and show nice equations/outputs.

window.MathJax = {
  ....
  svg: {
    displayAlign: 'left',
    scale: 0.9,
    minScale: 80,
  },
...
};

The Extended Configuration of Single Plate #

After reading the contents of Chapter 10 AISC 14th Manal, users will find that the single plate connections with extended configuration have less constraints then the conventional configuration. Theoretically, a single plate can be designed for both configurations. Therefore, different form other software, the Connection Calculator has a drop list for configuration (shown in picture below) and let user make the decision. According to page 10-104 of AISC 14th Manual, for extended configuration, the Connection Calculator checks Item 2 to 5 in the Design Checks, such as:

  1. Maximum plate thickness
  2. Limit state of shear yielding, shear rupture and block shear
  3. Limit state of shear yielding, shear buckling and yielding due to flexure
  4. Limit state of plate buckling

For AISC 14th Design Example IIA-19, the input data is following block.  User can copy and paste them to the left/top panel of the Connection Calculator, “Parameters” tab.

{
  "beam": {
    "bolts": {
      "edge_dist_para": "1.25",
      "edge_dist_prep": "1.5"
    },
    "gap": 0.5,
    "grade": "A992",
    "size": "W16X36"
  },
  "column": {
    "grade": "A992",
    "size": "W14X90"
  },
  "conn": {
    "bolts": {
      "column": "2",
      "column_spacing": "3",
      "diameter": "0.75",
      "ecc_dist_para": "10.5",
      "edge_dist_para": "1.5",
      "edge_dist_prep": "1.25",
      "gage": "3.5",
      "grade": "A325N",
      "hole_type": "Standard",
      "row": "4",
      "row_spacing": "3",
      "to_conn_face_para": "3",
      "to_conn_face_perp": "9"
    },
    "length": "12",
    "grade": "A36",
    "thickness": "0.5",
    "type": "Single Plate",
    "width": "13.25",
    "welds": {
      "FEXX": 70,
      "size": 0.3125,
      "type": "Double Fillet"
    },
    "config": "Extended Configuration"
  },
  "part": {
    "axial_force": "`",
    "code": "AISC 14th",
    "measure_unit": "Imperial Units",
    "method": "ASD",
    "memberFraming": "Beam To Column Flange",
    "moment": "0",
    "check_force": "24",
    "version": 0.04
  }
}

The calculations will show in the right panel. For example, the check of maximum plate thickness and the check of shear yielding, shear buckling and yielding due to flexure. Besides, users still need to read AISC Manual Chapter 10, to understand the difference between conversional configuration and extended configuration for single plate connections, such as the bolt group eccentricity and many others.

Compare Results with  AISC 14th Design Example IIA-19 #

Check partCheck itemCET.CalculatorAISC 14th Example IIA-19Difference
Beam webShear yield93.8 kipsN/A
Hole bearing40 kipsN/A
Single plate
(in beam web)
Bolt shear27.65 kips27.7 kips0
Shear yield86.4 kips86.4 kips0
Shear rupture73.95 kips74 kips0
Hole bearing56.4 kipsN/A
Block shear78 kips77.8 kips0
Weld105.6 kipsN/A0
Max thickness0.7986 in.0.799 in.0
Shear yielding, shear buckling and yielding due to Flexure0.3870.3870
Plate buckling258.7 kip-in.N/A
Flexural rupture369.8 kip-in.371 kip-in.0.2 %

Conclusion #

  1. The Connection Calculator of CET.Calculators can design a single plate in extended configuration.
  2. Users could choose to design a single plate connection in conversional or extended configuration.
  3. The calculations in Connection Calculator are accurate, compare to AISC 14th Design Example IIA-19.

Powered by BetterDocs