II.
LibraryProcess JSON
Structured · livelib-process:aerospace-engineering--fatigue-damage-tolerance
fatigue-damage-tolerance json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:aerospace-engineering--fatigue-damage-tolerance",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "fatigue-damage-tolerance",
"description": "Process for assessing structural fatigue life and damage tolerance including crack growth analysis,\ninspection intervals, and certification compliance.",
"libraryPath": "library/specializations/domains/science/aerospace-engineering/fatigue-damage-tolerance.js",
"specialization": "aerospace-engineering",
"references": [
"- FAR 25.571 Damage Tolerance Requirements\n- JSSG-2006 Aircraft Structures\n- NASGRO Crack Growth Manual\n- MIL-HDBK-5J Material Properties"
],
"example": "const result = await orchestrate('specializations/domains/science/aerospace-engineering/fatigue-damage-tolerance', {\n projectName: 'Wing Lower Panel DT Analysis',\n structureDefinition: { component: 'wing-lower-panel', material: 'Al-2024-T3' },\n loadSpectrum: { type: 'flight-by-flight', source: 'spectrum.csv' }\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:aerospace-engineering--fatigue-damage-tolerance",
"to": "skill-area:mathematical-reasoning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--fatigue-damage-tolerance",
"to": "skill-area:physics-simulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:aerospace-engineering--fatigue-damage-tolerance",
"to": "skill-area:sensor-fusion",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:aerospace-engineering--fatigue-damage-tolerance",
"to": "domain:aerospace-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--fatigue-damage-tolerance",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--fatigue-damage-tolerance",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:aerospace-engineering--fatigue-damage-tolerance",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:aerospace-engineering--fatigue-damage-tolerance",
"to": "specialization:aerospace-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}