Worked examples — FEM software — NASTRAN, ABAQUS (concepts and use)
Before anything, the symbols we will lean on. When you see:
- — the stiffness matrix. Think of it as "how hard the structure pushes back per unit of squeeze." Big = stiff = hard to move.
- — the mass matrix. "How much inertia resists being shaken."
- — the displacement (how far a point moves), — the force applied.
- — the angular frequency (also called circular frequency): how fast an oscillation sweeps through angle, measured in radians per second (rad/s). One full cycle is radians, so ordinary frequency in Hz (cycles per second) is .
- (Greek "phi") — the mode shape vector: the pattern of movement when the structure vibrates freely at one of its natural frequencies (which point goes up while another goes down).
- DOF — degree of freedom: one independent way a point can move (e.g. slide along , or rotate). A model's "size" is its total number of DOF.
Everything below is built from (statics) and the modal eigenvalue/eigenvector equation (it asks: for which frequencies and shapes does the structure vibrate on its own?), both from the parent note.
The scenario matrix
Every FEM problem you can be handed falls into one of these cells. The worked examples below each carry a tag [Cell n] so you can see the whole grid gets covered. ("Sign case" below just means: watch which quantities can go positive, negative, or zero and what each choice means physically.)
| # | Case class | The trap it hides | Example |
|---|---|---|---|
| 1 | Linear static, single DOF — simplest positive-force case | forgetting units in | Ex 1 |
| 2 | Stiffness scaling / limiting value — what happens as stiffness or | dividing by zero (rigid vs free body) | Ex 2 |
| 3 | Modal, natural frequency — eigenvalue positive root | which root () is physical | Ex 3 |
| 4 | Resonance margin — real-world "will it survive launch?" | Hz vs rad/s confusion | Ex 4 |
| 5 | Nonlinear Newton–Raphson — iteration converging | tangent stiffness changes each step | Ex 5 |
| 6 | Contact / bolt preload — word problem, torque→force | the factor (nut factor) | Ex 6 |
| 7 | Composite failure index — degenerate case: index exactly = 1 | index boundary | Ex 7 |
| 8 | Exam twist — combined modal + mass change, spot the shortcut | scaling law | Ex 8 |
Ex 1 — Linear static, single spring [Cell 1]
Forecast: guess before reading on — is the answer millimetres or metres? Bigger means…?

- Write the equilibrium. . Why this step? This is shrunk to one number each — the smallest possible FEM. It says "spring force = applied force at balance."
- Solve for the unknown. . Why this step? We want displacement, so we divide the driving force by the resistance. Look at the figure: a stiff spring (thick coils) barely stretches for the same pull.
- Compute. . Why this step? We carry the arithmetic through to a single number with units so the result is an actual engineering quantity we can compare to a tolerance — not just a formula.
Verify: Units: ✓. Plug back: ✓.
Ex 2 — Limiting stiffness: rigid and free bodies [Cell 2]
Forecast: one of these gives , the other blows up. Which is which?
- Rigid limit. . As , . Why this step? A truly rigid body cannot deform — infinite pushback means zero movement. This is why a fully-fixed stress model needs no displacement solution at rigid points.
- Free limit. As , . Why this step? Zero stiffness = nothing holds the part; a force accelerates it away with no equilibrium. In FEM this is the dreaded singular stiffness matrix — the solver reports "zero pivot."
Verify: Sanity — a spacecraft panel free in space does just drift; statics has no answer, so you'd run a modal analysis instead, where free-free modes are legal.
Ex 3 — Natural frequency of one mode [Cell 3]
Forecast: natural frequency rises when the structure is stiffer or lighter — guess whether this is above or below 100 Hz.

