03-16-2011, 08:25 PM
Rigid Isolated Rectangular Footing Active Area Maximum Pressure on Soil
This excel file written by myself contains macro (visual basic script) that allows the user to compute maximum pressure and active area (due to detachment) for rectangular rigid isolated footings under compression and biaxial bending.
Calculation assumptions:
- Footing is infinite rigid, no bending
Functions available:
=FootPressMax(Length,Width,N,Mx,My,pX,pY) returns maximum pressure on soil
=FootAActive(Length,Width,N,Mx,My,pX,pY) returns active area
=FootPressure(Length,Width,N,Mx,My,pX,pY) returns matrix with pressures, matrix size is px*py
Length is measured in X direction; Width is measured in Y direction
N - axial force (compression always positive)
Mx - bending moment around x axis
My - bending moment around y axis
pX,pY - number of meshing points 25*25 is most of the time enough
Files included:
Rigid Isolated Footings.xls (Microsoft Office 97-2003)
Rigid Isolated Footings.xlsm (Microsoft Office 2007 or newer versions)
footing.SDB (for verification, SAP2000 V14.2.4)
footing.$2k (for verification, SAP2000 V14.2.4)
Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:
http://forum.civilea.com/thread-27464.html
***************************************
Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:
http://forum.civilea.com/thread-27464.html
***************************************