Lesson 12 of 13 25 min

Practical FEA

You now understand the mathematics behind FEA. This final lesson brings it all together with practical guidance for real-world analysis — the workflow, decision-making, and wisdom that turns theory into reliable engineering results.

The FEA Workflow

Click each stage to see key considerations. A complete analysis follows all stages systematically.

Stage 1: Problem Definition

Before touching any software:

Questions to answer:
  • What is the objective? (Stress check, deflection limit, fatigue life?)
  • What outputs do we need? (Max stress, displacement, safety factor?)
  • What accuracy is required? (±5%, ±10%, order of magnitude?)
  • What are the constraints? (Time, computational resources?)
Define success criteria upfront:
Example: "Analysis is complete when we can confirm
the bracket stress is below 150 MPa with mesh-converged
results within 5% of the converged value."

Stage 2: Geometry Preparation

CAD geometry rarely imports directly into FEA:

Simplification tasks:
  • Remove small fillets (unless stress concentration is critical)
  • Fill small holes
  • Defeaturing complex details
  • Create mid-surfaces for shell analysis
Keep what matters:
  • Features affecting load path
  • Stress concentration sources
  • Geometric constraints
Rule of thumb: If a feature is smaller than your target element size, consider removing it.

Stage 3: Material Properties

Required properties (linear elastic):
  • Young's modulus $E$
  • Poisson's ratio $\nu$
  • Density $\rho$ (for dynamic/gravity loads)
Common sources:
  • Material data sheets
  • ASM Handbooks
  • MatWeb database
  • Testing (best for critical applications)
Watch for:
  • Temperature dependence
  • Anisotropy (composites, rolled metals)
  • Rate dependence (polymers)
  • Scatter in material properties (use minimum values for conservative analysis)

Stage 4: Meshing Strategy

Element selection guide:
Problem TypeRecommended Elements
Thin structures (t/L < 0.1)Shell elements
Bulky solids3D solid (hex or tet)
Axisymmetric2D axisymmetric
Beams/framesBeam elements
General 3DQuadratic tets (safe default)
Mesh density considerations:
  • Start coarse, refine where needed
  • Finer mesh at stress concentrations
  • At least 3 elements through thickness for bending
  • Match mesh density to expected gradient
Quality targets:
MetricTarget
Aspect ratio< 5 (ideal < 3)
Jacobian> 0.5
Skewness< 45°
Min angle (tets)> 15°

Stage 5: Boundary Conditions

The most common source of FEA errors!

Constraints (supports):
  • Apply minimum constraints to prevent rigid body motion
  • 3D: Fix 6 DOFs (3 translations + 3 rotations) minimum
  • Avoid over-constraint (artificial stress)
  • Use symmetry when applicable (half, quarter, cyclic)
Loads:
  • Point loads create singularities — distribute when possible
  • Pressure loads more realistic than concentrated forces
  • Include all relevant load cases
  • Consider load combinations
Common mistakes:
  • Fixed support where there's actually flexibility
  • Missing thermal expansion constraints
  • Ignoring preloads (bolts, press fits)

Stage 6: Solution

Pre-solve checks:
  • All materials assigned?
  • Boundary conditions complete?
  • Mesh quality acceptable?
  • Units consistent?
During solve:
  • Monitor solver convergence
  • Check for warnings/errors
  • Note computational time and memory
Post-solve verification:
  • Reaction forces = applied loads?
  • Deformed shape makes physical sense?
  • Symmetry preserved in results?

Stage 7: Post-Processing

Stress interpretation:
  • Von Mises for ductile materials
  • Principal stresses for brittle materials
  • Average vs element stresses
  • Stress at integration points (most accurate)
Critical locations:
  • Stress concentrations (holes, fillets, notches)
  • Load application points
  • Material interfaces
  • Geometric transitions
Visualization tips:
  • Use consistent scale across comparisons
  • Show undeformed vs deformed overlay
  • Plot stress along critical paths
  • Check stress continuity (mesh refinement indicator)

Stage 8: Verification & Reporting

Verification checklist:
  • [ ] Mesh convergence study completed
  • [ ] Results compared with hand calculations or benchmarks
  • [ ] Sanity checks passed (equilibrium, deformation, etc.)
  • [ ] Sensitivity study on key assumptions
Report contents:
  • Problem description and objectives
  • Model assumptions and simplifications
  • Material properties and sources
  • Mesh details and quality metrics
  • Boundary conditions with justification
  • Results with uncertainty estimates
  • Conclusions and recommendations

Decision Guide: When to Use FEA

Use FEA When:

  • Complex geometry (no analytical solution)
  • Multiple load cases
  • Need detailed stress distribution
  • Validation required by codes/standards
  • Design optimization

