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
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?)
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
- Features affecting load path
- Stress concentration sources
- Geometric constraints
Stage 3: Material Properties
Required properties (linear elastic):- Young's modulus $E$
- Poisson's ratio $\nu$
- Density $\rho$ (for dynamic/gravity loads)
- Material data sheets
- ASM Handbooks
- MatWeb database
- Testing (best for critical applications)
- 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 Type | Recommended Elements |
|---|---|
| Thin structures (t/L < 0.1) | Shell elements |
| Bulky solids | 3D solid (hex or tet) |
| Axisymmetric | 2D axisymmetric |
| Beams/frames | Beam elements |
| General 3D | Quadratic tets (safe default) |
- Start coarse, refine where needed
- Finer mesh at stress concentrations
- At least 3 elements through thickness for bending
- Match mesh density to expected gradient
| Metric | Target |
|---|---|
| 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)
- Point loads create singularities — distribute when possible
- Pressure loads more realistic than concentrated forces
- Include all relevant load cases
- Consider load combinations
- 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?
- Monitor solver convergence
- Check for warnings/errors
- Note computational time and memory
- 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)
- Stress concentrations (holes, fillets, notches)
- Load application points
- Material interfaces
- Geometric transitions
- 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
- 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
- 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
- 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
- Import CAD
- Remove cosmetic features
- Keep mounting holes and load application area
- Steel AISI 1018: E = 200 GPa, ν = 0.3
- Yield strength = 250 MPa
- Quadratic tets
- 2mm global size
- 0.5mm at fillet roots
- Quality check passed
- Fixed at mounting holes (bonded to pins)
- 5 kN distributed on loading face
- Linear static analysis
- Converged in 45 seconds
- No warnings
- Max von Mises: 185 MPa (at fillet)
- Max displacement: 0.3 mm
- ✓ Both within limits
- Mesh refinement: 185 → 188 → 190 MPa (converging)
- Hand calc check: P/A + Mc/I ≈ 180 MPa ✓
- Reaction force check: 5 kN ✓
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"
- MIT OpenCourseWare FEA courses
- NAFEMS e-learning
- Software vendor tutorials
- 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