add documents and wiki
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled

This commit is contained in:
김경종
2026-06-02 16:33:07 +09:00
parent bd50e09e36
commit b13258af9f
886 changed files with 12680 additions and 93 deletions
@@ -0,0 +1,47 @@
---
type: concept
title: "Midas FEA Fatigue Analysis"
created: 2026-06-02
updated: 2026-06-02
address: c-000155
aliases:
- MIDAS FEA fatigue
- midas FEA S-N fatigue
tags:
- concept
- finite-element-method
- fatigue
- verification
- midas-fea
status: current
related:
- "[[Midas-FEA-Analysis-Manual|Midas FEA Analysis Manual]]"
- "[[Finite Element Modeling and Convergence Checks]]"
- "[[Abaqus Progressive Damage and Failure]]"
sources:
- "[[Midas-FEA-Analysis-Manual|Midas FEA Analysis Manual]]"
---
# Midas FEA Fatigue Analysis
## Definition
Midas FEA fatigue analysis estimates fatigue damage and life from stress histories, using stress-life S-N data, rainflow counting, mean stress treatment, modification factors, and Miner linear damage accumulation.
## How It Works
The manual presents fatigue as a post-analysis workflow built from elastic stress results. Nodal stresses are derived from stress measures such as von Mises or maximum principal stress, stress amplitude histories are constructed, and S-N data are used to estimate damage and life.
The procedure accounts for mean stress, stress concentration, surface finish, load type, size or shape factors, temperature, environment, rainflow cycle counting, and linear cumulative damage. Outputs include fatigue life and safety-factor style quantities at nodes.
## Solver Development Notes
- Treat fatigue as a results-processing feature unless material degradation is explicitly coupled back into the solve.
- Keep the stress measure, location, interpolation, and scaling rules fixed for regression tests.
- Use small hand-checkable stress histories to verify rainflow counting and Miner summation before using full FE histories.
## Connections
- [[Finite Element Modeling and Convergence Checks]] is important because fatigue is sensitive to stress concentration and mesh interpretation.
- [[Abaqus Progressive Damage and Failure]] provides a broader production reference for damage and fatigue-like modeling options.