Don't Use FEA When:

  • Simple beam/plate problem (use hand calculations)
  • Insufficient input data
  • Time doesn't allow proper verification
  • Analyst lacks adequate training
  • Results won't influence decisions

FEA Limitations

FEA cannot:
  • Give accurate results with bad input
  • Replace engineering judgment
  • Account for unknown failure modes
  • Predict behavior outside model assumptions

Common Pitfalls

1. Garbage In, Garbage Out

Problem: Inaccurate inputs produce meaningless results Solution:
  • Verify all input data
  • Document data sources
  • Perform sensitivity analysis

2. The "Pretty Picture" Trap

Problem: Focusing on visualization over accuracy Solution:
  • Always verify numerically
  • Compare multiple meshes
  • Check against benchmarks

3. Singularities

Problem: Infinite stress at sharp corners, point loads Solution:
  • Add fillet radius
  • Distribute concentrated loads
  • Report stress away from singularity
  • Use fracture mechanics for cracks

4. Mesh-Dependent Results

Problem: Results change significantly with mesh refinement Solution:
  • Conduct convergence study
  • Refine until results stabilize
  • Use higher-order elements

5. False Confidence

Problem: Trusting results without verification Solution:
  • Always question results
  • Seek independent checks
  • Document limitations

Industry Best Practices

Documentation Standards

Model documentation:
  • Complete input deck (version controlled)
  • Screenshots of boundary conditions
  • Material property sources
  • Mesh statistics
Results documentation:
  • Clear figures with scales
  • Tabulated key values
  • Convergence study data
  • Known limitations

Quality Assurance

Self-review:
  • Check units
  • Verify boundary conditions
  • Run convergence study
  • Sanity check results
Peer review:
  • Independent model check
  • Review of assumptions
  • Verification of conclusions

Software Management

  • Use consistent software versions
  • Document custom settings
  • Archive complete analysis packages
  • Maintain solver verification records

Example Workflow: Bracket Analysis

Let's trace through a complete example:

1. Problem Definition
  • Bracket must support 5 kN load
  • Maximum stress < 250 MPa (steel, FOS = 2)
  • Maximum deflection < 1 mm
2. Geometry
  • Import CAD
  • Remove cosmetic features
  • Keep mounting holes and load application area
3. Material
  • Steel AISI 1018: E = 200 GPa, ν = 0.3
  • Yield strength = 250 MPa
4. Mesh
  • Quadratic tets
  • 2mm global size
  • 0.5mm at fillet roots
  • Quality check passed
5. Boundary Conditions
  • Fixed at mounting holes (bonded to pins)
  • 5 kN distributed on loading face
6. Solve
  • Linear static analysis
  • Converged in 45 seconds
  • No warnings
7. Results
  • Max von Mises: 185 MPa (at fillet)
  • Max displacement: 0.3 mm
  • ✓ Both within limits
8. Verification
  • Mesh refinement: 185 → 188 → 190 MPa (converging)
  • Hand calc check: P/A + Mc/I ≈ 180 MPa ✓
  • Reaction force check: 5 kN ✓
Conclusion: Design acceptable with safety factor of 1.35.

Continuing Your FEA Journey

Next Steps

  • Practice: Work through benchmark problems
  • Specialize: Choose domain (structural, thermal, CFD)
  • Software: Learn professional tools (ANSYS, Abaqus, etc.)
  • Advanced topics: Nonlinear, dynamics, multi-physics

Resources

Books:
  • Bathe: "Finite Element Procedures"
  • Cook: "Concepts and Applications of FEA"
  • Zienkiewicz: "The Finite Element Method"
Online:
  • MIT OpenCourseWare FEA courses
  • NAFEMS e-learning
  • Software vendor tutorials
Communities:
  • NAFEMS forums
  • Engineering Stack Exchange
  • Software-specific forums

Key Takeaways

  • Workflow matters: Follow systematic process from definition to reporting
  • Garbage in = garbage out: Quality inputs determine quality outputs
  • Always verify: Convergence study, benchmarks, sanity checks
  • Document everything: Assumptions, inputs, limitations
  • Know the limits: FEA is a tool, not a replacement for engineering judgment
  • Keep learning: FEA is a deep field with continuous advancement
  • Practice deliberately: Work problems, make mistakes, learn from them

Congratulations!

You've completed the FEA Fundamentals course. You now understand:

  • The mathematical foundations of FEM
  • How elements, shape functions, and stiffness matrices work
  • Assembly, boundary conditions, and solution
  • Numerical integration and isoparametric formulation
  • Solver algorithms and their trade-offs
  • Verification, validation, and best practices
Next: Take the quiz to test your knowledge and earn your course completion!