Skip to content
Feb 25

FEA Meshing Strategies and Quality

MT
Mindli Team

AI-Generated Content

FEA Meshing Strategies and Quality

The mesh is the computational foundation of any Finite Element Analysis (FEA). A well-constructed mesh discretizes your complex geometry into simple, solvable pieces, while a poor mesh can lead to inaccurate results, failed simulations, or misleading conclusions. Mastering meshing strategies and quality metrics is therefore not a preparatory step but a core engineering skill that directly determines the credibility of your analysis.

Core Concept: Mesh Density and Refinement

Mesh density refers to the number of elements in your model. A coarse mesh has fewer, larger elements, which solves quickly but may miss critical stress gradients or geometric details. A fine mesh uses smaller, more numerous elements to capture detail at the cost of increased computation time. The goal is to find a balance.

Three primary refinement strategies exist to improve solution accuracy:

  • h-refinement (h for "size"): This is the most common approach. It reduces the global or local size of elements, increasing the number of nodes and elements while keeping the element type (and its polynomial order) the same.
  • p-refinement (p for "polynomial"): This method increases the polynomial order of the element's shape functions, allowing it to represent more complex stress fields without changing the mesh geometry. It is often more computationally efficient but not all FEA software supports it fully.
  • Adaptive refinement: This is an automated, iterative process. The software solves the model, identifies regions with high solution error (like stress concentrations), and refines the mesh there (typically using h-refinement) before solving again. It is a powerful tool for achieving efficient, accurate meshes without manual guesswork.

Core Concept: Element Quality Metrics

Element shape matters as much as element size. Poorly shaped elements can introduce significant numerical error. Key quality metrics you must check include:

  • Aspect Ratio: This measures the elongation of an element. For a quadrilateral, it is often the ratio of the longest edge to the shortest edge. An aspect ratio near 1.0 (a perfect square) is ideal. High aspect ratios () can cause stiffness matrix ill-conditioning, leading to inaccurate results.
  • Jacobian: This metric evaluates how much an element deviates from its ideal, "perfect" shape. It is computed at integration points within the element. A Jacobian value ≤ 0 indicates an invalid, inverted element. Values less than 0.7 often warrant investigation, as they signal high distortion.
  • Skewness: This measures how much the angles of an element deviate from the ideal (e.g., 90° for quads, 60° for triangles). High skewness effectively "shears" the element, degrading its ability to accurately calculate strains and stresses.

Most pre-processors provide color-coded plots of these metrics, allowing you to quickly identify and fix problematic regions before running the solver.

Core Concept: Mapped vs. Free Meshing

The meshing approach is dictated by geometry and needs.

  • Free Meshing uses algorithms (like Delaunay triangulation) to automatically fill a volume or area with tetrahedral (3D) or triangular (2D) elements. It is highly robust and can mesh almost any geometry, making it the default for complex organic shapes. However, tetrahedral elements often require higher density to achieve the same accuracy as hexahedrals.
  • Mapped Meshing requires a geometry that can be subdivided into logical, structured blocks (like a swept volume or a four-sided area). It produces a structured grid of hexahedral (brick) or quadrilateral elements. Mapped meshes typically provide higher accuracy with fewer elements and are preferred for parts with regular geometry. The trade-off is the significant manual time often required to "de-feature" and partition the CAD model into mappable sections.

Performing a Mesh Convergence Study

You can never assume your first mesh is accurate. A mesh convergence study is the definitive method to verify that your results are independent of mesh size. The procedure is systematic:

  1. Run an analysis with an initial, reasonably fine mesh. Record the critical result (e.g., maximum stress, deflection).
  2. Globally refine the mesh (e.g., reduce element size by 25%) and re-run the analysis.
  3. Compare the new critical result with the previous one. Calculate the percentage change.
  4. Repeat steps 2 and 3 until the change in the critical result between successive meshes falls below an acceptable threshold (e.g., 2-5%). The solution has then converged.

Plotting your result (e.g., max stress) against mesh density (or element count) will show the value asymptotically approaching the "true" solution. The mesh just before the results plateau is your optimal mesh.

Common Pitfalls

  1. Relying on a Single, Coarse Mesh: The most fundamental error is trusting the results from one simulation. Without a convergence study, you have no evidence that your mesh is sufficiently refined, especially in areas of interest like fillets or holes.
  1. Ignoring Quality Metrics for the Sake of a "Pretty" Mesh: A mesh that looks visually acceptable on the surface can harbor severely distorted elements internally. Always run a quality check and address elements with poor aspect ratio, Jacobian, or skewness, even if it means simplifying the geometry slightly.
  1. Using Excessive Refinement Everywhere: While finer is often better, a uniform, ultra-fine mesh on a large model can make solving impossible due to memory constraints. Use local mesh controls to refine only in critical regions (stress concentrations, contact areas, curvature) while keeping other areas coarser.
  1. Forcing a Mapped Mesh on Unsuitable Geometry: Spending hours partitioning a highly complex casting or plastic part to get a pure hex mesh is often inefficient. A fine, high-quality tetrahedral mesh with refinement in key areas will usually provide reliable results faster. Understand the trade-off between meshing time and solving time.

Summary

  • The mesh is the critical link between your CAD geometry and a reliable FEA solution; its quality cannot be an afterthought.
  • Key element quality metrics—Aspect Ratio, Jacobian, and Skewness—must be checked and optimized to prevent numerical error and solution failure.
  • Refinement strategies like h-refinement and adaptive meshing are used to increase accuracy, with the goal of achieving mesh convergence, verified through a systematic study.
  • Choose your meshing approach wisely: free meshing offers robustness for complex shapes, while mapped meshing can provide efficiency and accuracy for regular geometry.
  • Always perform a mesh convergence study to ground your engineering conclusions in quantitative evidence, not mesh-dependent guesswork.

Write better notes with AI

Mindli helps you capture, organize, and master any subject with AI-powered summaries and flashcards.