Finite Element Methods · Chapter 10 of 10 · Intermediate

Convergence, Errors, and Modeling

An FEA result is a number with an error attached. This closing chapter makes that error visible: refine the mesh until the answer settles, balance the reactions, and check it against theory.

01

Readiness check

This closing chapter quantifies trust. Tick only what you can do closed-notes.

  • Recall that finer meshes are more accurate.
  • Compute a percentage error.
  • Recall the cantilever deflection PL³/3EI.
  • Sum reaction forces and moments.
  • Distinguish a numerical error from a modeling error.
0 or 1 weak itemsContinue with this chapter.
2 weak itemsRevisit the hand-check discipline in Chapter 1.
3 or more weak itemsReview beam deflection in Mechanics of Materials, Chapter 9.
02

The core idea

FEA results carry discretization, element, and modeling error. Refining the mesh until the answer stops changing controls the first; balancing reactions and comparing to theory catches the rest.

refine mesh → result convergesΣ reactions = applied loadcompare to a closed-form benchmark

A finite element model is an approximation, and three errors separate it from reality: discretization error from a finite mesh, element error from the assumed shape functions, and modeling error from idealised geometry, materials, and boundary conditions. Discretization error shrinks as the mesh is refined, either by smaller elements (h-refinement) or higher-order elements (p-refinement); a convergence study repeats the analysis on finer meshes until the quantity of interest stops changing. But a converged answer can still be wrong if the model is wrong, so two further checks are essential: the reactions must sum to the applied load (equilibrium, confirming the boundary conditions), and the result must agree with a closed-form benchmark where one exists. Some geometries, like sharp re-entrant corners, produce stress singularities that never converge, a trap to recognise rather than refine.

The skill works when: you refine to convergence, balance reactions, and compare to theory.
The skill breaks down when: a single mesh is trusted, or a singular stress is refined forever.
The concept. A convergence study: as the mesh is refined the result approaches the exact value. When successive meshes barely differ, the discretization error is small and the answer can be trusted.
03

The skills, taught in order

Five skills name the error sources, the refinement strategies, the convergence study, the validation checks, and the singularity trap.

10.1 Sources of error

An FEA result deviates from reality through discretization error (a finite mesh), element error (the assumed shape functions cannot capture every field), and modeling error (idealised geometry, materials, loads, and supports). Naming the dominant source decides how to reduce it.

CheckWhat it confirms
Mesh convergencediscretization error is small
Reaction balanceboundary conditions and equilibrium
Hand-calc comparisonthe model setup is correct
Stress continuitythe mesh resolves the gradients

10.2 h and p refinement

Discretization error is reduced two ways: h-refinement uses more, smaller elements; p-refinement uses higher-order elements with richer shape functions. Both improve accuracy, and a good study refines systematically rather than randomly.

10.3 The convergence study

Running the analysis on successively finer meshes and plotting the quantity of interest shows whether it has converged. When refining further changes the result by a negligible amount, the discretization error is acceptable and the mesh is adequate.

10.4 Equilibrium and hand-check validation

Two checks validate the model. The reactions must sum to the applied load, confirming the boundary conditions and equilibrium. And the result must match a closed-form benchmark, a beam deflection or an axial stress, wherever one exists, confirming the setup.

10.5 Stress singularities and traps

At a sharp re-entrant corner or a point load, the theoretical stress is infinite, so refining the mesh makes the stress climb without limit. Recognising such singularities, rather than chasing a converged stress that does not exist, is part of sound modeling.

Engineering connection: this verify-against-theory discipline, opened in Chapter 1, is what turns every element in the course into a defensible engineering result.

04

Worked example 1: a convergence study

A cantilever's tip deflection has the closed-form value 0.4167 mm. A coarse solid mesh gives 0.40 mm and a refined mesh gives 0.415 mm. Find the percent error of each and comment on convergence.

Figure 1. Refining the mesh cuts the error from 4 percent to under half a percent, the signature of a converging solution approaching the theoretical value.
  1. ProblemFind the percent error of each mesh in Figure 1 and judge convergence.
  2. Given / findExact 0.4167 mm, coarse 0.40 mm, fine 0.415 mm. Find the two percent errors.
  3. AssumptionsThe closed-form value is the reference; the meshes are systematically refined.
  4. ModelPercent error is the absolute difference from exact, divided by exact, times 100.
  5. Equationserror = |FEA − exact|/exact × 100
  6. SolveCoarse: |0.40 − 0.4167|/0.4167 × 100 = 4.0 percent. Fine: |0.415 − 0.4167|/0.4167 × 100 = 0.41 percent.
  7. CheckThe error falls by roughly a factor of ten as the mesh refines, and the fine result is within half a percent of theory, so the solution has effectively converged. A further refinement should change it negligibly.
  8. ConclusionA convergence study turns a single, untrustworthy number into a result with a known, small error. Refining until the answer settles is the minimum standard.
