Poor mesh convergence 3D linear elasticity

Numerical methods and mathematical models of Elmer
Post Reply
eriksson
Posts: 7
Joined: 05 Mar 2019, 18:09
Antispam: Yes

Poor mesh convergence 3D linear elasticity

Post by eriksson »

Hi!
I started using Elmer a few weeks ago, and I'm trying to incorporate it in a parameter optimization program, to evaluate different designs of springs automatically. I use GMSH for meshing a STEP file from Autodesk Inventor, which then is converted to Elmer format with ElmerGrid, and finally ElmerSolver is used to solve a static linear elastic analysis with a force applied to this spring, to determine the spring's stiffness and stresses in it.

It seems, however, that my results conform poorly to FEM simulations in other software (namely the built in FEM functionality in Autodesk Inventor) with the same type of mesh, using similarly sized elements. I've also done experiments which show that the other FEM software are within 10 % from reality, stiffness-wise. Using a mesh size that I would find reasonable, my results from Elmer are around 5 times stiffer than reality and other FEM results. Refining the mesh shows rapid changes in results, but even with a ridiculously fine mesh I am around 30 % off from reality. A picture of different mesh sizes and the results is attached, and also a picture showing the deformation to illustrate what the simulation is doing.

I've tried using second order elements (adding Element = "p:2" to the equation section in the .sif), but the results don't get any better for the same computation time. Am I doing something stupid that is causing this? It feels like my simulation should be a fairly simple one. Any pointers or help would be greatly appreciated.

I wish you all a good day,
Felix Eriksson
Attachments
2019-3-25_11-41-2.sif
Input file
(1.69 KiB) Downloaded 233 times
Shows displaced mesh
Shows displaced mesh
displacedMesh.png (200.75 KiB) Viewed 1862 times
elmerElementSizeComparison.png
Shows different mesh sizes and the results for each
(266.53 KiB) Not downloaded yet
eriksson
Posts: 7
Joined: 05 Mar 2019, 18:09
Antispam: Yes

Re: Poor mesh convergence 3D linear elasticity

Post by eriksson »

Hi again!
Alright, it seems as though I had not properly used 2nd order elements, as I previously stated. I had to make GMSH generate a mesh with 2nd order elements, which is reasonable in retrospect, but I got a bit confused by the fact that there is a keyword for setting 2nd order elements in the .sif-file. The results are much better now, as good as results from other FEM software when comparing to experimental data. I would therefore draw the conclusion that shear locking was causing my issues.

Then only one question remains in my mind - what does the 'Element = "p:2"'-keyword do?

Sunny greetings from Gothenburg,
Felix Eriksson
Last edited by eriksson on 25 Mar 2019, 18:55, edited 1 time in total.
mzenker
Posts: 1999
Joined: 07 Dec 2009, 11:49
Location: Germany

Re: Poor mesh convergence 3D linear elasticity

Post by mzenker »

Hi,

see Solver Manual, Appendix E: "Higher-order finite elements". ;)

HTH,
Matthias
Post Reply