Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

Boussinesq equation under a rectangular loaded area

Status
Not open for further replies.

canwesteng

Structural
May 12, 2014
1,588
0
36
CA
My old college textbooks are giving me a bit of heartburn. I'm looking to program in a function to determine stress below any point for a rectangular foundation, but the way the formula is written, it looks like x/y/z or some combination thereof are variables being integrated in the equation, when in fact I don't believe any variables should be integrated (i.e. it is a constant function being integrated over the base of footing). I think x and y should be cartesian coordinates of the point where stresses are being determined, z is depth below the foundation, and dx/dy are just an infinitesimal square of the foundation to represent a point load. Is this correct? Some snapshots from Das and from my calc below.

Thanks
 
 https://files.engineering.com/getfile.aspx?folder=540e91fd-2ca5-4492-8027-d32ef38abc31&file=Capture.PNG
Replies continue below

Recommended for you

The foundation applies pressure to the soil surface and the point in the soil below is influenced by every dxdy of pressure so you need to integrate over the bounds of the applied pressure area. X,Y end up being the distance from the point you want stress for to the dxdy load differential area.

Here is the formula for stress below the corner of the flexible foundation:
Capture_qyxuiy.jpg


I'm making a thing: (It's no Kootware and it will probably break but it's alive!)
 
Isn't that what my formula is doing though? I'd prefer to avoid making a mess with all the influence factors if possible, as that is very tedious for multiple points and creating all these fictional rectangles.
 
your integral is hard coded with the integral bounds being 0,L and 0,B and you've also subbed a,b in for x,y.
The integral range will vary based on the point you want stress for and a,b should in fact be x,y so that the get integrated they are not constants.

I'm making a thing: (It's no Kootware and it will probably break but it's alive!)
 
x and y are the distance from the point you want stress at to each dxdy of pressure

Edit: the integral ranges are only 0->L and 0->B if your looking at a point on the corner of the foundation area.

I'm making a thing: (It's no Kootware and it will probably break but it's alive!)
 
Good feedback, I'm not following why the integral only works for the corner if integrated from x 0 to B and y 0 to L though...This is where I'm at now, for any one point A at some point x.i, y.i, z in space.


Capture_avy1sn.png
 
Good sketches, I follow how this needs to be integrated from -B/2 to B/2 for the case at the centre of the slab, but for the case of a point outside the slab, my equation would hold true, right?
Capture_q5bm57.png
 
Find a copy of Poulos and Davis' Elastic Solutions for Soil and Rock Mechanics - it gives all the equations to use. You can find it on the internet - I think Poulos has downloaded it as has Paul Mayne
 
Status
Not open for further replies.
Back
Top