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

NEMA 17 vs NEMA 23: Torque, Speed, and When to Upgrade

When building a CNC router or upgrading a 3D printer, the first question is usually: "Is NEMA 17 enough, or do I need NEMA 23?" Most beginners look at the Holding Torque and stop there. This is a mistake. A NEMA 23 motor isn't just "stronger"—it is physically different in ways that affect your speed, your driver choice, and your machine's ability to avoid missed steps. If you choose a NEMA 17 for a heavy gantry, it is far more likely to overheat or lose steps under cutting load. If you choose NEMA 23 for a fast 3D printer, it might actually run slower than the smaller motor. This guide explains the engineering limits of each frame size. Table of Contents 1. Physical Difference (The Frame Size) 2. Torque & Speed (The Inductance Trap) 3. Driver Compatibility 4. Selection Summary Advertisement 1. Physical Difference (The Frame Size) "NEMA" is just a standard for ...

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...

Flywheel Construction and Design: A Guide to Energy Storage Wheels

A flywheel is a mechanical device with a significant moment of inertia used as a kinetic energy storage reservoir. Flywheels are designed to resist changes in rotational speed, helping to steady a shaft's rotation when a fluctuating torque is applied (as seen in reciprocating engines) or when the load itself is intermittent (such as in piston pumps or punching presses). Advertisement Beyond smoothing rotation, flywheels are increasingly used to produce high-power pulses for industrial experiments. In these cases, drawing the required instantaneous power from an electrical network would create unacceptable spikes. Instead, a small motor slowly accelerates the flywheel between pulses, storing energy to be released in a single high-torque event. Figure 1: Modern flywheels are sophisticated energy storage systems for steadying rotation and delivering power pulses. 1. Classification: Balance Wheels vs. Flywheel Pulleys Flywheels are gene...