var fDesc=new Array(); fDesc[0] = "SO-Foundation calculates bearing capacity of shallow foundations considering both “shear failure” and “settlement”. Hansen, Meyerhof, Vesic, Terzaghi and Eurocode methods are employed for the determination of shear failure. Elastic and consolidation settlements can be calculated using various options. Fully detailed reports are also presented.

Features: introduction of up to 20 soil layers, user is informed about the common ranges regarding input parameters. Pressure isobars are calculated and generated below footings. Determination of bearing capacity of shallow footings (Spread, Continuous and Mat) with different dimensions considering both shear failure and settlement (Elastic and Consolidation)."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }