Convergence analysis of finite element analysis?
Convergence analysis of finite element analysis?
(OP)
Hello,
1. I have always done convergence analysis by checking the maximum stress for a scenario and seeing if it converges towards a value upon mesh refinement. However, my professor recommended a better method. He told me to choose a geometric point (x,y,x) and always have a node at this point upon mesh refinement. This point should be approximately in the area experiencing the maximum displacement. Now we check the convergence by measuring the values for this specific point instead of the max values. Is this method better than the max method? I think so, but just want to check the consensus over here.
2. Also, how does it matter if my parameter for checking convergence is displacement/strain/stress/strain energy?
I think displacement converges first and then strain and then stress and then strain energy.
But since numerical errors are introduced upon each conversion displacement -> strain -> stress -> strain energy, I think displacement is better suited for convergence analysis.
1. I have always done convergence analysis by checking the maximum stress for a scenario and seeing if it converges towards a value upon mesh refinement. However, my professor recommended a better method. He told me to choose a geometric point (x,y,x) and always have a node at this point upon mesh refinement. This point should be approximately in the area experiencing the maximum displacement. Now we check the convergence by measuring the values for this specific point instead of the max values. Is this method better than the max method? I think so, but just want to check the consensus over here.
2. Also, how does it matter if my parameter for checking convergence is displacement/strain/stress/strain energy?
I think displacement converges first and then strain and then stress and then strain energy.
But since numerical errors are introduced upon each conversion displacement -> strain -> stress -> strain energy, I think displacement is better suited for convergence analysis.





RE: Convergence analysis of finite element analysis?
Consider a simple uniaxially loaded plate with a hole. At the location of maximum displacement, the mesh will show displacement convergence even if the Kt area is not highly refined. Therefore, approach (1) may fail if you are interested in stresses at the Kt.
Generically speaking, the maximum displacement is related to the overall mesh. Stresses are related to the mesh in the local region of interest (but the overall mesh must still be converged for the stresses to be valid).
Brian
www.espcomposites.com
RE: Convergence analysis of finite element analysis?
And I would add the following: If you work with structured mesh topologies, then you must leverage the option of picking variables from the exact same geometric location for a true/fair assessment of how the variable is converging as the mesh is refined, if it is. With unstructured meshes, this can easily become impractical.
*********************************************************
Are you new to this forum? If so, please read these FAQs:
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083
RE: Convergence analysis of finite element analysis?
Your argument about the Kt is correct, but as I said previously, the geometric point for displacement convergence is taken in an area experiencing almost the max stress.
So that way even for the Kt types of problems, it should work just as good.
IceBreakerSours, I understand that we should do convergence analysis for each parameter/variable we are analyzing. I find this interesting approach but still not convinced.
Let's say I am getting good convergence for displacement for a given mesh, then I should only take displacement from that analysis and no stress/strain?
Now what if the stress never converges upon further mesh refinement (but displacement already has)?
I also take it that you agree, we should consider a geometric point for convergence analysis instead of max values.
RE: Convergence analysis of finite element analysis?
To answer your question, doing a displacement convergence analysis at the point of max stress (Kt area) is not going to be the best approach. This is because the displacement is largely governed by the overall mesh and to a lesser degree by the local mesh. Conversely, the stress is more influenced by the local mesh and less so by the global mesh. Using the displacement to evaluate stresses would be like trying to accurately measure something small with a ruler instead of a caliper. Sure, both are used to measure the same thing, but one does a better job.
Also, if you use a displacement based approach, it will be ambiguous as to when convergence for the stress has been achieved. Exactly what displacement gradient between the different models indicates convergence? How could you convince yourself or someone else that convergence for the stress had indeed occurred? Conversely, a direct evaluation of the stress is relatively straightforward.
Brian
www.espcomposites.com
RE: Convergence analysis of finite element analysis?
So you can choose stress as a parameter if you are checking local convergence and displacement if you are concerned about the whole body.
I can also deduct that in a local region if the stress converges then displacement also has to (in that local region only) ?
This is because in FEM the steps in calculations are displacement -> strain -> stress.
Please correct me if I am wrong.
RE: Convergence analysis of finite element analysis?
RE: Convergence analysis of finite element analysis?
If this isn't muddy enough already, here's another one for you: All jobs nowadays are multi-thread/node jobs, which - as it turns out - has its own challenges in that even the simplest of mathematical operations can be tricky. For instance, the sequence in which addition occurs can matter i.e., 1+2 need not necessarily be absolutely equal to 2+1 to the last significant digit.
*********************************************************
Are you new to this forum? If so, please read these FAQs:
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083
RE: Convergence analysis of finite element analysis?
RE: Convergence analysis of finite element analysis?
Brian
www.espcomposites.com
RE: Convergence analysis of finite element analysis?
Corus and Brian, the simulation that I am doing is a drop test of a fuel tank. There aren't much stress concentrations (or cracks for that matter) in my simulation. The thing is that we cannot go beyond a certain mesh refinement due to computational limitation. But we are still interested in understanding how much error could be introduced due to the incovergent mesh.
RE: Convergence analysis of finite element analysis?
*********************************************************
Are you new to this forum? If so, please read these FAQs:
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083
RE: Convergence analysis of finite element analysis?
As someone who has compared FE results to actual measurements you should find that FE results don't just give you an insight into the behaviour but can be very close to reality. In practice mesh refinement is the least of your problems for getting good results in comparison to real life.