Fatigue Life Prediction of Solder Joints
Theory and Physics
Solder Fatigue
Professor, is solder joint fatigue a reliability issue for electronic devices?
Yes. The difference in CTE (Coefficient of Thermal Expansion) between the PCB and components generates shear strain in the solder with each temperature cycle. This accumulates and leads to fatigue failure. Solder balls in BGAs and QFPs are typical examples.
Coffin-Manson Based Life Prediction
$\Delta\gamma$: Shear strain range. $C_1, C_2$: Solder fatigue constants.
Alternatively, the Darveaux volume-averaged creep energy density method is widely used.
Summary
Creep Fatigue Mechanism of Solder Joints
Solder joints in electronic components (especially BGAs: Ball Grid Arrays) experience repeated deformation due to the thermal expansion difference (CTE difference) between the substrate and component during thermal cycling. The melting point of solder (Sn-3.0Ag-0.5Cu: SAC305 is mainstream) is 217°C, and even at room temperature (25°C), the absolute temperature ratio to the melting point is above 0.6, making creep active. Larger inelastic strain range Δεinelastic per cycle leads to shorter life, and the low-cycle fatigue law (ΔN×Δεinelastic^c=C) independently proposed by Coffin and Manson in 1954 is used as the fundamental theory.
Physical Meaning of Each Term
- Inertia term (mass term): $\rho \ddot{u}$, i.e., "mass × acceleration". Haven't you experienced your body being thrown forward during sudden braking? That "feeling of being carried away" is precisely the inertial force. Heavier objects are harder to set in motion and harder to stop once moving. Buildings shake during earthquakes because the ground moves suddenly while the building's mass "gets left behind". In static analysis, this term is set to zero, assuming "forces are applied slowly so acceleration can be ignored". It absolutely cannot be omitted for impact loads or vibration problems.
- Stiffness term (elastic restoring force): $Ku$ and $\nabla \cdot \sigma$. When you stretch a spring, you feel a "force trying to return", right? That's Hooke's law $F=kx$, the essence of the stiffness term. So a question—if you pull an iron rod and a rubber band with the same force, which stretches more? Obviously the rubber. This "resistance to stretching" is the Young's modulus $E$, which determines stiffness. A common misconception: "High stiffness ≠ strong". Stiffness is "resistance to deformation", strength is "resistance to failure"—they are different concepts.
- External force term (load term): Body force $f_b$ (gravity, etc.) and surface force $f_s$ (pressure, contact force, etc.). Think of it this way—the weight of a truck on a bridge is a "force acting on the entire interior" (body force), while the force of the tires pushing on the road surface is a "force acting only on the surface" (surface force). Wind pressure, water pressure, bolt tightening force... all are external forces. A common mistake here: getting the load direction wrong. Intending "tension" but it becomes "compression"—sounds like a joke, but it actually happens when coordinate systems are rotated in 3D space.
- Damping term: Rayleigh damping $C\dot{u} = (\alpha M + \beta K)\dot{u}$. Try plucking a guitar string. Does the sound continue forever? No, it gradually fades, right? Because the vibration energy is converted to heat by air resistance and internal friction in the string. Car shock absorbers work on the same principle—they intentionally absorb vibration energy to improve ride comfort. What if damping were zero? Buildings would keep shaking forever after an earthquake. Since that doesn't happen in reality, setting appropriate damping is crucial.
Assumptions and Applicability Limits
- Continuum assumption: Treats material as a continuous medium, ignoring microscopic heterogeneity.
- Small deformation assumption (for linear analysis): Deformation is sufficiently small compared to initial dimensions, and stress-strain relationship is linear.
- Isotropic material (unless specified otherwise): Material properties are independent of direction (anisotropic materials require separate tensor definitions).
- Quasi-static assumption (for static analysis): Ignores inertial and damping forces, considering only equilibrium between external and internal forces.
- Non-applicable cases: For large deformation/large rotation problems, geometric nonlinearity is required. For nonlinear material behavior like plasticity and creep, constitutive law extensions are needed.
Dimensional Analysis and Unit Systems
| Variable | SI Unit | Notes / Conversion Memo |
|---|---|---|
| Displacement $u$ | m (meter) | When inputting in mm, unify load/elastic modulus to MPa/N system |
| Stress $\sigma$ | Pa (Pascal) = N/m² | MPa = 10⁶ Pa. Note unit system inconsistency when comparing with yield stress |
| Strain $\varepsilon$ | Dimensionless (m/m) | Note distinction between engineering strain and logarithmic strain (for large deformation) |
| Elastic modulus $E$ | Pa | Steel: ~210 GPa, Aluminum: ~70 GPa. Note temperature dependence |
| Density $\rho$ | kg/m³ | In mm system: tonne/mm³ (= 10⁻⁹ tonne/mm³ for steel) |
| Force $F$ | N (Newton) | Unify as N in mm system, N in m system |
Numerical Methods and Implementation
Solder Fatigue FEM
1. PCB Assembly FEM Model — PCB (shell or solid) + Components + Solder balls
2. Temperature Cycle — $T_{min}$ → $T_{max}$ (e.g., -40°C → 125°C)
3. Solder Viscoplastic Model — Anand law (integrates creep + plasticity)
4. Extract stabilized cycle strain/energy
5. Calculate life using Coffin-Manson or Darveaux method
Anand Law
Constitutive law for solder (lead-free: SAC305, etc.). Describes temperature-dependent creep + plasticity in a single equation.
Summary
Solder Life Prediction by Darveaux Method
The fatigue life prediction method proposed by Rob Darveaux (Motorola, 1993) consists of three steps: ① Calculation of volume-averaged inelastic strain energy density ΔWAVE of solder balls via FEM, ② Calculation of crack initiation life N0 and crack propagation rate da/dN using experimentally calibrated coefficients K1–K4, and ③ Total life N = N0 + ball diameter / (da/dN). This method is still adopted as the recommended method in ANSIS-STD and JEDEC JEP148 and is widely used for pre-screening before reliability testing.
Linear Elements (First-Order Elements)
Linear interpolation between nodes. Low computational cost but lower stress accuracy. Beware of shear locking (mitigated by reduced integration or B-bar method).
Quadratic Elements (with Mid-Nodes)
Can represent curved deformation. Stress accuracy improves significantly, but degrees of freedom increase by about 2-3 times. Recommended: when stress evaluation is critical.
Full Integration vs Reduced Integration
Full Integration: Risk of over-constraint (locking). Reduced Integration: Risk of hourglass mode (zero-energy mode). Choose appropriately for the situation.
Adaptive Mesh
Automatic refinement based on error indicators (e.g., ZZ estimator). Efficiently improves accuracy in stress concentration areas. Includes h-method (element subdivision) and p-method (order increase).
Newton-Raphson Method
Standard method for nonlinear analysis. Updates tangent stiffness matrix each iteration. Achieves quadratic convergence within convergence radius, but high computational cost.
Modified Newton-Raphson Method
Updates tangent stiffness matrix at initial value or every few iterations. Lower cost per iteration, but convergence is linear.
Convergence Criteria
Force residual norm: $||R|| / ||F_{ext}|| < \epsilon$ (typically $\epsilon = 10^{-3}$ to $10^{-6}$). Displacement increment norm: $||\Delta u|| / ||u|| < \epsilon$. Energy norm: $\Delta u \cdot R < \epsilon$
Load Increment Method
Applies full load not at once but in small increments. The arc-length method (Riks method) can track beyond extremum points in the load-displacement relationship.
Direct Method vs Iterative Method Analogy
The direct method is like "solving simultaneous equations accurately with pen and paper"—reliable but takes too long for large-scale problems. The iterative method is like "repeatedly guessing to approach the correct answer"—starts with a rough answer but improves accuracy with each iteration. It's the same principle as looking up a word in a dictionary: it's more efficient to estimate where to open and adjust forward/backward (iterative method) than to search sequentially from the first page (direct method).
Relationship Between Mesh Order and Accuracy
First-order elements are like "approximating a curve with a ruler"—represented by straight line segments, so accuracy is limited. Second-order elements are like "flexible curves"—can represent curved changes, dramatically improving accuracy even at the same mesh density. However, computational cost per element increases, so judge based on total cost-effectiveness.
Practical Guide
Solder Fatigue Practice
Automotive electronics (-40 to 125°C), Aerospace (-55 to 125°C), Consumer electronics (0 to 60°C).
Practice Checklist
Thermal Cycle Testing of Smartphone Boards
The Apple iPhone 15 Pro's A17 Pro chip (TSMC 3nm) is mounted on the PCB via LGA (Land Grid Array), requiring a minimum of 1000 cycle performance guarantee under −40°C to 125°C thermal cycle testing (JEDEC JESD22-A104 Condition D). Analysis uses an Ansys Sherlock (dedicated electronic reliability tool) PCB assembly model to evaluate CTE mismatch, identifying high-risk solder balls and aiding design changes (judging underfill applicability). Apple regularly validates consistency between physical accelerated testing on actual devices at the Foxconn Zhengzhou factory and analysis.
Analysis Flow Analogy
The analysis flow is actually very similar to cooking. First, buy ingredients (prepare CAD model), do prep work (mesh generation), apply heat (solver execution), and finally plate (visualize in post-processing). Here's an important question—which step in cooking is most prone to failure? Actually, it's "prep work". If mesh quality is poor, results will be a mess no matter how excellent the solver is.
Pitfalls Beginners Often Fall Into
Are you checking mesh convergence? Do you think "the calculation ran = the result is correct"? This is actually the most common trap for CAE beginners. The solver will always return "some answer" for the given mesh. But if the mesh is too coarse, that answer is far from reality. Confirm that results stabilize with at least three levels of mesh density—neglecting this leads to the dangerous assumption that "the computer gave the answer, so it must be correct".
Approach to Boundary Conditions
Setting boundary conditions is like "writing the problem statement" for an exam. If the problem statement is wrong? No matter how accurately you calculate, the answer will be wrong. "Is this surface really fully fixed?" "Is this load really uniformly distributed?"—Correctly modeling real-world constraint conditions is actually the most important step in the entire analysis.
Software Comparison
Solder Fatigue Tools
Electronic Assembly Fatigue Analysis Software Comparison
Major tools for electronic solder fatigue analysis: Ansys Sherlock (formerly DfR Solutions Sherlock) integrates board-level fatigue, vibration, and thermal analysis, enabling direct model generation from EDA (Eagle, Altium) data. Simcenter FLOEFD (Siemens) is CFD-focused but can perform ISO 14917-compliant analysis via thermal-structural coupling. Abaqus + Darveaux User Subroutine is widely used for high-precision analysis in research institutions. ProbleSt is relatively low-cost for small/medium electronic manufacturers. Shellex has strong integration with board-specific CAD and is adopted by Japanese companies like Denso and Panasonic.
Three Most Important Questions for Selection
- "What to solve?": Does it support the physical models/element types needed for solder joint fatigue life prediction? For example, presence of LES support for fluids, contact/large deformation capability for structures makes a difference.
- "Who will use it?": For beginner teams, tools with rich GUI are suitable; for experienced users, flexible script-driven tools are better. Similar to the difference between automatic (GUI) and manual (script) transmission cars.
- "How far to expand?": Selection considering future analysis scale expansion (HPC support), expansion to other departments, and integration with other tools leads to long-term cost reduction.
Advanced Technologies
Solder Fatigue Advanced
Improving Accuracy of Strain Energy Density Method
The accuracy of the Darveaux method strongly depends on model mesh density and solder viscoelastic constitutive law. The Anand viscoplastic model (proposed in 1985 by MIT Professor Lallit Anand) describes solder's temperature- and strain rate-dependent plasticity with one set of 9 constants; constants for SAC305 were experimentally identified by Pang et al. (2008, Nanyang Technological University). However, for modeling acceleration factors in AGT (Accelerated Global Thermal) testing, extrapolating the Anand model's creep behavior to real environments is effective when combined with a CoffinMansonArrhenius composite model based on data at 25–50°C.
Troubleshooting
Solder Fatigue Troubles
Related Topics
なった
詳しく
報告