Skip to main content

Featured Post

Why I Wrote The Sheet Mechanic (And Why Calculations Aren’t Enough)

For engineers who already know the math—but still lose projects. For the last few years, I’ve been sharing technical guides here on Mechanical Design Handbook —how to size a motor, how to calculate fits, and (as you recently read) how to choose between timing belts and ball screws. But after 25 years in industrial automation, I realized something uncomfortable: Projects rarely fail because the math was wrong. They fail because: The client changed the scope three times in one week. A critical vendor lied about a shipping date (and no one verified it). The installation technician couldn’t fit a wrench into the gap we designed. University taught us the physics. It didn’t teach us the reality. That gap is why I wrote my new book, The Sheet Mechanic . This is not a textbook. It is a field manual for the messy, political, and chaotic space between the CAD model and the factory floor. It captures the systems I’ve used to survive industrial projec...
NEW RELEASE: Stop trying to be a Hero. Start being a Mechanic. Get "The Sheet Mechanic" on Amazon »
Disclosure: As an Amazon Associate, I earn from qualifying purchases.

FEA Pre-processing Guide: Meshing & Boundary Conditions

The following four-article series serves as a comprehensive introduction to the analysis discipline known as the finite element method (FEM). Originally based on works by engineering consultant Steve Roensch, this guide has been updated to reflect modern simulation workflows.

Second in a four-part series.
Previous: Part 1: Introduction to FEA

Advertisement

The Pre-processing Phase

As discussed in the introduction, finite element analysis is comprised of pre-processing, solution, and post-processing phases. The goals of pre-processing are to transform a "perfect" CAD model into a mathematical model by developing a mesh, assigning material properties, and applying realistic boundary conditions.

Meshing: Nodes and Elements

The finite element mesh subdivides the geometry into elements, which are connected at specific points called nodes. The solver calculates the primary variables (like displacement) at these nodes and interpolates the values across the elements.

Split view comparing a smooth CAD model to its discretized FEA mesh.
Figure 1: The discretization process transforms continuous geometry into a mesh of nodes and elements for calculation.
  • 2D / Thin Shell: For sheet metal or thin-walled structures, elements are effectively 2D (Triangles or Quads) but are "warped" to fit 3D space. This requires creating a "mid-surface" from the solid CAD geometry.
  • 3D Solid: For bulky parts (castings, forgings), elements have thickness in all dimensions. Common types include the Hexahedral (Brick) and the Tetrahedral (Tet).
  • Special Elements: Beams, springs, and masses are used to simplify models where full geometry isn't necessary.

Degrees of Freedom (DOF)

The "unknowns" that the solver must calculate are the Degrees of Freedom (DOF) at each node.

  • Solid Elements: Typically have 3 DOF per node (Translations X, Y, Z). They do not carry rotational information directly.
  • Shell/Beam Elements: Typically have 6 DOF per node (3 Translations + 3 Rotations). This allows them to calculate bending moments efficiently without modeling the physical thickness.

Preparing CAD for Analysis (Defeaturing)

Developing the mesh is often the most time-consuming task. Modern FEA integrates directly with CAD geometry, but raw manufacturing CAD is rarely ready for simulation.

Defeaturing is the process of removing cosmetic details (small fillets, engraved text, tiny holes) that create unnecessary complexity. A tiny fillet might force the mesher to create thousands of microscopic elements, skyrocketing computation time for zero accuracy gain.

Advertisement

Meshing Strategies: Hex vs. Tet

The geometry is meshed using either a mapping algorithm or a free-meshing algorithm.

  • Mapped Meshing (Hex/Brick): Creating a structured grid of brick elements. This is the "gold standard" for accuracy and efficiency but is difficult to apply to organic, complex shapes.
  • Free Meshing (Tet): Automatically filling the volume with pyramids/tetrahedrons. While historically less accurate, modern Parabolic (2nd Order) Tetrahedral elements are highly accurate and are the industry standard for complex geometry because they can mesh almost any shape automatically.

Tip: Always check for element distortion (Aspect Ratio or Jacobian checks) before solving. A highly distorted element can cause mathematical errors or singularities.

Material Properties and Boundary Conditions

Materials: A linear static analysis requires, at minimum, the Elastic Modulus (Stiffness), Poisson's Ratio, and Density. Thermal analyses add Conductivity and Expansion Coefficients.

Boundary Conditions (BCs):

  • Restraints (Fixtures): How is the part held? (e.g., Fixed Geometry, Hinge, Roller). Incorrect fixtures are the #1 cause of bad FEA data.
  • Loads: Forces, Pressures, Gravity, or Thermal loads.

Best Practice: Always apply BCs to the geometry faces/edges rather than selecting individual nodes. This allows the FEA software to automatically update the load distribution if you remesh the part later.


Continue to Part 3:
Finite Element Analysis (FEA): The Solution Phase »

Comments

Popular posts from this blog

Dowel Pins & Locating Pins: The Basics of Fixture Design

Dowel pins are precision cylindrical pins used for accurate part alignment in assemblies. They control position, not clamping force. This guide explains tolerances, fits, sizing rules, and design best practices. Figure 1: A typical fixture setup. Notice how dowel pins (silver) provide precise location, while bolts (not shown here) provide the clamping force. In the world of Precision Engineering , the difference between a high-quality product and a scrap part often comes down to microns. While bolts hold parts together, they are terrible at positioning them. This is where Dowel Pins and Locating Pins become essential components in industrial tooling . Advertisement What is a Dowel Pin? Dowel pins are precision-ground fasteners used to secure the relative position of two parts. They are typically machined to extremely tight tolerances (often within 0.0001 inches) and are available in materials like: Hardened Steel: For high-wea...

Taper-Lock Bushing Failures: The Physics of Wedge Angles

The Failure Scenario: A technician is installing a heavy 20-inch cast-iron V-belt sheave onto a motor shaft using a standard Taper-Lock® bushing. To make future removal easier, they apply a generous coat of anti-seize lubricant to the tapered surface. They tighten the set screws with an impact wrench. Instantly, a loud "CRACK" echoes through the shop. The massive cast-iron hub has split perfectly in half. The Cause: The technician misunderstood the physics of mechanical wedges and friction. By lubricating the taper and using unregulated torque, they generated a radial expansion force that exceeded the Ultimate Tensile Strength of the cast iron, causing a catastrophic hoop stress failure. Tapered bushings (including Taper-Lock and QD styles) are the industrial standard for mounting sprockets, gears, and pulleys to shafts. They rely on the mechanical advantage of a wedge to create massive clamping friction. This guide explains the physics of wedge mechanics, the de...

High-Speed Automation: The Mechanics of Sankyo SANDEX Indexing

In my design work for high-speed automation, I've frequently relied on indexing boxes from the Japanese manufacturer Sankyo Seisakusho . The SANDEX series is a generic name for their cam units that utilize the superior Roller Gear Cam mechanism . Sankyo's core technology combines a precision-machined globoidal cam with a follower turret fitted with high-capacity needle bearings. To visualize how this robust mechanism works, consider the conceptual model below. Figure 1: A conceptual model illustrating the interaction between the input roller gear cam (bottom) and the output follower turret (top). Advertisement The Superior Mechanics of the Roller Gear Cam As depicted conceptually in Figure 1 , the SANDEX unit uses a continuous rib on the input shaft to drive the output turret. This is a significant upgrade over traditional Geneva mechanisms . Geneva drives suffer from high impact shock at the start and stop of motion due to inhere...