FEM derivation for plates on elastic foundation ?

Click For Summary

Discussion Overview

The discussion revolves around the finite element method (FEM) derivation for plates on elastic foundations, exploring various approaches and theories related to soil-structure interaction. Participants discuss the application of different foundation models, including the Winkler and modified Vlasov foundations, and how these can be integrated into FEM analysis for both 2D and 3D scenarios.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant suggests that the modified Vlasov foundation provides a better approximation than the Winkler model for soil representation in FEM.
  • Another participant questions the feasibility of solving the problem in 2D, arguing that it is inherently a 3D problem due to vertical deflection considerations.
  • A different participant agrees that 3D elements can be used, noting that 2D problems are special cases of 3D problems, but requests information on hexahedron subdivision algorithms for spatial volumes.
  • There is a discussion on the transition from energy equations to equilibrium equations in FEM, with one participant expressing confusion about the weighted residual method and the Galerkin approach.
  • References to various meshing libraries and resources are provided, suggesting that these could aid in the formulation and implementation of FEM for the discussed problems.

Areas of Agreement / Disagreement

Participants express differing views on the dimensionality of the problem, with some advocating for 3D approaches while others question the applicability of 2D methods. The discussion remains unresolved regarding the best approach to adopt for the FEM derivation.

Contextual Notes

Participants highlight limitations in their understanding of the transition from energy equations to equilibrium equations, indicating a need for clearer explanations of the underlying principles and methods used in FEM.

Ronankeating
Messages
62
Reaction score
0
Hi All,

I'm familiar with the theory of how the soil can represented by means of FEM and how soil-structure interaction is being established. Most of books are pointing out at the Winkler -springs implemented mostly for beams and quadrilaterals (4 node) FEM elements. There are obviously other methods e.g. two-parameter modified Vlasov foundation which in my idea is best approximation. If it isn't the best, at least it's better than Winkler.

The approach for deriving the stiffness matrices for Vlasov foundaiton are identical to those of Reissner-Mindlin plates, where transverse shear is being taken into account. In order to, represent the vertical and horizontal spring coeff. of soil, corresponding spring coefficients should be found through strain energy equation.

The displacements are given as :
u(x,y,z), v(x,y,z), w(x,y,z)=w(x,y)*\phi(z)

Where \phi(z) is mode shape but not the one obtained from eigen-mode analysis, simply, mode shape that gives the variation of the deflection in the z-direction. For example
\phi(0)=1.0, \phi(H)=0

Obtainig the spring coefficients is:
for vertical spring coeffcient k=\int^{H}_{0}E*(∂\phi/∂z)^2*dz
for horizontal spring coefficient 2t = \int^{H}_{0}G*(\phi)^2*dz

Stiffness matrix for vertical direction is formed by:
Minimizing the strain energy by respect to each component of displacement vector.
(Uk)e=1/2\int[w(x,y)^T*k*w(x,y)*dA]
and
[Kek]ij=∂(Uk)e2 / ( ∂2wi*∂2wj) similar procedure is valid horizontal stiffness matrix

Having those in hand,
I wish to addopt that for triangular FEM element which has the shape function as : Ni =ai +bi*x+ci*y where ai, bi, and ci are known from nodal coordinates.
My question is, how can that be addopted to the energy equations and how am I supposed to get derivates for dz where I don't have the any representation for Z-direction in my shape function for triangular element?

Your helps will be appreciated!

Regards,
 
Engineering news on Phys.org
How about doing it in 2D by borrowing elements from plane stress/strain or carrying out the whole exercise in 3D (going for example for wedge or tetrahedral elements, would probably be almost simplest for bilinear bricks)?
 
I haven't done FE in a while and admittedly have never done any work on elastic foundations for FEM, so I will probably not be of too much help here. However, my thought is: do you think you really can do it in 2-D? It is a 3-D problem, with deflection in the vertical direction and a simple bilinear plane stress/plane strain element is really intended to model something that doesn't deflect in the direction perpendicular to the plane (although I may have gone wrong here, correct me if I have - as I said, I haven't done this in a while). Maybe a shell element could do here, or as PerennialII pointed out, doing it all in 3-D.
 
Thanks in advance,

I agree with you that can be solved with 3D elements. Since all of the 1D, 2D problems are a special case of 3D problems. In most of my test problems hexas nicely converges with 2D planar elements results. But this time I've kindly need to ask you, do you have an hexahedron subdivision algorithm for spatial volumes? I deliberetely searched internet for weeks about simple quad subdivision algorithms(including opensource project) the only thing that I come up was triangle subdivision and commercial subdivisions which costs almost a luxury car pricem which I can't afford.

It seems that I'm familiar with the theory but don't understand it throughly bit by bit, formulation/programming phase of problem is of course another issue. Generally we obtain the stiffness matrix from kinetic, potential energy equation, so what's equilibrium equation(PDE) for? FEM books says that transition is made from weighted residual method or Galerkin approach, but it's not so clear for me.

Your comments will be appreciated,
 
If you've access to FE related journals can find reviews which will help, was just looking at Cubit and gmsh meshers for something else and those actually have something which relate to this topic, on a principal level:
http://homepages.cae.wisc.edu/~tautges/slides-10.04.day1.pdf
http://geuz.org/gmsh/doc/texinfo/gmsh.html#Mesh-module
There are a large number of meshing libraries out there which can use as a reference or the library explicitly, like libmesh, meshlab, mesquite, tetgen, gmsh, cubit, triangle , or you might check this if already haven't:
http://www.robertschneiders.de/meshgeneration/software.html

In brief, the weighted residual / Galerkin approach is a fairly general way for formulating the weak form and the balance equations, starting from the PDE. Derivations based on potential energy (or virtual work/power, variational approaches) are an another way to formulate the finite element method, and in certain cases these are all equivalent (the potential energy approach for example having its intrinsic limitations and range of application).
 

Similar threads

Replies
1
Views
3K
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
5
Views
5K