Result. Coarse error 4.0 percent, fine error 0.41 percent: converged.
05

Worked example 2: an equilibrium validation check

A cantilever of length 0.4 m carries a 500 N tip load. Find the reaction force and reaction moment that the fixed support must supply, and explain how this validates an FEA model.

Figure 2. The support reaction must balance the applied load and its moment. An FEA whose summed reactions do not equal 500 N and 200 N·m has a boundary-condition error.
  1. ProblemFind the reaction force and moment for the cantilever in Figure 2 and its validation role.
  2. Given / findP = 500 N, L = 0.4 m. Find R and M, and how they validate FEA.
  3. AssumptionsStatic equilibrium; the support carries all the applied load.
  4. ModelVertical equilibrium gives R = P; moment equilibrium about the support gives M = P·L.
  5. EquationsR = PM = P·L
  6. SolveR = 500 N. M = 500 × 0.4 = 200 N·m.
  7. CheckThe FEA reactions, summed over the constrained nodes, must equal 500 N and 200 N·m. If they do not, the boundary conditions or load application are wrong, regardless of how converged or colorful the contour plot is.
  8. ConclusionThe reaction balance is a cheap, decisive validation: it confirms the loads and supports before any stress result is trusted. Paired with a hand-calc and a convergence study, it completes the verification triangle.
Result. R = 500 N, M = 200 N·m, which the FEA reactions must match.
06

Misconceptions and diagnostics

MistakeSymptomDiagnostic questionCorrection
Trusting one meshA result with no error estimate"Did the answer change on refinement?"Run a convergence study before reporting.
Chasing a singular stressStress climbs without limit at a corner"Is there a sharp re-entrant corner?"Recognise the singularity; do not refine it forever.
Skipping the reaction checkBoundary-condition error undetected"Do reactions sum to the applied load?"Balance the reactions as a validation.
Converged but invalidA precise answer to the wrong problem"Is the model itself correct?"Compare to a hand calculation, not just to a finer mesh.
07

Practice ladder

Level 1 · Direct skill

An exact stress is 120 MPa and the FEA gives 114 MPa. Find the percent error.

Show answer

error = |114 − 120|/120 × 100 = 5.0 percent.

Level 2 · Mixed concept

For the Worked Example 2 cantilever, what reaction moment would a 800 N tip load require?

Show answer

M = P·L = 800 × 0.4 = 320 N·m, and the reaction force would be 800 N.

Level 3 · Independent problem

Three meshes give a stress of 180, 195, and 199 MPa. Has the result converged, and what would you report?

Show answer

The last two differ by 4 MPa (about 2 percent), much less than the first gap of 15 MPa, so it is nearly converged. Report about 200 MPa, ideally with one more refinement to confirm.

Level 4 · Transfer to real engineering

For a real FEA you would run, describe the convergence study, the equilibrium check, and the hand calculation you would use to validate it.

What good work looks like

A systematic mesh refinement to convergence, a reaction-balance check, and a closed-form benchmark, with a stated awareness of any stress singularities.

08

Working with AI, and proving it yourself

Use AI as an examiner, not a solver

"Check that my reactions sum to the applied load."
"Give me three-mesh results; I will judge whether they have converged."
"Is my FEA right?" Running the convergence and equilibrium checks yourself is the skill.
"Refine this stress for me." Recognising a singularity is the point.

Portfolio task

Validate an FEA result end to end: a mesh-convergence study with percent errors, a reaction-balance check, and a comparison to a closed-form benchmark, noting any singularities.

Must include: a convergence study, an equilibrium check, and a hand-calc comparison.
09

Retrieval and spaced review

Closed notes. Answer out loud, then reveal.

1. Name the three error sources.

Discretization, element, and modeling error.

2. What are h and p refinement?

h uses smaller elements; p uses higher-order elements.

3. What does a convergence study show?

Whether the quantity of interest stops changing as the mesh refines.

4. What does the reaction check confirm?

That the boundary conditions are right and equilibrium holds.

5. Why do some stresses never converge?

Sharp re-entrant corners and point loads create theoretical singularities.

TodayFinish this quiz and Levels 1 and 2 of the ladder.
+1 dayRe-derive the convergence and equilibrium checks from a blank page.
+3 daysValidate a new FEA result.
+7 daysCombine elements, meshing, and verification into one study.
+30 daysRevisit the whole course through the FEM hub.
10

Textbook mapping

ItemMapping
Primary sourceLogan, A First Course in the Finite Element Method, Chapter 7 (Practical Considerations in Modeling)
Cross-referenceHutton, Ch. 9 · CFD (verification and validation)
Core topics10.1 Error sources · 10.2 h and p refinement · 10.3 Convergence study · 10.4 Equilibrium and hand-check · 10.5 Singularities
Engineering connectionCloses the verify-against-theory discipline opened in Chapter 1.
Read nextReturn to the FEM hub and integrate the workflow.