6. Finite Element Analysis

Meshing Choices

Meshing Choices in Finite Element Analysis

students, imagine trying to study the strength of a bicycle frame, a bridge, or a car part without measuring it piece by piece. In Finite Element Analysis $\left(\mathrm{FEA}\right)$, that is exactly what meshing helps us do: it turns a complicated real object into many smaller, simpler pieces called elements đź§©. The quality of those pieces affects how accurate the results are, how long the analysis takes, and whether the model gives useful engineering answers.

In this lesson, you will learn how to choose a mesh, why different shapes and sizes matter, and how meshing connects to the wider process of $\mathrm{FEA}$. By the end, you should be able to explain key meshing terms, apply basic reasoning to choose a mesh, and understand why engineers do not simply use the same mesh everywhere.

What Meshing Means in FEA

In $\mathrm{FEA}$, a continuous object is divided into smaller regions called elements, and the points where elements connect are called nodes. Together, these form a mesh. The mesh is the bridge between the real object and the computer model.

A mesh is needed because most real solid mechanics problems are too complex to solve exactly by hand. Instead of trying to find the stress or displacement at every point directly, $\mathrm{FEA}$ estimates the solution at the nodes and within each element.

The general idea is simple:

  • Split the object into small parts.
  • Assume a simpler mathematical behaviour inside each part.
  • Combine all parts to predict the behaviour of the whole structure.

If the elements are too large or badly shaped, the model may miss important details. If the elements are very small everywhere, the model may be accurate but slow to solve. This is why mesh choice is a balance between accuracy and computational cost.

A useful real-world comparison is a digital photograph đź“·. If the pixels are too large, the image looks blocky and detail is lost. If the image has many tiny pixels, it looks sharper, but it also takes more memory. A mesh works in a similar way.

Common Meshing Choices and Their Meaning

One of the most important meshing choices is element size. Smaller elements usually capture changes in stress or strain more accurately because the shape of the solution can vary more smoothly across the object. Larger elements are faster to compute, but they may smooth out important peaks or gradients.

Another choice is whether the mesh is uniform or non-uniform:

  • A uniform mesh uses elements of similar size across the whole model.
  • A non-uniform mesh uses smaller elements in important regions and larger elements elsewhere.

In most engineering problems, a non-uniform mesh is more efficient. For example, if a plate has a hole in it, the stress changes rapidly around the edge of the hole. That area usually needs a finer mesh, while flat regions farther away can use larger elements.

Engineers also choose the element type. Common solid mechanics elements include:

  • 1D elements for rods or beams.
  • 2D elements for thin components like plates or shells.
  • 3D elements for solid blocks and complex parts.

The choice depends on the geometry and the physics. A thin sheet metal part may be better modeled with shell elements, while a thick metal bracket may need 3D solid elements.

Another important term is mesh density, which means how many elements are used in a region. Higher density means more elements per area or volume.

Why Mesh Refinement Matters

Mesh refinement means making the mesh finer in selected areas. This is essential when the solution changes quickly over a small distance. Such regions are called areas of high gradient.

Examples of high-gradient regions include:

  • Sharp corners
  • Holes
  • Contact zones
  • Loads applied over a small area
  • Material boundaries

Suppose students is analysing a steel plate with a circular hole under tension. The stress around the hole edge is much higher than in the far field. If the mesh is too coarse around the hole, the peak stress may be underestimated. A refined mesh near the hole gives a better estimate of the stress concentration.

This idea connects directly to the engineering rule that the mesh should be finer where the response changes more rapidly. In simple terms: put more detail where more detail is needed.

However, refinement should be used carefully. If the mesh becomes extremely fine everywhere, the model can take a long time to solve and may use a lot of computer memory. Good meshing means refining only where necessary.

A common practice is local refinement, where only a small region is made finer. For example, in a bolted bracket, the material around the bolt hole and the contact surface may need a fine mesh, while the far end of the bracket can remain coarser.

Mesh Quality and Element Shape

Not all meshes are equally good, even if they have the same number of elements. Mesh quality describes how suitable the mesh is for accurate and stable calculations.

Important quality features include:

  • Aspect ratio: how stretched an element is compared with its width.
  • Skewness: how far an element shape is from the ideal shape.
  • Distortion: how much the element shape is twisted or deformed.
  • Jacobian quality: a mathematical measure used to check whether the element mapping is acceptable.

