Resolution and Convergence

Quick “Rule of Thumb” Tips

Resolution

Resolution is the maximum number of finite element “cells” used to compute an approximate solution of the given analysis problem. These cells create a “solution grid” where only the cells that intersect the solid are included in the actual resolution count. Each finite element cell is a cube with side length equal to the “cell size”. Due to the cubic scaling of resolution w.r.t cell size it is easy to select a cell size that yields an unexpectedly large resolution.

So why not just always use the maximum resolution? There are at least two important reasons:

To learn more on how to pick the proper resolution for analysis, read this document.

Convergence

Convergence is a key concept in understanding and interpreting the solutions computed by any numerical approximation software. Numerical simulation approximates an idealized theoretical model by breaking it, or the space around it, into small pieces called finite elements. In principle, as elements get smaller and smaller (increasing their number and resolution), the numerical simulation should get closer and closer to the theoretically exact answer. At some point, the simulation gets so close to the exact answer that increasing resolution does not visibly improve the results. In technical jargon, we say that the numerical solution has “converged”. In this sense, there are no “correct” solutions, but only converged solutions.

To establish that the solution converged, solve the same problem a number of times, gradually increasing the resolution, until displacement values stay approximately in the same range. If displacement does not converge, there is no guarantee that the numerical solution is accurate.

If computed displacement values did converge, one can also study convergence of stresses. But it is important to remember that the linear theory of elasticity (used by every structural analysis software, including the present version of Intact.Simulation for Grasshopper) predicts infinite stresses near “wedges,” re-entrant corners, interfaces between different materials, and other singularities. In physical reality, this cannot happen, because the material simply deforms more “plastically” (as opposed to “elastically”). This means that at some points in a model, stresses may never converge – they will just get bigger and bigger as you increase the resolution. The more complex your model is, the more likely you will have some singularities like that. It does make sense to study convergence of stress values at particular locations in the model that are away from singularities.

The solution of the problem may not always converge, even for displacement. There are several reasons for this.