📦 Resource excel

Soil Bearing Capacity Analysis Calculation Excel Template

A Soil Bearing Capacity Analysis Calculation Excel Template is a pre-engineered spreadsheet tool that implements standardized geotechnical formulas (e.g., Terzaghi, Meyerhof, and Vesic) to compute the ultimate and allowable bearing capacities of shallow foundations based on soil properties, foundation geometry, and loading conditions. It automates iterative calculations, safety factor application, and result validation while supporting parametric sensitivity analysis. Designed for civil and geotechnical engineers, it bridges theoretical soil mechanics with practical foundation design workflows.

📖 Overview

Soil bearing capacity analysis determines the maximum pressure a soil can sustain without undergoing shear failure or excessive settlement—critical for safe and economical foundation design. The Excel template integrates classical bearing capacity theories with real-world engineering constraints: it accepts user inputs such as soil cohesion (c), effective friction angle (φ), unit weight (γ), foundation width (B), depth (D_f), and embedment conditions, then computes ultimate bearing capacity (q_u) using modified versions of Terzaghi’s original equation (for strip footings) and extended formulations by Meyerhof and Vesic that account for shape, depth, and inclination factors. The template typically includes built-in validation checks (e.g., φ ≥ 0°, B > 0, D_f ≥ 0), unit consistency safeguards (SI or imperial), and automatic conversion between total and effective stress parameters where pore water pressure is considered. Advanced versions incorporate load eccentricity correction, two-layer soil models, and comparative output tables enabling side-by-side evaluation of multiple footing configurations or soil profiles. Its utility extends beyond calculation—it serves as an educational aid for students, a peer-review checklist for practicing engineers, and a documentation artifact compliant with ISO 19901-3 and ASCE 7-22 reporting requirements.

📑 Key Components

1 Input Parameter Dashboard (soil properties, footing dimensions, load data)
2 Bearing Capacity Calculation Engine (Terzaghi/Meyerhof/Vesic implementations with reduction factors)
3 Safety & Serviceability Validation Module (FS against shear failure, settlement estimation links, code-compliant allowable capacity derivation)

🎯 Applications

  • Preliminary sizing of spread footings for residential and light commercial structures
  • Geotechnical report annex for regulatory submittals (e.g., local building departments, FEMA floodproofing reviews)
  • Classroom instruction and capstone project support in undergraduate geotechnical engineering courses

📐 Key Formulas

Terzaghi's Ultimate Bearing Capacity (Strip Footing)

q_u = cN_c + qN_q + 0.5γBN_γ

Calculates ultimate bearing capacity for continuous (strip) footings on homogeneous soil; N_c, N_q, N_γ are dimensionless bearing capacity factors dependent on soil friction angle φ.

Meyerhof's General Bearing Capacity

q_u = cN_c s_c d_c i_c + qN_q s_q d_q i_q + 0.5γBN_γ s_γ d_γ i_γ

Extends Terzaghi with shape (s), depth (d), and inclination (i) factors for more realistic footing geometries and loading scenarios.

Allowable Bearing Capacity

q_a = q_u / FS

Derives design-safe pressure by dividing ultimate capacity by a prescribed factor of safety (typically 2.5–3.0 for shear, per ASTM D1194 and Eurocode 7).

🔗 Related Concepts

Shallow Foundation Design Shear Strength of Soils Factor of Safety in Geotechnics

📚 References

#geotechnical engineering #foundation design #Excel automation