Assignment No 12
Assignment No 12
# Input variables
g=float(input("Specific Weight of soil (kN/m^3) : "))
c=float(input("Cohesion of soil (kN /m ^ 2):"))
phi=int(input("Angle of Friction (degrees): "))
fos=float(input("Factor of safety (FOS): "))
DF= float(input("Depth of foundation (m): "))
deg =[0, 5, 10, 15, 20, 25, 30, 34, 35, 40, 45, 48, 50]
nc=[5.7, 7.3, 9.6, 12.9, 17.7, 25.1, 37.2, 52.6, 57.8, 95.7, 172.3, 258.3, 347.
↪5]
nq=[1.0, 1.6, 2.7, 4.4, 7.4, 12.7, 22.5, 36.5, 41.4, 81.3, 173.3, 287.9, 415.1]
ng=[0.0, 0.5, 1.2, 2.5, 5.0, 9.7, 19.7, 36.0, 42.4, 100.4, 297.5, 780.1, 1153.2]
1
print (f"Ng ={Ng}\n")
#Print results
2
Specific Weight of soil (kN/m^3) : 18
Cohesion of soil (kN /m ^ 2): 10
Angle of Friction (degrees): 30
Factor of safety (FOS): 3
Depth of foundation (m): 1.5
Type of Footing:
1. Strip footing
2. Round Footing
3. Square Footing
4. Rectangle Footing
RESULTS
1. Ultimate bearing capacity =1361.22 kN/m²
2. Net ultimate bearing capacity=1334.22 kN /m²
3. Net safe bearing capacity = 444.74 kN/m²
4. Safe bearing capacity =471.74 kN/m²
[ ]:
[ ]:
[ ]: