abaqus-fatigue-analysis

Predict fatigue life from Abaqus FEA stress results using S-N curves and Miner's rule.

7|1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/JaimeCernuda/abaqus-scripting --skill abaqus-fatigue-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: abaqus-fatigue-analysis
Source: https://github.com/JaimeCernuda/abaqus-scripting/tree/main/.claude/skills/abaqus-fatigue-analysis
Command: npx skills add https://github.com/JaimeCernuda/abaqus-scripting --skill abaqus-fatigue-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps engineers predict the fatigue life of components based on finite element analysis (FEA) stress results, enabling them to assess durability and prevent failures under cyclic loading.

Core Features & Use Cases

  • Fatigue Life Prediction: Calculates cycles to failure using S-N curves (high-cycle fatigue) or strain-life (low-cycle fatigue) methods.
  • Damage Accumulation: Implements Palmgren-Miner's rule to assess cumulative fatigue damage from variable amplitude loading.
  • Stress History Analysis: Guides the extraction of stress histories from Abaqus ODB files for fatigue calculations.
  • Use Case: An engineer has an Abaqus model of a bridge component subjected to traffic loads. They can use this Skill to determine how many load cycles the component can withstand before fatigue failure.

Quick Start

Use the abaqus-fatigue-analysis skill to predict the fatigue life of a component given its stress history and material S-N curve data.

Frequently Asked Questions about abaqus-fatigue-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I predict fatigue life from Abaqus FEA stress results?

To predict fatigue life from Abaqus FEA stress results, extract stress histories from ODB files and apply fatigue criteria like S-N curves or strain-life methods. This Skill automates calculating cycles to failure and assessing durability under cyclic loading.

What is the difference between high-cycle and low-cycle fatigue analysis in FEA?

High-cycle fatigue analysis uses S-N curves to calculate cycles to failure for elastic loading, while low-cycle fatigue uses strain-life methods for plastic deformation. This Skill guides users through applying both regimes based on their Abaqus FEA stress results.

How do I calculate cumulative fatigue damage from variable amplitude loading?

Calculate cumulative fatigue damage from variable amplitude loading by applying Palmgren-Miner's rule. This Skill implements Miner's rule to assess cumulative damage from variable amplitude loading histories extracted from your Abaqus stress results.

Can I use Abaqus stress results for fatigue analysis with mean stress corrections?

Yes, you can use Abaqus stress results for fatigue analysis while considering mean stress factors. This Skill guides users through extracting stress histories and applying fatigue criteria that account for mean stress and stress concentrations.