Fretting Fatigue

Category: 構造解析 | Integrated 2026-04-06
CAE visualization for fretting fatigue theory - technical simulation diagram
フレッティング疲労

Theory and Physics

What is Fretting Fatigue?

🧑‍🎓

Professor, what is fretting fatigue?


🎓

Fretting is microscopic relative slip (a few μm to tens of μm) at contact surfaces. This slip causes surface damage and promotes the nucleation of fatigue cracks. Examples include shrink-fit parts, bolt holes, and blade dovetails.


Mechanism of Fretting Fatigue

🎓

1. Microscopic slip destroys the surface oxide film

2. Fresh surfaces are exposed → re-oxidation → generation of oxidative wear particles

3. Wear particles act as stress concentrators → crack nucleation

4. Crack propagation under multiaxial stress field from contact pressure + friction force


Evaluation with FEM

🎓

1. Contact FEM (with friction) — Calculates stress distribution and microscopic slip amount on the contact surface

2. Fatigue evaluation using the critical plane method — Multiaxial fatigue criteria such as Fatemi-Socie

3. SWT (Smith-Watson-Topper) parameter — Standard index for fretting fatigue


Summary

🎓
  • Surface damage from microscopic slip → crack nucleation — A combined problem of contact + fatigue
  • Shrink fits, bolt holes, blade roots — Typical applications
  • Contact FEM → Multiaxial fatigue criteria — Evaluation flow

  • Coffee Break Yomoyama Talk

    Micro-wear at Turbine Blade Fastening Points

    Fretting fatigue occurs at contact points where microscopic relative slip repeats. In aircraft engine blade root sections, even a relative displacement of only a few μm during vibration, combined with a contact pressure of 300 MPa, can reduce the fatigue limit by more than 50%. GE analyzed this problem in the 1980s and optimized the dovetail shape.

    Physical Meaning of Each Term
    • Inertia term (mass term): $\rho \ddot{u}$, meaning "mass × acceleration". Have you ever experienced being thrown forward when slamming on the brakes? That "feeling of being carried forward" 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$ or $\nabla \cdot \sigma$. When you pull a spring, you feel a "force trying to return it", right? That's Hooke's law $F=kx$, the essence of the stiffness term. Now a question — an iron rod and a rubber band, which stretches more when pulled with the same force? Obviously the rubber. This "resistance to stretching" is the Young's modulus $E$, which determines stiffness. A common misconception: "high stiffness = strong" is incorrect. Stiffness is "resistance to deformation", strength is "resistance to failure" — they are different concepts.
    • External force term (load term): Body forces $f_b$ (gravity, etc.) and surface forces $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 volume" (body force), the force of the tires pushing on the road 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 ending up with "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 away. That's because 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 swaying 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 the 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 the balance between external and internal forces
    • Non-applicable cases: For large deformation/large rotation problems, geometric nonlinearity is required. For nonlinear material behavior like plasticity or creep, constitutive law extensions are needed
    Dimensional Analysis and Unit Systems
    VariableSI UnitNotes / Conversion Memo
    Displacement $u$m (meter)When inputting in mm, unify loads and elastic modulus to MPa/N system
    Stress $\sigma$Pa (Pascal) = N/m²MPa = 10⁶ Pa. Be careful of unit system inconsistency when comparing with yield stress
    Strain $\varepsilon$Dimensionless (m/m)Note the distinction between engineering strain and logarithmic strain (for large deformation)
    Elastic modulus $E$PaSteel: ~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

    FEM for Fretting Fatigue

    🎓

    1. Contact FEM — Contact with friction. Accurately resolves the micro-slip region (stick-slip boundary)

    2. Contact surface mesh — Very fine (element size about 1/10 of the contact zone)

    3. Multiaxial stress → Life prediction using the critical plane method


    Summary

    🎓
    • Contact surface mesh is extremely important — Resolves the stick-slip boundary
    • Abaqus + fe-safe — Combination of contact FEM + multiaxial fatigue

    • Coffee Break Yomoyama Talk

      FEM Evaluation Method for Fretting Fatigue

      In fretting fatigue analysis, the combination of shear stress and normal stress at the contact area is key. The Ruiz-Meyer parameter (shear stress × relative displacement) was proposed as an index in the 1980s and remains valid today. In FEM, setting the friction coefficient of contact elements to 0.4–0.8 to reproduce the micro-slip state is crucial for accuracy.

      Linear Elements (1st-order elements)

      Linear interpolation between nodes. Low computational cost but low stress accuracy. Beware of shear locking (mitigated by reduced integration or B-bar method).

      Quadratic Elements (with mid-side nodes)

      Can represent curved deformation. Stress accuracy improves significantly, but degrees of freedom increase by about 2–3 times. Recommended: when stress evaluation is important.

      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 the tangent stiffness matrix each iteration. Achieves quadratic convergence within the convergence radius, but computational cost is high.

      Modified Newton-Raphson Method

      Updates the tangent stiffness matrix using the initial value or every few iterations. Cost per iteration is low, but convergence speed 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

      Instead of applying the full load at once, it is applied in small increments. The arc-length method (Riks method) can trace beyond limit points on the load-displacement curve.

      Analogy: Direct Method vs Iterative Method

      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 it and adjust forward/backward (iterative method) than to search sequentially from the first page (direct method).

      Relationship Between Mesh Order and Accuracy

      1st-order elements are like "approximating a curve with a ruler" — represented by straight line segments, so accuracy is limited. 2nd-order elements are like a "flexible curve" — can represent curved changes, dramatically improving accuracy even at the same mesh density. However, computational cost per element increases, so judgment should be based on total cost-effectiveness.

      Practical Guide

      Fretting Fatigue in Practice

      🎓

      Turbine blade dovetail joints, bolt hole seat surfaces, shrink-fit shafts.


      Practical Checklist

      🎓
      • [ ] Is the contact surface mesh fine enough? (element size ≈ contact zone/10)
      • [ ] Is the friction coefficient correct? (fretting surface $\mu = 0.5 \sim 0.8$)
      • [ ] Is the microscopic slip amount calculated?
      • [ ] Is evaluation done with multiaxial fatigue criteria (SWT, Fatemi-Socie)?

      • Coffee Break Yomoyama Talk

        Fretting Countermeasures for Bolted Joints

        The area around bolt holes in aircraft structures is a typical location for fretting fatigue. For the Boeing 737, a combination of phosphate coating and grease was used as a fretting countermeasure at fuselage panel fastening points, extending fatigue life by 1.5 times. In practice, surface treatment and preload optimization are the most effective countermeasures.

        Analogy for the Analysis Flow

        The analysis flow is actually very similar to cooking. First, you buy the ingredients (prepare the CAD model), do the prep work (mesh generation), apply heat (solver execution), and finally plate it (visualization in post-processing). Here's an important question — which step in cooking is most prone to failure? Actually, it's the "prep work". If the mesh quality is poor, the results will be a mess no matter how good the solver is.

        Common Pitfalls for Beginners

        Are you checking mesh convergence? Do you think "the calculation ran = the results are 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 can be 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".

        Thinking About 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 the real constraint conditions is often the most important step in the entire analysis.

        Software Comparison

        Tools

        🎓
        • Abaqus — Contact FEM. Calculates microscopic slip.
        • fe-safe — Multiaxial fatigue. SWT/Fatemi-Socie.
        • nCode — Supports multiaxial fatigue.

        • Coffee Break Yomoyama Talk

          ANSYS Mechanical Contact Fatigue Module

          Since ANSYS Mechanical 2020, the contact stress output function for fretting fatigue evaluation has been enhanced. Using the automatic Ruiz parameter calculation function allows batch evaluation of fatigue risk for hundreds of contact nodes. Airbus used this function to complete the engine mount design for the A320neo 40% faster than before.

          The Three Most Important Questions for Selection

          • "What are you solving?": Does it support the physical models/element types needed for fretting fatigue? For example, for fluids, the presence of LES support; for structures, the ability to handle contact/large deformation makes a difference.
          • "Who will use it?": For beginner teams, tools with rich GUIs are suitable; for experienced users, flexible script-driven tools are better. Similar to the difference between an automatic transmission car (GUI) and a manual transmission car (script).
          • "How far will you expand?": Selection considering future expansion of analysis scale (HPC support), deployment to other departments, and integration with other tools leads to long-term cost reduction.

          Advanced Technologies

          Advanced Topics in Fretting

          🎓
          • Wear-fatigue coupling — Simulation combining Archard wear + fretting fatigue
          • Effect of surface treatments — Shot peening, DLC (Diamond-Like Carbon) coating
          • Pad shape optimization — Dovetail shape that minimizes fretting stress

          • Coffee Break Yomoyama Talk

            Fretting Suppression by DLC Coating

            Diamond-Like Carbon (DLC) coating can reduce the friction coefficient to below 0.1 and improve fretting fatigue life by 5–10 times. Kawasaki Heavy Industries introduced DLC treatment for helicopter rotor hub parts in the 2010s, successfully doubling maintenance intervals. A film thickness of 2μm provides sufficient effect.

            Troubleshooting

            Fretting Troubles

            🎓
            • Contact surface stress is mesh-dependent → Fretting has stress singularity at the edge of the contact zone. Regularize using TCD (Theory of Critical Distances)
            • Microscopic slip is zero → Full sticking. Friction coefficient is too high or load is too small
            • Fatigue life is too short → Additional stress concentration from fretting surface damage. Could also be from including $K_f$ excessively

            • Coffee Break Yomoyama Talk

              Unexpected Early Failure of Coupling Shafts

              Fretting fatigue is easily overlooked because surface damage is small. If a shaft coupling fails at 30% of its design life, SEM observation of the fracture surface reveals reddish-brown oxide powder characteristic of fretting. In addition to checking torque fluctuation range and shaft diameter, be sure to record the surface roughness Ra value of the contact surface.

              関連シミュレーター

              この分野のインタラクティブシミュレーターで理論を体感しよう

              シミュレーター一覧

              関連する分野

              熱解析製造プロセス解析V&V・品質保証
              この記事の評価
              ご回答ありがとうございます!
              参考に
              なった
              もっと
              詳しく
              誤りを
              報告
              参考になった
              0
              もっと詳しく
              0
              誤りを報告
              0
              Written by NovaSolver Contributors
              Anonymous Engineers & AI — サイトマップ
              About the Authors