Tag: fea preprocessing

  • Why Simulation Fails Even With Good CAD Models (And How to Fix It)

    Why Simulation Fails Even With Good CAD Models (And How to Fix It)

    The geometry was perfect. It had been built by an experienced CAD designer who understood the manufacturing process, modeled every fillet to the correct radius, and exported a clean, watertight solid body that meshed without errors. The mesh quality metrics were excellent, Jacobian above 0.85, aspect ratio below 4:1 throughout, convergence confirmed with three mesh refinements. The boundary conditions matched the physical test setup. The material properties were from the certified material datasheet. Every box on the preprocessing checklist was checked.

    The simulation predicted a maximum stress of 187 MPa at the shaft shoulder. The shaft yielded at 220 MPa. The safety factor appeared to be 1.18, adequate for a non-critical application. The shaft failed in fatigue after 80,000 cycles. The laboratory fatigue test, run afterward to investigate the failure, showed a fatigue life of 85,000 cycles, consistent with the physical failure. The simulation had predicted 187 MPa of peak von Mises stress.

    The fatigue analysis used that number. What neither the simulation setup nor the fatigue analysis had accounted for was that the correct fatigue-driving stress was the signed maximum principal stress amplitude, and under the combined bending and torsion loading, the maximum principal stress amplitude was 312 MPa, not 187 MPa. The safety factor was not 1.18. It was 0.71.

    The failure was not caused by bad CAD. It was not caused by a mesh problem. It was not caused by wrong boundary conditions or incorrect material properties. It was caused by misidentifying which stress quantity drives fatigue failure, a postprocessing interpretation error that is entirely independent of the quality of the CAD model, the mesh, or any other preprocessing decision. This is the central reality of simulation accuracy: the overwhelming majority of simulation failures occur in the decisions the analyst makes about physics, modeling approach, and results interpretation, not in the geometric representation of the part.

    This article catalogs the twelve categories of simulation failure beyond geometry quality, provides the complete physics assumption error table for structural FEA, the eight most common postprocessing interpretation mistakes and how to avoid them, and the validation methods that catch errors before they propagate to wrong design decisions. The goal is a framework for understanding why simulation fails when the CAD model is not the problem, which is most of the time.

    The Complete Taxonomy of Simulation Failure

    Simulation failure, producing a result that does not represent the physical behavior of the structure, occurs at four distinct layers: physics and modelling decisions, preprocessing decisions, solver numerics, and postprocessing and interpretation. CAD geometry quality is a subset of preprocessing decisions and, when it is the problem, it typically manifests as mesh generation failure (which is obvious) or poor mesh quality (which is caught by quality metrics). The subtle failures, the ones that produce plausible-looking wrong results, occur almost entirely in physics assumptions and postprocessing interpretation, two layers that are completely independent of CAD quality.

    The FEA Error Taxonomy, Where Failures Actually Come From
