abaqus-fatigue-analysis
关于
This skill provides a workflow for fatigue life prediction using Abaqus FEA stress results, implementing cycle counting, damage accumulation via Miner's rule, and S-N curve analysis. Use it when developers need durability assessments, cycle counting, or fatigue life calculations from stress histories. Note that it works with extracted Abaqus stress data since Abaqus has limited native fatigue capabilities.
快速安装
Claude Code
推荐/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/abaqus-fatigue-analysis在 Claude Code 中复制并粘贴此命令以安装该技能
技能文档
Abaqus Fatigue Analysis Skill
Predict fatigue life from FEA stress results using S-N curves and damage accumulation.
When to Use This Skill
Route here when user mentions:
- "fatigue", "how many cycles", "fatigue life"
- "durability", "S-N curve", "cycles to failure"
- "rainflow counting", "Miner's rule"
- "high-cycle fatigue", "low-cycle fatigue"
Route elsewhere:
- Just stress analysis →
/abaqus-static-analysis - Crack propagation → specialized fracture tools
- Static strength check →
/abaqus-static-analysis
Important: Abaqus Fatigue Limitations
Abaqus has limited native fatigue capabilities. The typical workflow is:
- Run structural analysis in Abaqus (stress/strain results)
- Extract stress history from ODB
- Apply fatigue criteria externally (Basquin, Miner's rule)
For full fatigue analysis, consider external tools: fe-safe, nCode, FEMFAT.
Prerequisites
Before fatigue analysis:
- ✅ Completed static or dynamic analysis with converged results
- ✅ Material fatigue data (S-N curve or Coffin-Manson parameters)
- ✅ Stress output at critical locations
Workflow Steps
Step 1: Run Stress Analysis
Use /abaqus-static-analysis for constant loads or /abaqus-dynamic-analysis for time-varying.
Ensure output requests include:
S- Stress components (principal, Mises)E- Strain componentsPEEQ- Equivalent plastic strain (for low-cycle)
Step 2: Identify Critical Location
Find the maximum stress location:
- Use
/abaqus-odbto extract peak stress - Check stress concentrations (fillets, holes, notches)
- Consider fatigue notch factor (Kf) vs stress concentration (Kt)
Step 3: Extract Stress History
For constant amplitude: single max/min stress values. For variable amplitude: full stress-time history for rainflow counting.
Step 4: Apply Fatigue Criteria
Use appropriate method based on loading and life regime.
Step 5: Calculate Life and Damage
Apply Basquin equation for life, Miner's rule for cumulative damage.
Key Decisions
Fatigue Approach
| Approach | When to Use | Data Needed |
|---|---|---|
| Stress-life (S-N) | High-cycle (N > 10^4) | S-N curve |
| Strain-life (e-N) | Low-cycle (N < 10^4) | Coffin-Manson params |
| Fracture mechanics | Crack growth | da/dN curve |
Loading Type
| Loading | Analysis Method |
|---|---|
| Constant amplitude | Single static analysis |
| Variable amplitude | Multiple loads + rainflow |
| Proportional | Single load case |
| Non-proportional | Critical plane method |
Mean Stress Correction
| Method | Use Case |
|---|---|
| Goodman | Conservative, tensile mean |
| Gerber | Less conservative |
| Soderberg | Very conservative |
| SWT | Strain-life with mean stress |
What to Ask the User
If unclear, ask:
- Material fatigue properties? S-N curve coefficients or test data?
- Loading type? Constant amplitude or variable (spectrum)?
- Mean stress? Fully reversed (R=-1) or with mean stress (R=0)?
- Critical location known? Or need to find max stress?
- Life target? What's the required number of cycles?
Key Parameters
| Parameter | Typical Values | Notes |
|---|---|---|
| S-N slope (b) | 0.08-0.15 | Lower = longer life |
| Endurance limit | 40-50% UTS (steel) | Stress below which infinite life |
| Fatigue notch factor (Kf) | 1.0-3.0 | Kf = 1 + q(Kt-1) |
| Notch sensitivity (q) | 0.7-0.95 | Higher for stronger steels |
Troubleshooting
| Problem | Cause | Solution |
|---|---|---|
| Unrealistically short life | Stress singularity | Use Kf correction, refine mesh away from singularity |
| Wrong units | MPa vs Pa mismatch | Verify stress units match S-N data |
| Unconservative prediction | Missing mean stress | Apply Goodman/Gerber correction |
| Very long calculated life | Stress below endurance limit | Check if stress > endurance limit |
Related Skills
/abaqus-static-analysis- Base stress analysis/abaqus-dynamic-analysis- Time-varying loading/abaqus-amplitude- Cyclic loading definition/abaqus-odb- Extract stress history from results
Code Patterns
For API syntax, equations, and code examples, see:
GitHub 仓库
相关推荐技能
content-collections
元Content Collections 是一个 TypeScript 优先的构建工具,可将本地 Markdown/MDX 文件转换为类型安全的数据集合。它专为构建博客、文档站和内容密集型 Vite+React 应用而设计,提供基于 Zod 的自动模式验证。该工具涵盖从 Vite 插件配置、MDX 编译到生产环境部署的完整工作流。
sglang
元SGLang是一个专为LLM设计的高性能推理框架,特别适用于需要结构化输出的场景。它通过RadixAttention前缀缓存技术,在处理JSON、正则表达式、工具调用等具有重复前缀的复杂工作流时,能实现极速生成。如果你正在构建智能体或多轮对话系统,并追求远超vLLM的推理性能,SGLang是理想选择。
cloudflare-turnstile
元这个Skill提供完整的Cloudflare Turnstile集成知识,用于在表单、登录页面和API端点中实现无验证码的机器人防护。它支持React/Next.js/Hono等框架集成,涵盖令牌验证、错误代码调试和端到端测试等场景。通过运行后台不可见挑战,在保持用户体验的同时有效阻止自动化流量和垃圾信息。
cloudflare-cron-triggers
测试这个Claude Skill提供了关于Cloudflare Cron Triggers的完整知识库,用于通过cron表达式定时执行Workers。它支持配置周期性任务、维护作业和自动化工作流,并能处理常见的cron触发错误。开发者可以用它来设置定时任务、测试cron处理器,并集成Workflows和Green Compute功能。