A badly shaped element can reduce accuracy and may even make the analysis unstable. For example, very thin, stretched elements may work in some cases, but if they are too distorted, they can give poor stress predictions.

In many solid mechanics problems, elements that are close to squares in 2D or cubes in 3D are generally preferred when possible. That is because these shapes often give better numerical behaviour than highly stretched or twisted elements.

But shape alone is not everything. The mesh must also fit the geometry. Around curved surfaces, the elements should follow the shape reasonably well. If the mesh is too crude, curved boundaries may be represented poorly, and this can affect the results.

Choosing a Mesh for a Real Problem

Let us use a practical example. Imagine analysing a metal bracket fixed to a wall and loaded at one end. The highest stress is likely near the fixed support and near any holes or corners.

A sensible meshing strategy would be:

  1. Use a coarser mesh in regions far from the load path.
  2. Refine the mesh near the fixed support.
  3. Refine around holes, fillets, and sharp changes in geometry.
  4. Check whether results change much if the mesh is refined further.

This last step is very important and is called a mesh convergence check. If the calculated stress or displacement changes very little when the mesh is refined, the solution is said to be converging. That gives confidence that the mesh is sufficiently fine for the purpose.

In real engineering work, you do not always need the finest possible mesh. The right question is: Is the mesh fine enough for the answer you need? For a quick design comparison, a moderate mesh may be enough. For safety-critical stress analysis, a more careful mesh study is needed.

Another practical point is that different outputs may need different mesh quality. Displacement is often easier to predict accurately than stress. Stress near sharp corners or point loads can be difficult to estimate because the theoretical value may become extremely large. In such cases, engineers use smoothed loads, realistic contact areas, or rounded geometry to make the model more physical.

Meshing Choices in the Broader FEA Workflow

Meshing is only one step in $\mathrm{FEA}$, but it affects nearly every other step.

A typical workflow is:

  • Define the geometry.
  • Choose material properties.
  • Apply boundary conditions and loads.
  • Create the mesh.
  • Solve the equations.
  • Interpret the results.

If the mesh is poor, even a correct material model and correct boundary conditions may give unreliable results. That is why meshing is not just a technical detail; it is a central part of the modelling process.

Meshing also connects to the idea of discretisation. Discretisation means replacing a continuous problem with a finite set of smaller pieces. The mesh is the physical representation of that idea. Without discretisation, $\mathrm{FEA}$ would not be possible.

For example, if a beam bends under load, the actual bending shape is continuous. The mesh divides the beam into many smaller regions so the software can approximate that curve using nodal values and element equations. The better the discretisation, the better the approximation—within practical limits.

Conclusion

students, meshing choices are a core part of $\mathrm{FEA}$ because they control how the real structure is turned into a solvable numerical model. The main ideas are element size, mesh density, element type, refinement, and mesh quality. Fine meshes improve detail, especially where stress changes quickly, while coarse meshes reduce computation time. Good engineering practice means placing smaller elements where they matter most, checking convergence, and avoiding badly shaped elements when possible.

In Solid Mechanics 2, understanding meshing helps you connect geometry, loading, boundary conditions, and material behaviour to the final result. A strong mesh strategy makes the analysis more reliable and more useful in real design work 🛠️.

Study Notes

  • A mesh divides a continuous object into smaller elements and nodes for $\mathrm{FEA}$.
  • Smaller elements usually improve accuracy, especially near stress concentrations and other high-gradient regions.
  • Coarser elements save time and memory, so good meshing balances accuracy and cost.
  • Non-uniform meshes are often best because they allow local refinement only where needed.
  • Element shape matters: good mesh quality helps numerical stability and accurate results.
  • Poorly shaped or highly distorted elements can reduce confidence in the answer.
  • Mesh convergence checks help show whether the solution changes very little when the mesh is refined.
  • Meshing is directly linked to discretisation, which is the foundation of $\mathrm{FEA}$.
  • Different parts of a model may need different element types, such as beam, shell, or solid elements.
  • In engineering practice, the best mesh is the one that is fine enough for the required result, not necessarily the finest possible.

Practice Quiz

5 questions to test your understanding

Meshing Choices — Solid Mechanics 2 | A-Warded