II.
LibraryProcess JSON
Structured · livelib-process:mechanical-engineering--material-selection
material-selection json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:mechanical-engineering--material-selection",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "material-selection",
"description": "Material Selection Methodology - Systematic material selection using Ashby charts\nand performance indices, considering mechanical properties, environmental compatibility,\nmanufacturing constraints, cost, and availability.",
"libraryPath": "library/specializations/domains/science/mechanical-engineering/material-selection.js",
"specialization": "mechanical-engineering",
"references": [
"- Materials Selection in Mechanical Design (Ashby): https://www.elsevier.com/books/materials-selection-in-mechanical-design/ashby/978-0-08-100666-8\n- ASM Handbook: https://www.asminternational.org/\n- Cambridge Engineering Selector (CES): https://www.ansys.com/products/materials\n- MatWeb Materials Database: https://www.matweb.com/"
],
"example": "const result = await orchestrate('specializations/domains/science/mechanical-engineering/material-selection', {\n projectName: 'Lightweight Bracket Design',\n application: 'aerospace structural bracket',\n requirements: { minYieldStrength: 300, maxDensity: 4.5, serviceTemp: 150 },\n constraints: { manufacturingProcess: 'machining', budget: 'medium' }\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:mechanical-engineering--material-selection",
"to": "skill-area:physics-simulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--material-selection",
"to": "skill-area:mathematical-reasoning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:mechanical-engineering--material-selection",
"to": "skill-area:motion-planning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:mechanical-engineering--material-selection",
"to": "domain:mechanical-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--material-selection",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--material-selection",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:mechanical-engineering--material-selection",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--material-selection",
"to": "specialization:mechanical-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}