ALT: A pie chart or treemap showing the distribution of FEA error sources across four layers. Layer 1 (Physics/Modelling Decisions) takes up approximately 45% of the area: subdivided into wrong physics assumption (20%), incorrect material model (15%), wrong boundary conditions (10%). Layer 2 (Preprocessing Decisions) takes up approximately 35%: subdivided into unit errors (5%), wrong element type (8%), insufficient mesh density (12%), poor mesh quality (5%), wrong contact definition (5%). Layer 3 (Postprocessing/Interpretation) takes up approximately 15%: subdivided into averaged vs unaveraged (5%), wrong stress measure (5%), singularity misinterpretation (5%). Layer 4 (CAD/Geometry) takes up approximately 5%: geometry gaps and over-simplification. The CAD layer is deliberately shown as the smallest segment to reinforce the article's thesis, geometry problems are a small fraction of total simulation failures. A bold label over the chart reads: 'CAD quality explains < 5% of simulation failures. The other 95% are decisions the analyst makes after the CAD model exists.'
    Failure CategoryRoot Cause LayerCAD Quality Relevant?Typical Error MagnitudeDetection Method
    Wrong physics assumptionModelling, analyst decisionNo50% to orders of magnitude, depends on how wrong the physics model isComparison with analytical solution or independent simulation using different physics
    Incorrect material modelModelling, data inputNo5% to 10x, linear vs nonlinear material can differ by factor of 3-10 at high loadsMaterial model sensitivity study; comparison with coupon test data
    Wrong boundary conditionsModelling, analyst decisionNo20% to 10x, fixed vs pinned changes bending moment distribution completelyBC sensitivity study; reaction force equilibrium check; deformation shape inspection
    Incorrect load definitionModelling, analyst decisionNoUp to 100%, wrong direction inverts sign of all results; wrong area changes magnitude proportionallyLoad verification against specification; reaction sum check
    Unit system inconsistencyPreprocessing, data entryNoFactor of 10^3 to 10^9, material property in wrong unitsUnit verification test (cube under unit load); modal frequency check
    Wrong element typePreprocessing, analyst decisionNo10% to 50%, TET4 vs TET10 at stress concentrations; shell vs solid for thick sectionsElement sensitivity study; compare with known analytical solution
    Insufficient mesh densityPreprocessing, analyst decisionNo5% to 40% at stress concentrations without convergence studyMesh convergence study; compare peak stress across three mesh refinements
    Poor mesh qualityPreprocessing, mesh generationPartially, bad CAD produces bad meshes5% to 30% from Jacobian and aspect ratio degradationMesh quality metrics check (Jacobian, aspect ratio, warpage) before solve
    Missing geometry features (over-simplification)Preprocessing, geometryPartially, depends on what was removed10% to 5x, removing a load-path fillet removes the stress concentration entirelyCompare simplified model stress with full-geometry model at critical features
    Incorrect contact definitionPreprocessing, analyst decisionNo10% to complete loss of load transfer, gap in contact allows interpenetrationContact force output; check interface stress continuity; gap inspection
    Numerical solver error (ill-conditioning)Solver, numericalNoSmall to large, depends on conditioning number of stiffness matrixCondition number check; residual force check; solver diagnostic output
    Misinterpretation of resultsPostprocessing, analyst decisionNoUp to 100%, von Mises used when principal stress is needed; averaged vs unaveraged stressResults interpretation protocol; independent reviewer; hand calc comparison

    The most important column in this table is the third: ‘CAD Quality Relevant?’, which is ‘No’ for ten of twelve failure categories. Nine of the twelve failure categories are entirely independent of the CAD model quality. The two categories where CAD quality is partially relevant (poor mesh quality and missing geometry features from over-simplification) can also arise from analyst decisions independent of the original CAD. The implication is direct: improving CAD quality addresses at most 5 to 10 percent of the sources of simulation failure. The other 90 to 95 percent require better physics judgment, more rigorous preprocessing practice, and more systematic results validation.

    Category 1: Physics Assumption Errors, The Most Consequential Failures

    Physics assumption errors are the simulation failures that produce the largest discrepancies between predicted and actual behavior. They occur when the analyst selects an analysis type, material model, or physical representation that is fundamentally inappropriate for the actual physics of the problem. Unlike mesh density errors, which typically produce 5 to 40 percent discrepancies that systematic mesh refinement will reveal, physics assumption errors can produce results that are wrong by factors of 2 to 50 or more, with no indication from the solver that anything is amiss

    The solver cannot detect a physics assumption error. If the analyst sets up a linear elastic static analysis for a structure that actually yields, creeps, and collapses dynamically, the solver applies linear elastic statics faithfully and returns a result that is internally consistent with those assumptions. The result looks exactly like a valid FEA output. The error is in the question that was asked, not in the computation of the answer

    Wrong AssumptionWhat It MissesCorrect ApproachHow to Detect
    Linear elastic material when plastic deformation occursStress redistribution after yielding; residual stresses; collapse load predictionNonlinear material model with isotropic or kinematic hardeningCheck if any element von Mises stress exceeds yield, if so, linear analysis is invalid at those locations
    Static analysis when load is dynamicInertia amplification (DAF up to 50x at resonance); resonance; transient effectsModal analysis to find natural frequencies; harmonic or transient analysisCalculate frequency ratio f_load/f_nat, if > 0.3, dynamic analysis required
    Small displacement (linear geometry) when deformation is largeGeometric stiffening (cables, membranes); change in load direction with deformation; snap-through instabilityNonlinear geometry (large displacement) analysisCheck if peak displacement exceeds ~5% of characteristic structure dimension
    Isotropic material for composite or anisotropic structureDirection-dependent stiffness and strength; interlaminar shear; ply-by-ply stressOrthotropic or anisotropic material model with correct fiber orientationsCheck material data, if E varies by direction, isotropic is wrong
    Frictionless contact when friction governs load transferFriction force component; load distribution change with friction; stick-slip behaviorFrictional contact with measured or estimated friction coefficientCheck if tangential force at interface is significant relative to normal force
    Room temperature material properties for elevated temperature serviceStiffness reduction (steel: -30% at 400°C); yield stress reduction; creep at sustained high temperatureTemperature-dependent material properties; separate thermal analysis to determine temperature fieldCheck operating temperature, if > 200°C for steel or > 100°C for aluminum, temperature effects are significant
    Perfect bond at all interfaces (all tied contact)Partial separation; interface slip; peel stress at bond terminations; delamination in compositesContact with separation allowed; cohesive zone model for bond/adhesiveCheck if interface peel or shear stress exceeds adhesive or bond strength
    Single load path (ignoring redundancy or alternative paths)Load redistribution after local yielding; progressive failure sequence; fail-safe load pathsNonlinear analysis capturing load redistribution; or explicit multi-path structural modelCheck if structure has any redundancy, if hyperstatic, linear analysis misses redistribution

    The Linear Elastic Trap: When Yielding Changes Everything

    The most common physics assumption error in industrial FEA is the application of linear elastic analysis to structures that yield locally under the applied loads. In linear elastic analysis, stress is proportional to strain everywhere, there is no yielding, no stress redistribution after yielding, and no limit on how high the stress can go. When an element in the model reaches the yield stress, the linear analysis simply continues computing higher stresses as if the material were still elastic.

    In ductile materials, local yielding at a stress concentration does not usually cause immediate failure. Instead, the yielded region redistributes load to the surrounding elastic material, limiting the peak stress to approximately the yield strength (plus any strain hardening) and allowing the structure to carry additional load. As a result, linear elastic FEA is conservative for local stress prediction because it can predict stresses above the material’s yield strength, but non-conservative for overall structural behavior because it ignores the beneficial load redistribution that occurs after yielding. Using linear elastic stress results for fatigue analysis in components that experience local yielding can therefore produce misleading results by overestimating local stresses while failing to capture the actual stress distribution.

    Large Displacement Effects: When Geometry Changes Under Load

    Linear FEA assumes that displacements are small relative to the structure’s dimensions, specifically, that the displaced configuration is so close to the undeformed configuration that the stiffness matrix computed for the original geometry remains valid throughout the loading. This assumption breaks down when displacements exceed approximately 5 percent of the characteristic structural dimension.

    Ignoring large displacement effects can produce fundamentally incorrect results. In cables and membranes, geometric stiffening from tension creates the structure’s load-carrying stiffness, which linear analysis cannot capture. In slender columns, geometric softening leads to buckling, while in shallow arches and buckled plates, it governs snap-through instability. These critical behaviors are only predicted with geometric nonlinear analysis.

    Temperature Effects: The Invisible Load

    Thermal stress is one of the most systematically ignored physics effects in structural FEA. When a structure operates at elevated temperature, or when temperature varies across the structure (as in a heat exchanger, an engine component, or a solar panel), the differential thermal expansion between constrained regions produces stress that can be comparable to or larger than the mechanical stress from applied loads. A steel component that is mechanically unstressed but subjected to a temperature difference of 100°C across a constrained length generates thermal stress of approximately E x alpha x delta_T = 210,000 x 12e-6 x 100 = 252 MPa, close to the yield stress of mild steel, from thermal load alone.

    The error of ignoring thermal stress is particularly dangerous in systems that operate under combined mechanical and thermal loading. A pressure vessel at room temperature may have a mechanical stress of 150 MPa against a yield stress of 350 MPa, a safety factor of 2.3. The same vessel at 350°C may have a yield stress of 250 MPa (elevated temperature reduction) plus a thermal stress from the temperature gradient of 100 MPa, reducing the margin to: 350 – 150 – 100 = 100 MPa remaining against 250 MPa yield, an effective safety factor of 1.67 rather than 2.3, and a reduction the mechanical-only analysis would never reveal.

    Category 2: Material Model Errors, When the Wrong Data Drives the Analysis

    Material model errors span two distinct failure modes: using the wrong material model type (linear elastic when the material is nonlinear, isotropic when it is anisotropic) and using wrong material data values within the correct model type. Both produce results that are wrong but internally consistent, the solver is computing correctly, but it is computing the response of a different material than the one in the actual structure.

    The Datasheet vs Design Allowable Distinction

    Material datasheets report properties measured on laboratory specimens under idealized conditions: polished surface finish, controlled grain direction, room temperature, no stress concentrations. These are not the design allowable values for structural components. The design allowable, the property value that should be used in a structural analysis to achieve a specified probability of failure, is lower than the datasheet nominal value by factors that account for material variability, environmental effects, product form differences (plate vs forging vs casting), and surface finish.

    In aerospace, material allowables are defined by the MMPDS as A-basis (99% population with 95% confidence) and B-basis (90% population). These values are often 10–40% lower than nominal datasheet properties to account for material variability. Using nominal values instead of certified allowables in safety-critical FEA can produce non-conservative results and compromise structural integrity.

    Weld and Heat-Affected Zone Properties

    Welded structures present a material modeling challenge that is systematically underestimated: the weld metal and the heat-affected zone (HAZ) adjacent to the weld have different mechanical properties from the parent material. For structural steels, the HAZ may have lower toughness than the parent plate (due to heat-induced grain coarsening) while having similar or slightly higher yield stress. For aluminum alloys, the HAZ is typically significantly weaker than the parent material, the peak hardness in the HAZ of a 6061-T6 weld can be 50 percent of the parent material value, equivalent to the O (annealed) temper.

    FEA models of welded structures that assign parent material properties to the entire geometry, including the weld zone and HAZ, overestimate the strength at the weld and underestimate the failure risk at the heat-affected zone. For aluminum welded structures in particular, the correct approach is to model the HAZ as a separate material zone with reduced properties, sized according to the heat input and the material’s heat treatment response. The width of the softened HAZ in 6061-T6 aluminum is typically 15 to 25mm on each side of the weld centerline.

    Category 3: Boundary Condition and Load Errors, Same Model, Different Answer

    Boundary condition and load errors are addressed in the dedicated boundary conditions article, but their contribution to simulation failure deserves emphasis in the context of CAD-independent failures. A model with perfect CAD geometry, excellent mesh quality, and correct material properties can produce results that are wrong by a factor of 2 to 10 if the boundary conditions do not represent the physical support behavior

    The most instructive example is the simply supported vs fixed-end beam. Both models have identical CAD geometry and material. The simply supported model (pin at one end, roller at the other) has a maximum bending moment at midspan of wL²/8 and zero moment at the supports. The fixed-fixed model has a maximum moment at the supports of wL²/12 and a midspan moment of wL²/24. For the same distributed load w and span L, the peak moment, and therefore the peak stress, differs by a factor of 3 between the two cases. Which result is correct depends entirely on how the physical supports behave, not on the CAD geometry of the beam.

    The Over-Constraint Failure Mode

    Over-constraint, applying more constraint than the physical support provides, is the boundary condition error that produces results that appear reasonable but are systematically wrong in a non-conservative direction. A fixed support at a bolted joint adds artificial bending resistance that the bolts do not provide. A fully tied contact at an interface that is actually bonded only in compression prevents the interface separation that would occur in the physical structure under peel loading.

    The insidious feature of over-constraint errors is that the model produces lower stresses than the correctly constrained model, it appears to show a healthier safety factor. The fixed end of the over-constrained beam carries a bending moment that does not exist in the physical simply-supported beam, and this phantom moment reduces the midspan stress below the physically correct value. The analyst sees a ‘safe’ result and approves the design, while the physical structure, which does not have the phantom fixed-end moment, carries the full midspan moment that the over-constrained model suppressed.

    Distributed vs Point Load Errors

    The distribution of applied loads across a surface governs the local stress field near the load introduction zone. A point force applied to a single node produces a mathematically infinite stress at that node, a singularity with exactly the same character as the re-entrant corner singularity. The stress at the loaded node grows without bound as the mesh is refined, never converging to a physical value. This is not a mesh problem, it is a load modeling problem. The physical load is always distributed over a finite contact area, never concentrated at a mathematical point.

    The fix is to apply the load over its actual physical contact area: a distributed pressure or traction over the bearing face, rather than a concentrated force at a node. For loads introduced through small contact areas (bolt heads, pin bearings, rivet heads), the contact area must be represented geometrically and the load distributed over that area. If the contact area geometry is too small to mesh explicitly, a remote force with an appropriate coupling constraint distributes the load over a representative surface while maintaining the correct resultant force and moment.

    Category 4: Contact Modeling, The Nonlinear Physics That Linear Models Miss

    Contact between surfaces is inherently nonlinear: surfaces either touch and transmit force, or they separate and transmit nothing. This binary on-off behavior cannot be represented by a linear model, and yet many structural FEA setups in industrial practice handle multi-component assemblies with either bonded contact (all surfaces permanently touching) or no contact at all (surfaces free to interpenetrate), both of which misrepresent the actual physics for any interface that may partially separate or slide under load.

    Bonded Contact: When It’s Right and When It’s Dangerously Wrong

    Bonded contact should only be used when surfaces are permanently joined (such as welded or adhesively bonded) and cannot separate or slide under load. If separation or sliding is possible, a contact model should be used instead. Modeling these interfaces as bonded can hide stress concentrations and produce inaccurate load paths, leading to non-conservative FEA results.

    The consequence of using bonded contact at an interface that physically separates is that the model misses the peel stress concentration at the separation front, the stress intensity that drives delamination in composites, adhesive bond failure, and fatigue cracking at interference-fit edges. These are real failure modes in physical structures that the bonded contact model cannot predict regardless of how accurately the CAD geometry represents the interface.

    Contact Pressure Distribution: Why Linear Models Get Hertzian Contact Wrong

    When two curved surfaces contact under load (a ball bearing race, a cam follower, a gear tooth), the contact pressure distribution follows the Hertzian contact theory, a non-uniform pressure distribution across the contact ellipse that is highly concentrated at the center and drops to zero at the contact edge. This distribution can only be correctly predicted by a nonlinear contact model that allows the contact zone to grow as load increases and computes the pressure distribution from the actual surface deformation.

    A linear elastic model with bonded contact over an assumed contact area produces a uniform pressure distribution that misrepresents the actual Hertzian distribution by a factor of up to 1.5 at the contact center and is wrong in both sign and magnitude at the contact edge. For applications where contact pressure drives fatigue (rolling contact fatigue in bearings, gear tooth fatigue, cam follower wear), a nonlinear contact analysis with realistic surface geometry and contact formulation is mandatory, the linear bonded contact result is not just inaccurate, it is qualitatively wrong in its prediction of the fatigue-critical stress distribution.

    Category 5: Postprocessing Errors, Getting Wrong Answers from Correct Simulations

    Postprocessing errors are the failure mode that the FEA preprocessing checklist and the physics assumption review cannot prevent, because they occur after the solver has produced correct results. The solver computes the correct stress tensor at every integration point for the given model setup. The error occurs when the analyst extracts, displays, or interprets those correct results in a way that misrepresents the physical stress state. A simulation that is set up correctly and solved correctly can still fail, by reporting the wrong number for the right location, or the right number for the wrong location, or a result that is correct for one physical interpretation but applied to a different one.

    Error TypeWhat the Analyst DoesWhy It’s WrongCorrect Approach
    Using averaged nodal stress instead of unaveraged at stress concentrationsReports the smoothed, averaged stress contour value at the peak stress nodeAveraging blends the peak node value with lower-stressed adjacent nodes, reducing the apparent peak by 10-40%, the true peak is in the unaveraged resultAlways extract stress at stress concentration locations from unaveraged (element) results; use averaged results only for smooth stress regions
    Using von Mises stress for fatigue analysisReports peak von Mises as the fatigue-driving stressVon Mises is a scalar equivalent stress for yield prediction, it has no sign and cannot represent the tension-compression cycle that drives fatigue. Fatigue is driven by the maximum principal stress amplitudeUse signed maximum principal stress or critical plane methods for fatigue; von Mises for yield check only
    Reporting stress at support nodes as peak stressIdentifies a high stress spike at a constrained node as the design-critical locationPoint constraints create mathematical stress singularities that grow without bound as the mesh is refined, they do not converge to a physical value and are not representative of real stressExclude support nodes from peak stress evaluation; extract results at least one element size away from point constraints; distribute constraints over a surface
    Ignoring stress singularities at re-entrant cornersReports a very high stress at a sharp 90-degree internal corner as the critical stressStress at a perfectly sharp re-entrant corner is theoretically infinite in linear elastic FEA, it is a mathematical singularity caused by the corner geometry, not a physical failure predictionAdd a realistic fillet radius at the corner; if the corner must be sharp in the design, use a conservative Kt factor from Peterson’s rather than the singularity value
    Confusing local and global coordinate stress componentsReports sigma_x from global coordinate system at an inclined surface and compares to material strength in the thickness directionStress components are coordinate-system dependent, sigma_x in global coordinates is not the same as the normal stress perpendicular to an inclined surfaceTransform stress to the local material coordinate system at the critical surface; use principal stresses for coordinate-independent comparison to material limits
    Selecting the wrong stress measure for the material failure criterionUses von Mises stress to check a brittle ceramic or cast iron componentVon Mises (distortion energy) criterion is appropriate for ductile metals. Brittle materials fail in tension, the maximum principal stress (Rankine) criterion is correctMatch the failure criterion to the material: von Mises for ductile metals; maximum principal stress for ceramics, glass, and gray cast iron; Tsai-Wu or Hashin for composites
    Reporting maximum stress across entire model without checking locationStates ‘maximum stress is 450 MPa’ without reporting where it occursThe maximum stress location determines whether it represents a real failure risk or a modeling artifact (singularity at a constraint, mesh-dependent peak at a sharp corner)Always report stress with location: ‘Maximum stress is 450 MPa at the shoulder fillet, r=2mm, confirmed converged with mesh study’
    Missing fatigue mean stress correctionApplies Basquin S-N curve directly to stress amplitude without considering mean stressS-N curves are typically generated at zero mean stress (fully reversed, R=-1). Non-zero mean stress reduces fatigue life, the Goodman or Morrow correction must be applied when mean stress is non-zeroApply Goodman or Morrow mean stress correction: (sigma_a/Se) + (sigma_m/Su) = 1/SF for Goodman

    The Averaged vs Unaveraged Stress Decision

    Every FEA postprocessor offers the choice of displaying stress as averaged nodal stress or unaveraged (element) stress. The difference is significant at stress concentration locations and is the source of one of the most systematic result under-predictions in structural FEA practice.

    Averaged nodal stress is computed by averaging the stress values from all elements sharing each node. This averaging smooths the stress field and produces visually cleaner contour plots. At stress concentration locations, where the stress gradient is steep, the peak element has a higher stress than the surrounding elements. The averaging operation blends the peak element’s stress with its lower-stressed neighbors, reducing the displayed peak stress by 10 to 40 percent compared to the true unaveraged value

    Unaveraged stress displays the stress for each element from its own integration point extrapolation, without blending with adjacent elements. At a well-meshed stress concentration with sufficient element density, the maximum unaveraged stress converges to the true stress concentration value as the mesh is refined. For all stress extraction at stress concentrations and failure-critical locations, unaveraged element stress is the correct quantity to report. Averaged stress is appropriate for smooth stress field regions where the gradient is small, and for comparing results across a large model at a global level, never for peak stress quantification at a notch, fillet, or hole.

    The Stress Singularity Identification Protocol

    A stress singularity in FEA is a location where the computed stress grows without bound as the mesh is refined, a sign that the mathematical model has a point of theoretically infinite stress that has no physical counterpart. Not every high-stress node in an FEA model represents a real structural risk, many are singularities caused by modeling choices that must be identified and excluded from design evaluation.

    The three most common sources of stress singularities are: 

    1. Sharp re-entrant corners: A 90-degree internal corner in a solid model has theoretically infinite stress in linear elastic FEA. The singularity arises from the corner geometry, not from a physical stress concentration in the real part (which always has a finite radius). Resolution: add the actual corner radius to the model. If the physical corner is truly sharp (ground to a sharp edge), use a stress concentration factor from Peterson’s rather than the FEA singularity value.
    2. Point constraints: A fixed BC applied to a single node concentrates the reaction force at a mathematical point, producing a stress singularity with exactly the same character as the corner singularity. Resolution: apply BCs over a surface, not a single node; or extract stress results at a distance of at least one element size from the constrained node, where Saint-Venant’s principle ensures the singularity has decayed.
    3. Point loads: A concentrated force at a single node produces a stress singularity at that node. Resolution: distribute the load over the actual contact surface, or use a remote force with a coupling constraint to a representative load introduction area.

    The diagnostic test for a stress singularity: refine the mesh at the suspect location and observe whether the peak stress increases. If the peak stress increases with mesh refinement and shows no sign of converging, it is a singularity. A genuine physical stress concentration converges, the peak stress approaches a finite value as the mesh density increases. A singularity diverges. This distinction is fundamental to correct results interpretation and must be made before reporting any very high stress value from an FEA model.

    The Validation Framework: Catching Failures Before They Reach Design Decisions

    FEA validation is the systematic process of confirming that a simulation result correctly represents the physical behavior of the structure. Validation is not a single check, it is a layered framework of independent verification methods, each of which catches a different class of failure. No single validation method catches all failure modes. A reaction force check does not catch a material model error. A mesh convergence study does not catch a physics assumption error. A hand calculation comparison does not catch a postprocessing interpretation error. All must be applied.

    The Validation Framework Catching Failures Before They Reach Design Decisions
    Validation MethodWhat It ChecksWhen to UsePass Criterion
    Hand calculation comparisonOrder-of-magnitude correctness of displacement and stress; basic load path logicAlways, every analysis, every load caseFEA result within 20-30% of simplified hand calc; differences explained by geometry complexity, not errors
    Reaction force equilibriumApplied loads are correctly transmitted through the model; no load is lost or multiplied at interfacesEvery static analysis as a mandatory post-solve checkSum of all reaction forces equals sum of all applied forces in each global direction, within 0.1% tolerance
    Mesh convergence studyPeak stress at critical locations is mesh-independent (converged)Every analysis where peak stress at a stress concentration governs the designPeak stress changes < 2% between medium and fine mesh refinements
    Analytical solution comparison (Timoshenko, Roark)Known closed-form solutions for beams, plates, cylinders, pressure vessels, confirms physics is correctly modeledWhenever geometry can be approximated by a standard geometry with known solutionFEA result within 5% of analytical solution for the simplified geometry
    Symmetry / antisymmetry checkModel physics is internally consistent, symmetric loads produce symmetric results, antisymmetric loads produce antisymmetric resultsAny model with geometric symmetry, apply symmetric load, verify symmetric response; apply antisymmetric load, verify antisymmetric responseStress and displacement fields mirror correctly across the symmetry plane
    Modal analysis pre-solve checkBoundary conditions correctly remove all 6 rigid-body modes; model is properly constrainedBefore every static, dynamic, or nonlinear analysisZero near-zero-frequency modes (all modes above 1 Hz for structural model)
    Strain energy density checkElements with very high strain energy density relative to neighbors may indicate mesh problems or singularitiesWhen stress contours show isolated high-stress nodes or elements not consistent with the loadingStrain energy density should vary smoothly across the model; isolated peaks indicate mesh or BC errors
    Physical test correlationComplete model (physics, geometry, BCs, materials, loads) predicts measured physical test resultsWhenever physical test data is available, required for model validation before results are used for design decisionsFEA prediction within 10-15% of measured strain gauge readings or 5% of measured natural frequencies at validated locations

    The Hand Calculation as the First Line of Defense

    The most powerful and most underused validation tool in FEA practice is the hand calculation comparison, computing an approximate expected result using beam theory, plate theory, thin-wall pressure vessel formulas, or other closed-form methods before examining the FEA output. The hand calculation does not need to be exact: it needs to give the right order of magnitude and the right physical trend (which end deflects more, which face is in tension, where the bending moment peaks).

    Before reviewing FEA results, estimate the expected stress and displacement using hand calculations. If the FEA results are within 20–30% of the estimate, the model is likely behaving correctly. Differences greater than 50% should be investigated, as they may indicate an error in the model, assumptions, or calculations that must be explained before the results are trusted.

    Physical Test Correlation: The Ultimate Validation

    Physical test correlation, comparing FEA predictions against measured strain gauge readings, displacement measurements, or natural frequencies from a physical prototype, is the most definitive form of simulation validation. A model that has been correlated against physical test data at multiple locations and load levels is validated; a model that has only been verified for internal consistency (reaction equilibrium, mesh convergence) is verified but not validated. The distinction matters for the confidence that can be placed in extrapolated predictions, load cases or geometric variants not covered by the physical test.

    The correlation criterion: FEA predictions should agree with measured strain gauge readings within 10 to 15 percent at validated locations, and modal frequencies should agree within 5 percent for correlated natural frequencies. Discrepancies outside these ranges indicate model errors that must be identified and corrected before the model is used for design predictions. Acceptable correlation at one location does not validate the model at all locations, correlation must cover the range of stress states, boundary conditions, and geometric features that the model will be used to analyze.

    The Plausibility Trap: Why Wrong Results Look Right

    The defining feature of the simulation failures described in this article is that wrong results are usually plausible. The stress contours are smooth and visually credible. The deformation shape makes intuitive sense. The peak stress value is in a reasonable range, not implausibly high and not suspiciously zero. The solver completed without errors. There is nothing in the output that signals a problem to an analyst who is not specifically looking for the error class that caused it.

    This plausibility is the reason systematic validation is necessary. An analyst who only reviews FEA output for plausibility, does the result look reasonable?, will miss every error that produces a plausible wrong result. This includes the physics assumption errors (linear elastic analysis of yielding material gives plausible stress distributions, just at wrong magnitudes), the boundary condition errors (fixed vs pinned gives plausible stress distributions with different values), the postprocessing errors (averaged stress at a notch gives a plausible smooth contour, just lower than the true peak), and the material model errors (wrong material data gives plausible-looking results with wrong magnitudes).

    The Confirmation Bias Problem in FEA Review

    FEA review is susceptible to confirmation bias in a specific and dangerous way: when the result confirms the analyst’s engineering intuition about where the highest stress should be and approximately what magnitude it should be, the review tends to stop. The result ‘makes sense,’ so it is accepted. But engineering intuition about stress magnitude is much less reliable than intuition about stress location.

    An experienced engineer typically knows which feature is most highly stressed in a structure, a shoulder fillet, a bolt hole, a section transition. What engineering intuition cannot reliably predict is whether the peak stress at that feature is 185 MPa or 312 MPa, or whether it is driving a fatigue failure through von Mises or through maximum principal stress amplitude.

    The protection against confirmation bias in FEA review is quantitative validation against an independent reference, not a subjective assessment of whether the result looks right. The independent reference can be a hand calculation, an analytical solution from Roark’s Formulas or Peterson’s Stress Concentration Factors, a comparison against a different FEA model with different element types or boundary condition assumptions, or a physical strain gauge measurement. Any of these provides the quantitative check that qualitative plausibility review cannot.

    Building a Simulation Quality System: From Individual Checks to Organizational Process

    Individual analysts applying the validation methods described in this article can catch a large fraction of simulation failures. But the most effective protection against simulation failure is an organizational simulation quality system, a structured process that makes validation mandatory, creates independent review, and builds a institutional memory of the failure modes specific to the organization’s product types and analysis methods.

    Building a Simulation Quality System

    The Four Elements of a Simulation Quality System

    1. Analysis plan documentation: Before model building begins, document the analysis objective, the physics assumptions, the accepted simplifications and their justification, the load cases, the acceptance criteria, and the validation plan. An analysis plan that is reviewed before the model is built catches physics assumption errors at the lowest-cost stage, when changing the approach costs hours rather than days.
    2. Preprocessing checklist enforcement: The 30-point checklist from the preprocessing article in this series should be a required deliverable for every analysis, completed and signed by the analyst and reviewed by a peer. Checklist enforcement is the most efficient way to catch the preprocessing error categories: unit system inconsistency, wrong element type, missing mesh convergence studies, and boundary condition errors.
    3. Independent technical review: Every analysis that will be used to make a design decision or support a regulatory submission should be reviewed by an engineer who did not build the model. Independent reviewers catch assumptions that the original analyst has normalized, the BC that has always been applied this way, the material value that came from an unverified spreadsheet, the stress measure that was used in the last ten analyses without questioning its appropriateness. Peer review is the validation method with the highest return on time invested.
    4. Lessons-learned database: Every simulation failure that is caught, whether in internal review or by comparison with physical test data, should be documented in a format that makes it accessible to other analysts. The failure mode, the analysis type, the error category, and the detection method should all be recorded. Over time, this database becomes the organization’s institutional knowledge of which errors occur most frequently in which analysis types for which product categories, the most valuable guide to where scrutiny should be applied in future analyses.

    Frequently Asked Questions

    Q: If the CAD model is good and the mesh quality is good, why do FEA results fail?

    FEA results can still fail because the biggest errors usually come from incorrect engineering assumptions, not the CAD model or mesh. Wrong boundary conditions, material properties, load definitions, physics selection, or failure criteria can produce inaccurate results even with a perfectly meshed model. Verification and validation are essential to detect these analyst-driven errors.

    Q: What is the difference between von Mises stress and maximum principal stress, and when should I use each?

    Use von Mises stress to evaluate yielding in ductile metals because it predicts permanent deformation. Use maximum principal stress for brittle materials, fatigue analysis, and fracture mechanics, where tensile stresses control failure. Choosing the wrong stress criterion can lead to incorrect safety assessments and unreliable FEA results.

    Q: How do I know if a high-stress result is a real failure risk or a mesh singularity?

    Refine the mesh around the high-stress region and compare the results. If the stress converges with mesh refinement, it represents a real stress concentration. If the stress keeps increasing without convergence, it is likely a mesh singularity caused by sharp corners, point loads, or idealized constraints rather than a physical failure.

    Q: What is the most important validation check after running an FEA analysis?

    The most important post-processing check is reaction force equilibrium. In a correct static analysis, the total reaction forces and moments should match the applied loads within an acceptable tolerance. If they do not, the model likely contains errors in boundary conditions, contacts, or load application.

    Q: Can a simulation be verified but not validated, and what is the practical difference?

    Yes. Verification confirms that the mathematical model has been solved correctly, while validation confirms that the model accurately represents the real physical system. A simulation can be numerically correct but still produce misleading results if the underlying assumptions, materials, or boundary conditions do not reflect reality.

    Q: What is the most dangerous simulation failure mode, the one most likely to cause a real-world product failure?

    The most dangerous failure mode is a non-conservative simulation, where the model predicts a design is safe when it is not. This often results from incorrect boundary conditions, inappropriate physics assumptions, or using the wrong failure criterion, leading to unsafe engineering decisions despite apparently acceptable FEA results.

    Conclusion:

    The message of this article can be stated directly: simulation fails because of decisions the analyst makes, not because of the quality of the CAD model. CAD geometry is the starting point for FEA, but it is not the determinant of FEA accuracy. The determinant is the quality of the judgments made at every step from physics selection to results interpretation, judgments that the software cannot make, the mesh cannot correct, and the solver cannot verify.

    The twelve failure categories in this article, from wrong physics assumptions through postprocessing interpretation errors, share a common feature: they are all analyst decisions. They are decisions about which equations to solve, which material behavior to assume, how to represent supports and loads, and how to read the output. Improving these decisions requires not better software or better CAD, but better physics understanding, more rigorous validation habits, and organizational processes that make systematic review the default rather than the exception.

    The practical implication for any engineering organization that uses FEA: the return on investment from analyst training and validation process improvement exceeds the return from higher-end simulation software, better hardware, or higher-quality CAD tools, because the errors that training and process improvement address are the dominant sources of wrong results. A well-trained analyst with rigorous validation habits using mid-tier software produces more reliable results than an untrained analyst with premium tools and perfect CAD. The tools serve the judgment. The judgment is what determines whether the simulation is worth trusting.

    Strengthen your simulation practice with our guides on FEA preprocessing, boundary condition selection, static vs dynamic analysis, stress concentration, mesh quality, and the top industries where simulation accuracy determines product success.

  • FEA Preprocessing Checklist for Better Results (30-Point Guide)

    FEA Preprocessing Checklist for Better Results (30-Point Guide)

    The analysis had taken fourteen hours to run on the HPC cluster. The stress contours looked reasonable at first glance, the colors were plausible, the deformation shape made sense, and the peak stress value was within the expected range. But when the engineer tried to verify the result against a hand calculation for a simplified version of the geometry, the numbers didn’t match. After two hours of investigation, the problem surfaced: the material density had been entered as 7850 kg/m³ in a model where the geometry was defined in millimeters.

    The mass matrix was wrong by a factor of 10⁹. The natural frequencies from the modal analysis were off by a factor of 31,623. Every dynamic result in the analysis was meaningless.

    Unit mismatches are one of the most common FEA preprocessing errors, and one of the least obvious, because the stress results from a static analysis are often unaffected by density errors and look completely normal. The error only manifests in dynamic results, and only if the analyst checks them against an independent reference. Without the hand calculation cross-check, the wrong results would have been reported as correct. This is the defining characteristic of preprocessing errors: they do not produce error messages. The solver runs, the results appear, and the output looks like a valid FEA result. The only thing that reveals the error is a systematic check of every preprocessing decision, which is exactly what a preprocessing checklist provides.

    This article presents a 30-point FEA preprocessing checklist covering the six categories where preprocessing errors most commonly occur: analysis scoping, geometry preparation, material assignment, element selection, mesh quality, boundary conditions and loads, and analysis settings. Each checklist item identifies the failure mode it prevents, its priority, and what to do when the check fails. The article also includes four reference tables: geometry cleanup decisions, element type selection, mesh quality metrics with acceptable ranges, and unit system compatibility. Used before every analysis run, this checklist catches the errors that fourteen-hour solver runs cannot.

    The 30-Point FEA Preprocessing Checklist

    The following checklist covers every preprocessing decision category. Items marked Critical will produce wrong results or solver failure if skipped. Items marked High introduce significant accuracy risk. Items marked Medium are good practice that prevents post-processing problems. Work through the checklist in order, the categories are sequenced so that early errors are caught before time is invested in later steps that depend on them.

    The FEA Preprocessing Error Cost Curve
