Learn R Programming

geotech (version 1.0)

bearingCapacityFactors: Bearing Capacity Factors

Description

Calculate the bearing capacity factors (Nc, Nq, Ngamma) using either the Terzaghi or Vesic methods.

Usage

Nq(phi, case = "general", method = "Terzaghi") Nc(phi, case = "general", method = "Terzaghi") Ngamma(phi, case = "general", method = "Terzaghi")

Arguments

phi
friction angle (degrees)
case
"general" or "local" to indicate general or local shear failure ("general" is default)
method
"Terzaghi" or "Vesic" ("Terzaghi" is default)

Value

Details

  • For local shear, the friction angle is reduced to a value equal to atan(2/3 * tan(phi)).
  • Ngamma from the Terzaghi method uses the approximate equation of Coduto et al. (2016).

References

Coduto, D.P., Kitch, W.A., and Yeung, M.R. (2016). Foundation Design: Principles and Practices, Pearson, Boston. Terzaghi, K. (1943). Theoretical Soil Mechanics, John Wiley, New York

Vesic, A.S. (1973). Analysis of Ultimate Loads of Shallow Foundations, ASCE Journal of the Soil Mechanics and Foundations Division, Vol. 99, No. SM1, pp. 45-73.

See Also

bearingCapacity, bearingPressure

Examples

Run this code
Nq(phi = 20, case = "local", method = "Terzaghi")
Nc(phi = 20, case = "local", method = "Terzaghi")
Ngamma(phi = 20, case = "local", method = "Terzaghi")

Run the code above in your browser using DataLab