What is Finite Element Analysis?
Finite Element Analysis (FEA) is a numerical method used to approximate the behavior of complex structures. Instead of solving the exact stress and displacement equations everywhere in a structure, FEA divides it into many small, simple pieces called elements. Each element is easy to analyze on its own, and the solver combines them all to represent the full structure.
Why is FEA approximate?
FEA does not exactly satisfy stress equilibrium at every point in the material — it satisfies it in an average sense across each element. This means:
- A finer mesh (more, smaller elements) generally gives more accurate results
- Results should always be checked for mesh convergence before being reported as final
- Models must be validated against hand calculations or known solutions
Key decisions before you start
Before building anything in Abaqus, you need to answer these questions:
1. What output do I need? Are you looking for deflection, stress, natural frequencies, or buckling loads? The answer drives every other decision.
2. What length scales matter? A global model of a wing can capture overall bending stiffness, but it cannot resolve stresses at a fastener hole. You may need separate local models for high-detail regions.
3. What type of analysis is appropriate? - Static — loads applied slowly, no inertia effects - Dynamic — time-dependent loading, vibration - Nonlinear — large deformations, contact, material yielding - Eigenvalue (buckling or vibration) — finds critical loads or natural frequencies
4. What element type should I use? Shell elements for thin-walled structures, solid elements for thick/blocky geometry. See the Meshing page for guidance.
The "garbage in, garbage out" rule
FEA is only as good as your inputs. Wrong material properties, inconsistent units, or incorrect boundary conditions will produce wrong answers — often without an obvious error message. Always:
- Double-check units throughout your model
- Verify boundary conditions match the physical situation
- Compare results to a simple hand calculation where possible