var fDesc=new Array(); fDesc[0] = "Program DynaPile was developed to compute the dynamic stiffness of single piles or pile groups. The piles can be either floating piles or end-bearing piles. Vertical, horizontal and rocking dynamic stiffnesses will be generated by the program. The program will also generate the group reduction factors for pile groups under small excitation conditions. The method of computation is based on the consistent boundary-matrix method proposed by Blaney, Kausel and Roesset (1976).
Pile foundations were analyzed for some time neglecting interaction effects betwwen the piles through the soil and enforcing only compatibility of displacements at their heads under the assumption of a rigid mat. The dynamic model, which takes into account the whole soil medium in the analysis, can conveniently provide information about group-reduction factors of pile foundations if the soil properties are adjusted to account for the effective level of strains."; 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 = ''; } }