A bar chart with five stages on the X-axis from left to right: (1) Scoping, (2) Geometry Preparation, (3) Meshing, (4) BCs and Loads, (5) Solver Run. The Y-axis is labeled 'Relative Cost to Fix an Error Found at This Stage' (logarithmic scale from 1x to 1000x). Bar heights: Scoping = 1x (lowest); Geometry = 5x; Meshing = 15x; BCs and Loads = 30x; Solver Run = 100x (highest, error found after solve requires reprocessing all downstream steps). A secondary overlay line labeled 'Typical Error Discovery Rate' shows an inverted pattern, most errors are discovered late (in solver results) rather than early (in scoping or geometry), illustrating the problem the checklist solves. Color: bars in navy gradient, error discovery line in red, checklist intervention points marked as green stars at each stage.
    #Checklist ItemCategoryFailure Mode if SkippedPriority
    1Confirm analysis objective and required output quantitiesScopingWrong element type, mesh density, or analysis type selected for the question being askedCritical
    2Identify all load cases and combinationsScopingCritical load combinations missed; non-governing cases consume compute timeCritical
    3Define required accuracy and acceptable error toleranceScopingOver-meshing (wasted time) or under-meshing (wrong results) with no basis for judgmentCritical
    4Simplify CAD geometry, remove non-structural featuresGeometryMesh generation fails or produces poor-quality elements at fillets, logos, and cosmetic featuresCritical
    5Verify geometry units and scaleGeometryStress results in wrong units by 3 to 6 orders of magnitude; deformation looks wrong but error is not obviousCritical
    6Check for geometry gaps, overlaps, and duplicate surfacesGeometryMesh generation creates unconnected regions or double elements; load transfer fails silentlyCritical
    7Confirm midsurface extraction for thin-walled parts (shell models)GeometryShell model offset by half-thickness; contact and load application on wrong faceHigh
    8Assign correct material properties, E, nu, density, yield stressMaterialsAll stress results wrong by the ratio of correct to incorrect modulusCritical
    9Verify material property units match model unitsMaterialsSame as above, unit mismatch produces results that are plausible but wrongCritical
    10Confirm material direction for orthotropic / anisotropic materialsMaterialsComposite or wood material loaded in wrong principal direction; stiffness 5-50x wrongCritical
    11Select correct element type for the physicsElementsShell elements for thick sections (t/L > 0.1) give wrong results; solid elements for thin shells miss bendingCritical
    12Use quadratic elements where stress gradients are importantElementsLinear elements underestimate peak stress at notches and fillets by 20-50%High
    13Check element aspect ratio, target < 5:1, never exceed 10:1Mesh QualityHigh-aspect elements produce large discretization errors and ill-conditioned stiffness matrixCritical
    14Check Jacobian ratio, all elements above 0.6Mesh QualityNegative Jacobian elements cause solver failure; low Jacobian degrades accuracyCritical
    15Verify element warpage angle < 10 degrees for quads and hexahedraMesh QualityWarped elements introduce mapping errors that degrade stress accuracyHigh
    16Confirm mesh density at stress concentrations (8+ elements per radius)Mesh QualityPeak stress at notches, holes, and fillets under-predicted; safety factors non-conservativeCritical
    17Run mesh convergence study at critical locationsMesh QualityResults are mesh-dependent; no basis for trusting the stress answerCritical
    18Verify node connectivity at interfaces, no gaps between partsMesh QualityLoad transfer fails between components; artificial stress concentration at interfaceCritical
    19Apply correct boundary conditions, constrain exactly the physical DOFsBoundary ConditionsOver-constraint adds artificial stiffness; under-constraint causes rigid-body motion and solver failureCritical
    20Eliminate all rigid-body modes, run modal pre-checkBoundary ConditionsSingular stiffness matrix; solver fails or returns meaningless large displacementsCritical
    21Apply symmetry BCs correctly, verify DOF assignments for symmetry vs antisymmetryBoundary ConditionsAntisymmetric load on symmetric BC gives completely wrong stress distributionHigh
    22Define contact pairs with correct formulation and frictionBoundary ConditionsContact interpenetration or artificial separation; load path incorrect through contactHigh
    23Apply loads in correct direction, magnitude, and distributionLoadsStress result wrong by up to 100% if load direction or distribution is incorrectCritical
    24Verify load units match model unitsLoadsLoads off by 3-6 orders of magnitude; results look wrong but error source is not obviousCritical
    25Check gravity direction and magnitude if self-weight is includedLoadsSelf-weight applied in wrong direction; upward gravity produces tension in horizontal membersHigh
    26Confirm pressure load sign convention, inward vs outward positiveLoadsPressure vessel analyzed in tension instead of compression or vice versaHigh
    27Verify load application point matches physical load introductionLoadsStress concentration artifact at load application node; Saint-Venant region pollutes resultHigh
    28Confirm analysis type matches load character, static vs dynamicAnalysis SettingsStatic analysis misses resonance amplification; DAF up to 50x at resonanceCritical
    29Set nonlinear analysis controls, convergence criteria and step sizeAnalysis SettingsNonlinear analysis diverges or gives false convergence at wrong equilibrium stateHigh
    30Request correct output quantities, reactions, stress invariants, energyAnalysis SettingsCritical output not available post-solve; rerun requiredMedium
    HOW TO USE THIS CHECKLIST
    Print or keep this checklist open during model setup. Check off each item as it is verified, not as it is set up. There is a difference: setting up a material property is not the same as verifying it against the source datasheet. Setting up a boundary condition is not the same as confirming it matches the physical support behavior. The checklist should be completed by someone reviewing the model setup, not exclusively by the person who built it. Peer review of preprocessing catches errors that the original analyst has become blind to through familiarity with their own setup.
    FEA Preprocessing Checklist for Better Results (30-Point Guide)

    Category 1: Analysis Scoping, Define the Question Before Building the Model

    The most expensive preprocessing error is building the wrong model, one that answers a question the engineer did not actually need answered, or one that is missing the output quantities required for the design decision. Analysis scoping establishes what question the FEA must answer, what accuracy is required, what load cases must be covered, and what outputs must be extracted. Every subsequent preprocessing decision, geometry simplification level, element type, mesh density, analysis type, flows from the scoping decisions. Getting scoping wrong means every downstream decision is potentially wrong too.

    Checklist Item 1: Confirm the Analysis Objective

    Before opening the preprocessing software, write down in one or two sentences exactly what question this FEA analysis is answering. ‘Determine if the bracket will fail’ is not sufficient. ‘Determine the maximum von Mises stress in the bracket under the 5000 N vertical load applied at the tip, and compare it to the yield stress of 350 MPa with a safety factor target of 1.5’ is a complete objective. The objective must specify: the physical quantity of interest (stress, displacement, natural frequency, heat flux), the location of interest (specific feature, maximum over whole model, or both), the load case or cases, and the acceptance criterion.

    The analysis objective determines the required fidelity of every subsequent decision. If the objective is to predict whether a part yields under a specified load, a linear static analysis with von Mises stress output is appropriate. If the objective is to predict fatigue life at a specific joint, the analysis requires principal stress amplitude extraction at the joint, a fatigue notch factor, and an S-N curve, inputs that cannot be extracted if they were not set up before the solve. Setting up the output requests before the solve is part of preprocessing, not postprocessing

    Checklist Item 2: Identify All Load Cases

    A complete load case definition includes all combinations of loads that the structure will experience during its service life, not just the peak load case. Missing a load combination is one of the most consequential scoping errors because the governing load case is not always the one with the largest magnitude. A thermal load combined with a modest mechanical load can produce higher stress at a critical location than the peak mechanical load alone, because the thermal stress adds to the mechanical stress with the same sign in one direction and subtracts in another.

    For fatigue analyses, the complete load history, not just the peak load, must be defined at scoping. The fatigue damage accumulated at a specific stress amplitude depends on the number of cycles at that amplitude, which requires the full load spectrum. A fatigue analysis scoped only to the peak load will miss the contribution of lower-amplitude, higher-cycle portions of the load spectrum that may dominate fatigue life for high-cycle applications in the Basquin (power law) regime.

    Category 2: Geometry Preparation, The Most Time-Consuming Category

    Geometry preparation, cleaning, simplifying, and repairing the CAD model for FEA use, is typically the most time-consuming phase of preprocessing, often consuming 40 to 60 percent of total analysis setup time. It is also the category where the cost of poor preparation compounds most severely: bad geometry produces bad meshes, bad meshes produce wrong results, and the error propagation is not always obvious. A systematic geometry cleanup using the decision table below prevents the most common mesh generation failures and result accuracy problems.

    CAD FeatureWhy It Causes ProblemsCleanup ActionWhen to Keep It
    Cosmetic chamfers and edge breaks (< 0.5mm)Mesh generator creates distorted elements to capture tiny geometry; massively increases element count for zero structural benefitSuppress or remove in preprocessingNever, below 0.5mm, chamfers have no structural effect; include only in models where surface finish matters for fatigue
    Logos, text, and embossed markingsNon-planar surface features cause mesh generation to fail or create highly distorted elements on otherwise flat facesSuppress all decorative surface featuresNever for structural FEA, if appearance matters, keep in visualization model only
    Standard hardware (bolts, washers, nuts)Full bolt thread geometry requires millions of elements to mesh; threads add no load-transfer accuracy vs simplified bolt shank modelReplace with simplified cylinder or beam element for bolt shank; apply preload as forceOnly when thread failure is the specific analysis objective, and only model the thread root zone
    Fillets on non-critical features (not in load path)Prevent automatic hex meshing; force tet mesh in regions that do not affect resultsSuppress non-load-path fillets; keep only fillets at stress concentration locationsAll load-path fillets must be retained, stress concentration at load-path fillet is a primary analysis objective
    Thin slivers and short edgesMesh generator creates needle elements along sliver; element quality fails checks; solver strugglesMerge or remove sliver surfaces; heal short edges to adjacent surfacesNever, slivers are modeling artifacts, not structural features
    Duplicate or overlapping surfacesMesh generates double elements at same location; load applied twice; stiffness doubled artificiallyDelete duplicates; use geometry repair tools to merge coincident surfacesNever, duplicates are geometry import errors with no structural meaning
    Holes below mesh-size thresholdTiny holes create mesh singularity zones and do not affect structural responseSuppress holes whose diameter is less than one-quarter of the local mesh size targetOnly when fluid passes through the hole (CFD coupling) or when the hole is at a stress concentration location under study
    Assembly gaps and mismatches at interfacesMesh creates unconnected nodes at interface; load transfer fails silently; no error messageUse CAD repair to close gaps below 0.1mm; use mesh tie or bonded contact for designed clearancesNever, interface gaps are geometry preparation errors that must be resolved before meshing

    Checklist Item 5: Units and Scale Verification

    The unit system used in the FEA model must be consistent across all inputs: geometry dimensions, material properties, load magnitudes, and output requests must all use the same units. There is no automatic unit conversion in most FEA preprocessors, if the geometry is in millimeters and the material stiffness is entered in GPa (N/m² × 10⁹), the effective stiffness in the model is off by a factor of 10⁹ and all displacements are wrong by that factor.

    The most common unit conflict in industrial FEA is between geometry (typically in millimeters for manufactured parts) and material density (often entered in kg/m³ from material datasheets). In a millimeter-Newton-tonne unit system, stress comes out in MPa naturally, but density must be in tonnes per cubic millimeter (t/mm³), for steel, this is 7.85 × 10⁻⁹ t/mm³, not 7850 kg/m³. Entering the datasheet value directly produces a mass matrix that is 10¹² times too large, making all frequency and inertia results completely wrong while leaving static stress results unchanged.

    Unit System Quick Reference, Steel Properties in Common FEA Unit Systems
    UNIT SYSTEM          | E (Young's Modulus) | Density             | Stress Unit
    ---------------------|---------------------|---------------------|------------
    SI (m, N, kg)        | 210e9 Pa            | 7850 kg/m^3         | Pa
    mm-N-t (most common) | 210000 MPa          | 7.85e-9 t/mm^3      | MPa
    mm-N-kg (CAUTION)    | 210000 N/mm^2       | 7.85e-6 kg/mm^3     | N/mm^2 = MPa
    in-lbf               | 30.0e6 psi          | 0.000284 slug/in^3  | psi

    VERIFICATION CHECK: Apply a 1 N force to a 1x1x1 unit cube of steel.
    Expected displacement = F/(E*A) = 1 / (E * 1) = 1/E in model length units.
      SI:           delta = 1 / 210e9 = 4.76e-12 m
      mm-N-t:       delta = 1 / 210000 = 4.76e-6 mm
      in-lbf:       delta = 1 / 30e6 = 3.33e-8 in
    If your result does not match, your units are inconsistent.

    DENSITY UNIT CHECK: Run a modal analysis of the cube. First natural frequency
    of a 1x1x1 steel cube (free-free) should be approximately:
      SI (m):   f_1 ~ 80,000 Hz (acoustic mode)
      mm-N-t:   f_1 ~ 80,000 Hz (same physics, same number)
    If you get a frequency 1000x or 1e6x different, your density units are wrong.

    Category 3: Material Properties, Verified Against Source Data

    Material property errors are insidious because they affect every result in the analysis by a fixed multiplier, but that multiplier is often not obvious. A Young’s modulus entered as 200,000 instead of 210,000 MPa (a 5 percent error from misreading the datasheet) produces stress results that are 5 percent wrong everywhere in the model, a systematic error that no mesh refinement or convergence study will reveal, because the physics is internally consistent at the wrong material stiffness.

    The Five Material Properties That Must Be Source-Verified

    1. Young’s modulus (E): Primary determinant of displacement and stress under mechanical load. Verify against the material standard (ASTM, EN, JIS) for the specific alloy and temper, not a generic value from memory. E varies by up to 10 percent across aluminum alloys and up to 5 percent for steel alloys in different heat treatment conditions.
    2. Poisson’s ratio (ν): Affects lateral strain and stress in multiaxial stress states. For most metals: 0.27 to 0.33. For rubber and elastomers: approaching 0.5. For composites: highly direction-dependent. Using ν = 0.3 for all metals is acceptable for most structural analyses but introduces up to 10 percent error in highly constrained 3D stress states.
    3. Density (ρ): Required for dynamic analysis, self-weight calculation, and inertia relief. Must be in model units. Verify the unit system before entry. A density of 7850 means very different things in SI (kg/m³, correct for steel) and mm-tonne (t/mm³, which would be 10⁹ times too large).
    4. Yield stress (S_y) and ultimate tensile stress (S_u): Required for nonlinear analysis and safety factor calculation. Must match the specific alloy, temper, and product form (plate, bar, forging), yield stress for a 6061-T6 plate is 276 MPa; for 6061-T651 it is 276 MPa; for 6061-O (annealed) it is 55 MPa. Using the wrong temper value can underestimate or overestimate yield by a factor of 5.
    5. Thermal expansion coefficient (α): Required for thermal stress analysis. For steel: 11 to 13 × 10⁻⁶ /°C. For aluminum: 22 to 24 × 10⁻⁶ /°C. Using the wrong value in a thermal stress analysis produces proportionally wrong thermal stress, a 10 percent error in α produces a 10 percent error in thermal stress.

    Orthotropic and Composite Material Direction Verification

    For orthotropic materials (composites, timber, rolled plate with directional properties), the material principal directions must be correctly aligned with the geometry coordinate system. An FEA solver applies material stiffness in the directions defined by the material coordinate system. If the fiber direction of a CFRP laminate is defined as the global X direction but the part is oriented so that the fibers run in the Y direction, the axial stiffness (fiber direction, E ~ 150 GPa) and transverse stiffness (matrix direction, E ~ 8 GPa) are swapped. The model is 18 times too flexible in the load direction and 18 times too stiff transversely, an error that no amount of mesh refinement or solver accuracy will correct.

    The verification step for orthotropic material direction: apply a unit displacement in the material’s primary fiber direction and confirm that the reaction force corresponds to the fiber-direction modulus. Then apply the same unit displacement in the transverse direction and confirm the transverse modulus. If either check fails, the material coordinate system is incorrectly defined.

    Category 4: Element Type Selection, Matching Physics to Formulation

    Element type selection is one of the highest-leverage preprocessing decisions. The wrong element type can introduce errors of 20 to 200 percent in peak stress results, larger than almost any mesh density error, while the right element type produces accurate results even with a relatively coarse mesh. The selection must be based on the geometry’s dominant structural behavior: does the structure primarily bend as a thin shell, stretch as a solid body, or carry axial loads as a slender member? Each behavior has an optimal element type, and using a suboptimal type means the element’s mathematical formulation is fighting the physics it is trying to represent.

    Geometry TypeRecommended ElementOrderWhen to AvoidKey Check
    Thin-walled structure (t/L < 0.05)Shell (QUAD4 / QUAD8)Quadratic (QUAD8) preferredWhen through-thickness stress gradient matters; when contact on curved surfaceMidsurface offset correct; thickness assigned correctly; stacking direction for composites
    Moderately thin wall (0.05 < t/L < 0.1)Shell or solid, run sensitivityQuadratic for bothSolid with only 1-2 elements through thickness gives wrong bending stiffnessIf solid: at least 3 elements through thickness for bending accuracy
    Solid 3D part, regular geometryHexahedral (HEX8 / HEX20)Quadratic (HEX20) for stressAvoid where geometry prevents structured hex mesh, distorted hex is worse than good tetAspect ratio < 5:1; Jacobian > 0.6; warpage < 10 degrees
    Solid 3D part, complex geometryTetrahedral (TET10)Quadratic (TET10) always, never TET4 for stressTET4 (linear tet) for stress analysis, 4-10x under-predicts peak stress vs TET10Sufficient density at stress risers; convergence study mandatory for TET10 models
    Slender beam or frame member (L >> cross-section)Beam (BEAM2 / BEAM3)Quadratic (BEAM3) for bendingWhen cross-section stress distribution matters (not just resultant force and moment)Section properties correctly defined; neutral axis at correct location; shear center
    Springs, cables, and 1D connectorsSpring / Truss / RBENot applicableWhen flexural stiffness matters, spring and truss carry axial force onlyStiffness value in correct units; DOF connections correct for spring type
    Axisymmetric geometry and loadingAxisymmetric solid (AXISYM)Quadratic preferredWhen load breaks axisymmetry, use 3D modelGeometry on correct side of axis; loading defined in meridional plane
    Plane stress (thin plate in-plane)Plane stress quad (CPS8)QuadraticWhen thickness is not small compared to in-plane dimensionsOut-of-plane stress is zero by assumption, verify this is physically correct

    The Linear vs Quadratic Element Decision

    Within each element family, the choice between linear (first-order) and quadratic (second-order) elements is consistently one of the most impactful decisions in preprocessing. Linear elements (TET4, HEX8, QUAD4) have displacement fields that are linear within each element, they cannot represent curved displacement fields without using very fine meshes. At stress concentration locations (notches, holes, fillets), where the stress gradient changes sharply over a short distance, linear elements significantly underestimate the peak stress because they cannot capture the curvature of the displacement field with coarse meshes.

    Quadratic elements (TET10, HEX20, QUAD8) have midside nodes and displacement fields that can capture quadratic variation within each element. At stress concentrations, quadratic elements predict peak stresses 20 to 50 percent closer to the converged value with the same number of elements as linear elements. The computational cost per element is approximately 3 to 5 times higher for quadratic elements (more degrees of freedom, larger element stiffness matrices), but the accuracy gain typically more than compensates, fewer elements are needed to achieve the same accuracy, so the total model size is often smaller for a quadratic model than for a linear model at equivalent accuracy.

    The specific case where linear elements are preferred over quadratic: explicit dynamics crash and impact analysis. Explicit dynamics solvers use lumped mass matrices for computational efficiency, and quadratic elements with midside nodes produce mass matrices that can cause oscillation instabilities in explicit integration. Most crash simulation codes (LS-DYNA, Abaqus Explicit) use QUAD4 shell elements and HEX8 solid elements as their primary element types for this reason. The very fine mesh required for crash simulation (element sizes of 3 to 10 mm for vehicle crash models) provides the accuracy that would otherwise require quadratic elements.

    Category 5: Mesh Quality, Quantitative Acceptance Criteria

    Mesh quality is the preprocessing category with the most objective criteria, unlike geometry simplification or boundary condition selection, mesh quality can be measured numerically and compared against established thresholds. Every commercial FEA preprocessor provides mesh quality metrics as standard output. The analyst’s job is to run the quality check, identify the elements that fail the acceptance criteria, and improve the mesh in those regions before running the analysis. Running a stress analysis with known poor-quality elements is not a defensible engineering practice, the solver will run, the results will look like results, and the errors introduced by the bad elements will be invisible in the output.

    MetricDefinitionTarget (Good)Warning ThresholdFailure ThresholdFix Strategy
    Aspect RatioLongest edge / shortest edge of element< 3:13:1 to 5:1, acceptable in low-gradient regions> 10:1, significant accuracy lossRefine mesh in elongated direction; use smaller elements near high-gradient regions
    Jacobian RatioRatio of minimum to maximum Jacobian determinant within element> 0.8 (ideal = 1.0)0.6 to 0.8, monitor accuracy< 0.4, severe accuracy degradation; < 0 solver failureSmooth mesh; reduce element distortion at curved boundaries
    Warpage AngleAngle between the two triangles formed by splitting a quad element< 5 degrees5 to 10 degrees, acceptable for low-stress regions> 15 degrees, significant mapping error in curved shellsUse smaller elements; improve surface mesh; remesh curved shell regions
    SkewnessDeviation of internal angles from ideal (90 deg for quad, 60 deg for tri)< 0.5 (0 = perfect)0.5 to 0.7, borderline> 0.85, inaccurate; > 0.95 solver may failAdjust mesh seed points; use size controls to improve transition
    OrthogonalityAngle between element face normal and centroid-to-centroid vector (CFD)> 0.15 (1 = perfect)0.05 to 0.15, may affect convergence< 0.01, CFD solver divergesRemesh boundary layer; improve mesh at concave geometry
    Tet Collapse RatioHeight of tet from base / base edge length> 0.20.1 to 0.2, borderline< 0.1, near-degenerate tet; accuracy severely degradedIncrease local mesh density; use size controls to prevent sliver tets
    Min/Max Angle (Tri)Internal angles of triangular elements45 to 90 degrees30 to 120 degrees, acceptable< 15 degrees or > 150 degrees, severe accuracy degradationRemesh region; use advancing front mesher with angle controls
    Min/Max Angle (Quad)Internal angles of quadrilateral elements70 to 110 degrees45 to 135 degrees, acceptable< 30 degrees or > 150 degrees, severe distortionSmooth mesh topology; split distorted quads into tris if necessary

    Checklist Item 16: Mesh Density at Stress Concentrations

    The most consequential mesh density decision is the element size at stress concentration locations, notches, holes, fillets, and geometric discontinuities where the stress gradient is steepest. The standard guidance is at least 8 elements spanning the fillet radius circumferentially for capturing the stress concentration factor Kt to within 5 percent of the converged value. For very small radii (r < 1mm) in a large assembly model, this requires a local mesh refinement zone at the feature.

    The verification for mesh density at stress concentrations is the mesh convergence study: run the analysis at three successive mesh densities (coarse, medium, fine) at the critical location, and confirm that the peak stress at the critical location changes by less than 2 percent between the medium and fine meshes. If it changes by more, the medium mesh is not converged and the fine mesh is the minimum acceptable density. If the coarse-to-medium change exceeds 10 percent, the coarse mesh is too coarse to provide even a rough estimate.

    Checklist Item 18: Node Connectivity at Interfaces

    In assemblies with multiple parts, the mesh connectivity at part interfaces is a common source of silent errors. If two parts share a surface (bonded contact, tied interface, or merged nodes), the mesh nodes on the two sides of the interface must be either coincident and merged (for perfect bonding) or correctly defined as a contact pair (for frictional, frictionless, or tied contact). An interface where the meshes are not connected and no contact pair is defined is an invisible gap, the two parts can interpenetrate without load transfer, the solver does not report an error, and the stress result near the interface is meaningless.

    The diagnostic for unconnected interfaces: after meshing, inspect the interface visually using a cross-section cut through the interface region. In the preprocessor’s display, connected nodes appear as a continuous mesh; disconnected nodes show two separate mesh boundaries facing each other. Alternatively, apply a small compressive load perpendicular to the interface and check that load is transferred, if the reaction at the far end of the second part shows zero force, the interface is not transmitting load.

    Mesh Quality Metric Visual ReferenceALT: A six-panel diagram showing visual examples of mesh quality metrics for 2D quad elements. Panel 1: Aspect Ratio, shows a square element (AR=1, labeled GOOD) next to a highly elongated rectangle (AR=15, labeled BAD) with stress contour showing numerical noise on the bad element. Panel 2: Jacobian Ratio, shows a regular parallelogram element (Jacobian=0.95, GOOD) next to a severely distorted quad with one concave corner (Jacobian=0.2, BAD). Panel 3: Warpage, shows a flat quad on a plane (0 degrees, GOOD) vs a twisted quad where opposite corners are in different planes (20 degrees, BAD). Panel 4: Skewness, shows a near-square element (skewness=0.1, GOOD) vs a highly skewed parallelogram with acute angles (skewness=0.85, BAD). Panel 5: Min Angle, shows acceptable angular range (45-135 degrees shown) vs failure case (15-degree acute corner labeled FAIL). Panel 6: a compound metric summary table in the corner showing acceptable ranges for each metric in a colored band from green (good) through yellow (warning) to red (fail).

    Category 6: Boundary Conditions and Loads, The Last Line Before the Solve

    Boundary conditions and loads are covered in depth in the dedicated article on FEA boundary condition selection. The preprocessing checklist focuses on the verification steps that confirm what has been set up is correct, not just present. A boundary condition that has been applied to the wrong face, in the wrong direction, or with the wrong constraint type is as wrong as a missing boundary condition, but it produces results that look more plausible and are therefore harder to catch.

    Checklist Item 20: The Modal Pre-Check for Rigid-Body Modes

    Before running any static or dynamic analysis, run a free-vibration modal analysis requesting the first 12 modes with no preload and no inertia relief. Any mode with a near-zero natural frequency (below 1 Hz for a structural model) is a rigid-body mode, evidence that the boundary conditions have not removed all six rigid-body degrees of freedom. A correctly constrained 3D model returns exactly zero near-zero-frequency modes from this check.

    The modal pre-check takes seconds to run and definitively identifies under-constrained models before the full analysis is attempted. It is the single most efficient quality gate in the preprocessing workflow, and it should be a mandatory step before every structural analysis run, regardless of how confident the analyst is in the boundary conditions. Over-constraint (too many BCs) is not caught by this check, it requires inspection of reaction forces after the solve, but under-constraint (the more catastrophic error) is always caught.

    Checklist Items 23-27: Load Verification Protocol

    Load verification follows a four-step protocol: magnitude, direction, distribution, and unit confirmation. Each step is independent and each can fail independently. A load that is correct in magnitude and direction but applied to the wrong area produces a stress result that is wrong by the ratio of correct to incorrect application area. A pressure load correct in magnitude and area but in the wrong direction (inward instead of outward) produces a structure in compression where the analysis intended tension, potentially inverting the sign of every stress result in the model.

    1. Magnitude: Confirm the numerical value matches the load specification. Check whether the specification gives peak, mean, or RMS value, and whether the FEA load should be the instantaneous peak or a time-averaged value.
    2. Direction: Confirm the load direction vector in the model coordinate system. For loads defined in a local coordinate system, confirm the local system is oriented correctly. Gravity direction is a particularly common error: gravity in the negative Z direction for a model where Z is vertical, but negative Y if Y is vertical in the model coordinate system.
    3. Distribution: Confirm whether the load is a point force, uniformly distributed pressure, linearly varying pressure, or body force. A point force applied to a single node produces a stress singularity at that node; a distributed pressure over the correct area gives physically meaningful stress.
    4. Units: Confirm load units match the model unit system. A force of 5000 N in an SI model is correct; the same value in an mm-N model is also 5000 N. But a pressure of 5 MPa is 5 N/mm² in mm units and 5,000,000 Pa in SI, the same numerical value means completely different physical loads in different unit systems.

    Unit System Reference: The Most Common Source of Silent Preprocessing Errors

    Unit system inconsistency is the most common source of FEA errors that pass through the solver without triggering any error or warning messages. The model solves, the results look plausible, and the error is only discovered when results are compared against a hand calculation or a physical test. The unit reference table below covers the five unit systems most commonly encountered in industrial FEA, with the correct property values for steel in each system as a verification reference.

    Unit SystemLengthForceMassStress / PressureDensityCommon In
    SImNkgPa (N/m^2)kg/m^3Academic, European engineering, most FEA defaults
    SI (mm-N)mmNt (tonne)MPa (N/mm^2)t/mm^3Most common in industrial FEA, stress directly in MPa
    SI (mm-kg)mmNkgMPakg/mm^3Sometimes used, CAUTION: density must be in kg/mm^3 (steel = 7.85e-6)
    Imperialinlbfslugpsi (lbf/in^2)slug/in^3US aerospace and legacy codes; stress in psi
    CGScmdynegdyne/cm^2g/cm^3Rarely used in FEA; some academic codes
    THE UNIT SYSTEM VERIFICATION TEST, RUN THIS BEFORE EVERY ANALYSIS
    Create a simple test geometry: a 1x1x1 unit cube of the target material. Apply a 1-unit force (1 N, or 1 lbf in imperial) to one face, fixed at the opposite face. The expected axial displacement is F/(E*A) = 1/E in model length units. For steel in mm-N-t: delta = 1/210000 = 4.76e-6 mm. Run the modal analysis of the same free-free cube, the first acoustic frequency should be consistent with the wave speed in steel (approximately 5100 m/s or 5.1 mm/us) and the cube dimension. If either check fails, the unit system is inconsistent and must be corrected before the real model is run. This test takes five minutes and has saved analysts from reporting results that are wrong by factors of 10^3 to 10^9.

    The Pre-Solve Final Review: Five Minutes That Prevent Fourteen-Hour Reruns

    Before submitting the analysis for solution, especially before committing to a long HPC run, a five-minute final review of the complete model setup catches the errors that individual checklist items can miss. This review is distinct from the checklist: it looks at the model as a whole rather than individual items, checking for logical consistency across all preprocessing decisions.

    The Five-Point Final Review

    1. Render the model geometry in the preprocessor and visually inspect it: Does the geometry look correct? Are there obviously missing or duplicated parts? Is the scale plausible, does a 100mm bracket look like a 100mm bracket? Visual inspection at this stage catches geometry import errors, incorrect CAD simplifications, and unit scaling errors that result in geometry that is the right shape but the wrong size.
    2. Display boundary conditions and loads on the model: Most preprocessors can display BC symbols (arrows for constraints, pressure arrows for loads) on the model geometry. Confirm that constraint arrows appear at the correct faces and in the correct directions. Confirm that load arrows appear at the correct faces, with the correct magnitude and direction. A BC applied to the wrong face is immediately visible in this display; a missing BC shows as an unadorned face where an arrow should appear.
    3. Check the element type and material assignment for every part: In assembly models with multiple parts, it is easy to assign the wrong material or element type to one component. Review the material and element assignment list in the preprocessor and confirm that every part has the correct assignment. Parts with no material assigned are particularly dangerous, some preprocessors use a default material silently rather than flagging the omission.
    4. Confirm the analysis type and output requests: Verify that the analysis type (linear static, nonlinear, modal, harmonic, transient) matches the physics of the problem. Confirm that the requested outputs include all quantities needed for the design decision: at minimum, stress tensor components or principal stresses, displacements, and reaction forces. If fatigue life, strain energy, or frequency response is needed, confirm those outputs are explicitly requested before the solve.
    5. Estimate expected results from a hand calculation: Before submitting the job, compute an expected order of magnitude for the peak displacement and peak stress using a simplified hand model (beam theory, thin-wall pressure vessel, etc.). Write down the expected values. After the solve, compare the FEA result against this estimate. Agreement within 20 to 30 percent confirms that the physics is being modeled correctly. A factor-of-10 disagreement indicates a preprocessing error that must be investigated before the results are used.

    Frequently Asked Questions

    Q: What is the most common FEA preprocessing error?

    The most common preprocessing error, measured by frequency of occurrence in industrial FEA practice, is unit system inconsistency, specifically, entering material density in SI units (kg/m^3) in a model whose geometry is defined in millimeters. This error does not affect static stress results (density does not enter the static equilibrium equation) and produces no error message, so it passes through the solver undetected.

    The error only appears in dynamic analysis results (natural frequencies, inertia forces, self-weight) which are wrong by a factor equal to the square root of the density error ratio. The fix is a simple unit system verification test run before any dynamic analysis: apply a known load to a unit cube of the material and verify the displacement, then run a modal analysis and verify the fundamental frequency.

    Q: How many elements do I need at a stress concentration?

    The minimum for reliable stress concentration factor prediction is 8 elements spanning the fillet radius circumferentially, using quadratic elements (TET10, HEX20, or QUAD8). This density typically predicts the peak stress within 5 percent of the converged value for most fillet geometries. For sharp notches with root radii below 0.5mm, 12 to 20 elements across the radius may be needed, and a mesh convergence study is mandatory. The convergence criterion: the peak stress at the stress concentration should change by less than 2 percent between successive mesh refinements (coarse to medium to fine) before the result is accepted. Do not rely on the absolute element count, verify convergence by running the study.

    Q: Should I use TET4 or TET10 elements for solid parts?

    Always use TET10 (quadratic tetrahedral) elements for solid parts where stress accuracy matters. TET4 (linear tetrahedral) elements are too stiff in bending, a consequence of their constant strain field formulation, and significantly under-predict deflections and peak stresses at stress concentrations. For a curved fillet where the peak stress is the analysis objective, TET4 elements can under-predict the peak by 30 to 50 percent compared to the converged result, even with a very fine mesh. TET10 elements require approximately 3 to 5 times more computation per element but produce dramatically better stress predictions at the same mesh density. The only legitimate use of TET4 is as a rapid approximation for checking geometry or connectivity, never for final stress results.

    Q: How do I check if my model has rigid-body motion?

    Run a free-vibration modal analysis requesting the first 10 to 12 modes before submitting the static analysis. In a correctly constrained 3D model, all modal frequencies are above zero (typically the first mode is above 10 Hz for a stiff structure and above 1 Hz for a flexible one). Any mode with a frequency essentially equal to zero (the solver may report it as 0.001 Hz or 0.0 Hz depending on numerical precision) is a rigid-body mode, evidence of an unconstrained degree of freedom.

    Identify which mode shape corresponds to the near-zero frequency: translation in X, Y, or Z, or rotation about X, Y, or Z. That identifies which constraint is missing. Add the constraint, re-run the modal check, and repeat until all near-zero modes disappear.

    Q: What is the difference between bonded contact and merged nodes at an interface?

    Merged nodes (or equivalencing, as it is called in Nastran and Abaqus) creates a single set of nodes shared by both parts at the interface, the parts are topologically connected and there is no contact computation. This is the most computationally efficient way to model a bonded interface with no relative slip possibility. Bonded contact defines a contact pair between two surfaces, with a constraint that prevents separation and relative sliding, it is slightly more expensive computationally but does not require mesh compatibility (the two surface meshes can have different node patterns).

    For bonded interfaces where no separation or sliding is possible under any load case, merged nodes are preferred for efficiency. Use bonded contact when: the meshes on the two sides are incompatible (different element sizes or patterns), when you need to extract interface stresses or separation forces, or when the bonding may be conditional (bonded in compression, open in tension), in which case a more sophisticated contact formulation is needed.

    Q: How long should FEA preprocessing take?

    Preprocessing time scales with model complexity and the analyst’s experience and tool proficiency, but a useful benchmark is that preprocessing (geometry cleanup, meshing, BC setup, load application, and pre-solve verification) should take 3 to 5 times longer than the solver run for a well-organized analysis. If preprocessing takes less than the solver run, the setup is probably too rushed and systematic checks are being skipped.

    If preprocessing takes more than 10 times the solver run, either the geometry is excessively complex and needs simplification, or the analyst’s geometry cleanup workflow needs efficiency improvement. For a linear static analysis that solves in 2 hours, 6 to 10 hours of preprocessing is typical for a moderately complex assembly. For a 24-hour crash simulation, 3 to 7 days of preprocessing is normal, crash simulation preprocessing is among the most time-intensive in industrial FEA.

    Conclusion:

    FEA preprocessing is the phase of the analysis where engineering judgment is most heavily exercised and where errors are most consequential. The solver is largely deterministic, given a correct model, it will return a correct result. But the model correctness depends entirely on the hundreds of decisions made during preprocessing: which features to simplify, what element type to use, whether the material coordinate system is aligned with the fiber direction, whether the boundary condition constrains the right degrees of freedom, whether the load is applied in the correct direction. Each decision is an opportunity for error, and the solver cannot distinguish between a correct model and a plausible-looking incorrect one.

    The 30-point checklist in this article is a systematic defense against preprocessing error, not because it catches every possible mistake, but because it forces the analyst to explicitly verify each category of decision rather than assuming it is correct because it was set up without obvious problems. The checklist items labeled Critical are the ones where a single error produces results that are wrong by a factor of 2 or more. The items labeled High produce errors of 10 to 50 percent. Together, they cover the preprocessing decisions responsible for the large majority of wrong FEA results in industrial practice.

    Use this checklist before every analysis run. Use it during peer review of other analysts’ models. Build it into the analysis quality plan for any project where the FEA results will be used to make a design decision, support a regulatory submission, or verify structural integrity. The minutes spent checking are the insurance policy against the hours spent rerunning, and against the much greater cost of a field failure that a correct analysis would have predicted.

    Extend your FEA knowledge with our guides on boundary condition selection, static vs dynamic analysis, stress concentration analysis, mesh quality and convergence, and common FEA errors that produce wrong results despite correct solver execution.