II.
LibraryProcess overview
Reference · livelib-process:mechanical-engineering--fatigue-life-prediction
fatigue-life-prediction overview
Fatigue Life Prediction - Assessing component durability under cyclic loading using stress-life (S-N), strain-life (epsilon-N), or fracture mechanics approaches, including load spectrum development and damage accumulation analysis per Miner's rule.
Attributes
displayName
fatigue-life-prediction
description
Fatigue Life Prediction - Assessing component durability under cyclic loading using
stress-life (S-N), strain-life (epsilon-N), or fracture mechanics approaches, including load
spectrum development and damage accumulation analysis per Miner's rule.
libraryPath
library/specializations/domains/science/mechanical-engineering/fatigue-life-prediction.js
specialization
mechanical-engineering
references
- - Deformation and Fracture Mechanics: https://www.wiley.com/en-us/Deformation+and+Fracture+Mechanics+of+Engineering+Materials - Shigley's Mechanical Engineering Design: Chapter 6 - Fatigue Failure - SAE Fatigue Design Handbook: https://www.sae.org/ - FKM Guideline: https://www.vdma.org/
example
const result = await orchestrate('specializations/domains/science/mechanical-engineering/fatigue-life-prediction', {
projectName: 'Crankshaft Fatigue Analysis',
componentName: 'Main Bearing Journal',
material: { name: 'Steel 4340', Su: 1100, Sy: 1000, Se: 450 },
loadSpectrum: [{ amplitude: 300, cycles: 1e6 }, { amplitude: 450, cycles: 1e4 }],
geometry: { Kt: 2.1, notchRadius: 2.5 }
});
usesAgents
- general-purpose
Outgoing edges
lib_applies_to_domain1
- domain:mechanical-engineering·DomainMechanical Engineering
lib_belongs_to_specialization1
- specialization:mechanical-engineering·SpecializationMechanical Engineering
lib_implements_workflow1
- workflow:experiment-design·WorkflowExperiment Design
lib_involves_role2
- role:systems-integration-engineer·RoleSystems Integration Engineer
- role:research-engineer·RoleResearch Engineer
lib_requires_skill_area3
- skill-area:physics-simulation·SkillAreaPhysics Simulation
- skill-area:mathematical-reasoning·SkillAreaMathematical Reasoning
- skill-area:motion-planning·SkillAreaMotion Planning
Incoming edges
None.