II.
LibraryProcess JSON
Structured · livelib-process:mechanical-engineering--stress-deflection-analysis
stress-deflection-analysis json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:mechanical-engineering--stress-deflection-analysis",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "stress-deflection-analysis",
"description": "Stress and Deflection Analysis - Evaluating component strength and stiffness through\nanalytical hand calculations (Roark's Formulas) and FEA to verify design against yield, ultimate,\nand deflection criteria with appropriate safety factors. Covers beam theory, plate theory, and\npressure vessel calculations.",
"libraryPath": "library/specializations/domains/science/mechanical-engineering/stress-deflection-analysis.js",
"specialization": "mechanical-engineering",
"references": [
"- Roark's Formulas for Stress and Strain: https://www.mheducation.com/highered/product/roark-s-formulas-stress-strain-young-sadegh/M9780073398204.html\n- Shigley's Mechanical Engineering Design: https://www.mheducation.com/highered/product/shigley-s-mechanical-engineering-design-budynas-nisbett/M9780073398204.html\n- Mechanics of Materials by Hibbeler\n- ASME BPVC Section VIII: https://www.asme.org/codes-standards"
],
"example": "const result = await orchestrate('specializations/domains/science/mechanical-engineering/stress-deflection-analysis', {\n projectName: 'Cantilever Beam Analysis',\n componentType: 'beam',\n geometry: { length: 500, crossSection: 'rectangular', width: 50, height: 25 },\n material: { name: 'Steel 1018', E: 200000, yieldStrength: 370, ultimateStrength: 440 },\n loads: [{ type: 'point', magnitude: 1000, location: 'tip' }]\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:mechanical-engineering--stress-deflection-analysis",
"to": "skill-area:physics-simulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--stress-deflection-analysis",
"to": "skill-area:mathematical-reasoning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:mechanical-engineering--stress-deflection-analysis",
"to": "skill-area:motion-planning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:mechanical-engineering--stress-deflection-analysis",
"to": "domain:mechanical-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--stress-deflection-analysis",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--stress-deflection-analysis",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:mechanical-engineering--stress-deflection-analysis",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--stress-deflection-analysis",
"to": "specialization:mechanical-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}