About Steel Column Base Plate Design Calculator
The base plate design calculator sizes a steel column base plate under concentric axial compression to AISC 360 (LRFD). It first computes the concrete bearing area required to keep the factored axial load below the design bearing strength, then determines the plate plan dimensions B x N, the bearing pressure, the cantilever bending lengths, and the plate thickness required to resist plate bending.
Enter the factored axial load Pu, the concrete strength f-prime-c, the plate yield strength Fy, and the column depth d and flange width bf. You can supply your own plate dimensions or let the tool size a square-ish plate from the required area. Results are reported in US customary units (kips, ksi, inches), the convention of the AISC Steel Construction Manual and Design Guide 1.
How It Works
- Enter the factored axial load Pu, concrete strength f-prime-c, plate yield Fy, and the column dimensions d and bf.
- The required bearing area is A1_req = Pu / (phi_c * 0.85 * f-prime-c), with phi_c = 0.65; a concrete confinement ratio A2/A1 reduces it via sqrt(A2/A1) <= 2.
- Choose plate dimensions B and N, or let the tool auto-size them from A1_req using the optimum-cantilever offset.
- The cantilever l = max(m, n, lambda*n-prime) drives the required thickness tp = l * sqrt(2 Pu / (0.9 Fy B N)).
Worked Example
A column with d = 10 in and bf = 10 in carries Pu = 300 kips on 3 ksi concrete (A2 = A1), with a 36 ksi plate B = N = 14 in. The required bearing area is A1_req = 300 / (0.65 * 0.85 * 3) = 181.0 in^2 < 196 in^2 provided, so bearing is adequate (DCR = 1.531 / 1.658 = 0.92). The cantilevers are m = (14 - 0.95*10)/2 = 2.25 in and n = (14 - 0.8*10)/2 = 3.0 in, so l = 3.0 in governs. The required thickness is tp = 3.0 * sqrt(2*300 / (0.9*36*14*14)) = 0.92 in.
Formulas
- Required bearing area
A1_req = Pu / (phi_c * 0.85 * fc * sqrt(A2/A1)), phi_c = 0.65- Cantilever lengths
m = (N - 0.95 d)/2, n = (B - 0.8 bf)/2, n-prime = sqrt(d bf)/4- Yield-line factor
X = [4 d bf / (d + bf)^2] * (Pu / phi_c Pp); lambda = 2 sqrt(X) / (1 + sqrt(1 - X)) <= 1- Required plate thickness
l = max(m, n, lambda*n-prime); tp = l * sqrt( 2 Pu / (0.9 Fy B N) )
Standards & References
- AISC 360, Specification for Structural Steel Buildings
- AISC Steel Construction Manual, Part 14
- AISC Design Guide 1, Base Plate and Anchor Rod Design
Frequently Asked Questions
What design method does the base plate calculator use?
It uses the AISC 360 LRFD procedure for a concentrically loaded base plate: concrete bearing with phi_c = 0.65 for the required area, and plate flexural yielding with phi_b = 0.90 for the required thickness, following AISC Design Guide 1.
What is the confinement factor sqrt(A2/A1)?
When the supporting concrete area A2 is larger than the plate area A1, the bearing strength increases by sqrt(A2/A1), capped at 2 per AISC J8. A larger ratio reduces the required bearing area and can allow a smaller plate.
How is the required plate thickness determined?
The plate is treated as a cantilever bending about the critical sections. The governing cantilever l = max(m, n, lambda*n-prime) and the bearing pressure set the required thickness tp = l * sqrt(2 Pu / (0.9 Fy B N)).
Does this tool cover moment or uplift on the base plate?
No. It covers concentric axial compression only. Base plates with large moments, uplift, or anchor-rod tension require the additional checks in AISC Design Guide 1 that are outside this calculator.