- Recall the modal equation. . For one DOF: . Why this step? A non-zero shape can only survive if the bracket is zero — otherwise the only solution is "no motion." That zero condition is the natural frequency.
- Solve for . . Why this step? We take the positive square root: (angular frequency) is a rate of angle-sweep, physically positive. The negative root describes the same oscillation running backwards — same frequency.
- Compute . . Why this step? We turn the symbolic into a concrete rad/s number so it can be converted to the Hz value that launch specifications actually quote.
- Convert to Hz. . Why this step? Hz counts full cycles per second; radians make one cycle. Engineers quote Hz because launch specs are in Hz.
Verify: ✓. Units of : ✓.
Ex 4 — Resonance margin (real-world) [Cell 4]
Forecast: the required minimum is . Guess the number, then check whether 100.7 clears it.
- Compute the required frequency floor. . Why this step? The is a frequency separation factor of safety — keep the mode clear of the forcing band so response never blows up at resonance.
- Compare. . Fails. Why this step? Being above 80 Hz isn't enough; the margin swallows the gap.
- Fix it — how much stiffer? Need . Since , required stiffness ratio . So raise by . Why this step? Frequency scales with the square root of stiffness, so a small frequency bump needs a proportionally larger stiffness bump.
Verify: New ✓ — exactly the floor. This is the logic behind adding a stiffener, as the parent bracket example did.
Ex 5 — Nonlinear spring, Newton–Raphson [Cell 5]
Forecast: the true answer lies where . Will one step overshoot or undershoot?

- Residual at the guess. . Why this step? measures "how far out of balance we are." Here , so — a big negative residual means the internal force badly overshoots, so the guess is too large.
- Tangent stiffness. . Why this step? The tangent is the local slope of the force curve (pink line in the figure). Linear FEM would use a fixed slope; nonlinear must recompute it each iteration because the curve bends.
- Correction. . Why this step? Solve — the 1-D version of . Negative pulls the guess back down, as expected.
- Update. . Why this step? We add the correction to the old guess to produce the improved guess — this is the actual "step" that Newton–Raphson repeats, marching toward the balance point.
Verify: . Still above 200 — one step isn't enough; the method keeps iterating (that's why the parent note loops "repeat until "). The residual dropped from to ✓ — moving the right way.
Ex 6 — Bolt preload from torque (word problem) [Cell 6]
Forecast: smaller diameter for the same torque — more or less force?
- Recall the torque–tension law. . Why this step? Torque is converted to axial clamp force through the thread geometry, lumped into the empirical nut factor .
- M8 case. . Why this step? Units: ✓.
- M6 case (parent value). . Why this step? Matches the parent note's "" — smaller gives more force for the same torque, since .
Verify: Back-substitute M8: ✓. This clamp force is the *CLOAD preload the ABAQUS contact model needs.
Ex 7 — Composite failure index, the boundary case [Cell 7]
Forecast: neither stress alone exceeds its strength — but combined? Guess: index above or below 1?
- Write the Hashin fiber-tension index. . Why this step? Failure is a combined effect. Squaring means both tension and shear pile on positively; the ratios make each term dimensionless.
- Fiber term. .
- Shear term. . Why this step? Look closely — shear alone already exceeds strength (), so its term dwarfs the fiber term.
- Sum. . Why this step? The rule: failure. Here . Failed — and the degenerate boundary would mean "exactly on the edge, damage just initiating."
Verify: If we set , (safe) — confirming shear drives this failure. See Model Correlation for tying such predictions to test coupons.
Ex 8 — Exam twist: mass change without re-solving [Cell 8]
Forecast: heavier structure — frequency goes up or down? By what factor?
- Spot the scaling law. , so (K fixed). Why this step? This is the shortcut. Because only changed, the whole eigenvalue solve rescales by a single factor — no new run needed.
- Apply the ratio. . Why this step? Doubling mass multiplies frequency by .
- Compute. . Why this step? Heavier = slower vibration = lower frequency — physically sensible.
Verify: — mass ratio recovered ✓. Warning: this trick assumes the mode shape stays the same; if the box shifts the shape, you must re-solve. This is exactly the judgement Thermal-Structural Coupling and full Vibration and Modal Analysis runs exist to check.
Recall Self-test
Ex1 displacement for K=2e5, F=500 ::: 2.5 mm As K→0 the static displacement ::: goes to infinity (singular, no equilibrium) First frequency for K=2e5, M=0.5 kg ::: 100.7 Hz Frequency separation floor for 80 Hz drive, factor 1.4 ::: 112 Hz Clamp force for M8, T=20 N·m, k=0.2 ::: 12500 N Hashin index with σ11=1400/X_T=1500, τ12=200/S=70 ::: 9.03 (failed) New f1 when modal mass doubles from 850 Hz ::: 601 Hz