|
|
FOOTINGS WITH ECCENTRIC OR INCLINED LOADINGS This cue card is based on chapt. 4 sect. 6 of Foundation Analysis and Design (5th ed) by Jospeh E. Bowles. To understand it, the user should have the book. Permission to quote from the book has been granted. Comments or questions concerning the cue card should be directed to the developer, Helmut Schmidhofer, on 02 4862 1295 (international replace leading 0 with 61) or email engcomp@gmail.com. IMPORTANT NOTICE: Eccentric loads can now be solved ON LINE with Hansen's Bearing Capacity Equations Inclined loads can now be solved ON LINE with Meyerhof's Bearing Capacity Equations There is currently no method of obtaining the ultimate bearing capacity of a foundation other than an estimate. Keep this statement in mind when using the formulas. Enter your custom values at lines marked ****, then process all lines. The word "process" means to select (highlight) the relevant text and click the spinning globe in the Engineers' Compendium window. To work with the cue card, you need MATHSERV, which you may download here. 1. Eccentric load STEP 1: The given values are taken from example 4-5: **** footing width in m, B = 1.8
STEP 2: Some basic values and tests. Process all lines: offset L-direction in m, EL = MX/V := 0.25
STEP 3: All tests must be TRUE (1). If not, modify input before proceeding. If all true, process the next two lines: effective width in m, BD = B - 2*EB := 1.4
Hansen's and Meyerhof's bearing capacity equations are illustrated. See also hansen-vesic.doc and bowles4-3.doc respectively, for these methods. 1 (a) By Hansen's equation STEP 1: Process the next ten lines: overburden pressure in kPa, QBAR = D*GAMMA := 32.4
NOTE: error in book (BD and LD transposed), the incorrect values are used here to check the remainder of the example.
* SC = 1.69
STEP 2: Process from if... to end if as one block:if D/B <= 1 then
STEP 3: Process the next five lines: depth factor (cohesion), DC = 1 + .4*K := 1.4
1 (b) By Meyerhof's method This method uses the actual base dimensions B and L and applies reduction factors to account for the moments. Process the next 19 lines: overburden pressure in kPa, QBAR = D*GAMMA := 32.4
The book recommends to increase the footing size to 2.4 m x 2.4 m, based on 500 kPa applied to effective area. 2. Inclined load STEP 1: The given values are taken from example 4-6. Enter your values and process all lines: **** footing width in m, B = 0.5
2 (a) Hansen's method - process all lines: **** exponent a1 between 2 and 3, ALPHA1 = 2.5**** exponent a2 between 3 and 4, ALPHA2 = 3.5 **** base cohesion between 0.6C and 1.0C, CA = .8*C := 0. Coefficient NG = round(1.5*(NQ-1)*tan(PHI)) := 299 depth factor B (overburden), DQB = 1 + 2*tan(PHI)*(1-sin(PHI))^2*D/B := 1.1548 depth factor B (cohesion), DCB = 1 + .4*D/B := 1.4 depth factor L (overburden), DQL = 1 + 2*tan(PHI)*(1-sin(PHI))^2*D/L := 1.0387 depth factor L (cohesion), DCL = 1 + .4*D/L := 1.1 incl. factor B (overburden), IQB = (1 - .5*HB/(V+AF*CA/tan(PHI)))^ALPHA1 := 1. incl. factor B (gamma), IGB = (1 - .7*HB/(V+AF*CA/tan(PHI)))^ALPHA2 := 1. incl. factor B (cohesion), ICB = IQB - (1-IQB)/(NQ-1) := 1. incl. factor L (overburden), IQL = (1 - .5*HL/(V+AF*CA/tan(PHI)))^ALPHA1 := 0.6085 incl. factor L (gamma), IGL = (1 - .7*HL/(V+AF*CA/tan(PHI)))^ALPHA2 := 0.3615 incl. factor L (cohesion), ICL = IQL - (1-IQL)/(NQ-1) := 0.6064 shape factor B (overburden), SQB = 1 + sin(PHI)*B*IQB/L := 1.1828 shape factor B (gamma), SGB = max(.6, 1 - .4*B*IGB/(L*IGL)) := 0.7234 shape factor B (cohesion), SCB = 1 + NQ*B/(NC*L) := 1.2702 shape factor L (overburden), SQL = 1 + sin(PHI)*L*IQL/B := 2.7802 shape factor L (gamma), SGL = max(.6, 1 - .4*L*IGL/(B*IGB)) := 0.6 shape factor L (cohesion), SCL = 1 + NQ/NC*min(D/L, L/B) := 1.2702 ult. B, QB = C*NC*SCB*ICB+QBAR*NQ*SQB*DQB*IQB+.5*GAMMA*B*NG*SGB*IGB := 1714.2508 ult. L, QL = C*NC*SCL*ICL+QBAR*NQ*SQL*DQL*IQL+.5*GAMMA*L*NG*SGL*IGL := 2161.0207 ultimate in kPa, QULT = min(QB, QL) := 1714.2508 This result is much higher than the load test of 1060 kPa. 2 (b) Vesic's method - (cohesion C = 0), process all lines: Coefficient NG = 2*(NQ+1)*tan(PHI) := 403.2106
This result is very close to the test result. However, settlement considerations will override strength considerations. |