FEM derivation for plates on elastic foundation ?

AI Thread Summary
The discussion focuses on the finite element method (FEM) for modeling plates on elastic foundations, highlighting the use of the Winkler and modified Vlasov foundations. The stiffness matrices for the Vlasov foundation are derived similarly to Reissner-Mindlin plates, incorporating transverse shear effects. The conversation also addresses the challenge of adapting these concepts to triangular FEM elements, particularly regarding the representation of vertical displacements. Participants suggest exploring 3D elements for more accurate modeling and share resources for meshing techniques and algorithms. The importance of understanding the equilibrium equations and the transition from potential energy formulations to the weak form of the balance equations is emphasized.
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).
 
Thread 'I need a concave mirror with a focal length length of 150 feet'
I need to cut down a 3 year old dead tree from top down so tree causes no damage with small pieces falling. I need a mirror with a focal length of 150 ft. 12" diameter to 36" diameter will work good but I can't think of any easy way to build it. Nothing like this for sale on Ebay. I have a 30" Fresnel lens that I use to burn stumps it works great. Tree service wants $2000.
Hi all, i have some questions about the tesla turbine: is a tesla turbine more efficient than a steam engine or a stirling engine ? about the discs of the tesla turbine warping because of the high speed rotations; does running the engine on a lower speed solve that or will the discs warp anyway after time ? what is the difference in efficiency between the tesla turbine running at high speed and running it at a lower speed ( as fast as possible but low enough to not warp de discs) and: i...
Back
Top