LRJ
Civil/Environmental
- Feb 28, 2016
- 269
Hi,
I've got a 1D finite element beam-column model working which I use to analyse laterally loaded piles. The only thing left that I want to implement is a way to model moving soil, e.g. from landslides. The usual way to do this is by including so-called 'y-shifts' in the model. My understanding of these 'y-shifts' is that they are simply an offset to the p-y springs. Is that correct?
I ask as I've also seen an implementation of y-shifts which involves an additional mass matrix. So the |mM|.{y} term in the full FEM equation becomes:
|mM|.{y - y0}
Where:
|mM| = Mass matrix
{y} = Displacement vector (y1, θ1, y2, θ2)
{y0} = Displacement vector for moving soil (y01, θ01, y02, θ02)
Should I get the same result if I simply offset the p-y springs? Moreover, is that what {y - y0} in the above equation means?
I've got a 1D finite element beam-column model working which I use to analyse laterally loaded piles. The only thing left that I want to implement is a way to model moving soil, e.g. from landslides. The usual way to do this is by including so-called 'y-shifts' in the model. My understanding of these 'y-shifts' is that they are simply an offset to the p-y springs. Is that correct?
I ask as I've also seen an implementation of y-shifts which involves an additional mass matrix. So the |mM|.{y} term in the full FEM equation becomes:
|mM|.{y - y0}
Where:
|mM| = Mass matrix
{y} = Displacement vector (y1, θ1, y2, θ2)
{y0} = Displacement vector for moving soil (y01, θ01, y02, θ02)
Should I get the same result if I simply offset the p-y springs? Moreover, is that what {y - y0} in the above equation means?