II.
LibraryProcess JSON
Structured · livelib-process:mechanical-engineering--thermal-management-design
thermal-management-design json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:mechanical-engineering--thermal-management-design",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "thermal-management-design",
"description": "Thermal Management Design - Analyzing heat transfer paths through conduction, convection,\nand radiation, sizing thermal management components (heat sinks, fans, heat pipes), and optimizing\nsystem thermal performance.",
"libraryPath": "library/specializations/domains/science/mechanical-engineering/thermal-management-design.js",
"specialization": "mechanical-engineering",
"references": [
"- Fundamentals of Heat and Mass Transfer: https://www.wiley.com/en-us/Fundamentals+of+Heat+and+Mass+Transfer\n- Thermal Management Handbook for Electronic Assemblies: https://www.springer.com/\n- JEDEC Standards for Thermal Characterization\n- ASHRAE Thermal Guidelines for Data Centers"
],
"example": "const result = await orchestrate('specializations/domains/science/mechanical-engineering/thermal-management-design', {\n projectName: 'Electronics Enclosure Cooling',\n heatSources: [{ name: 'CPU', power: 95, maxTemp: 100 }, { name: 'GPU', power: 150, maxTemp: 90 }],\n ambientConditions: { temperature: 35, airflow: 'forced' },\n constraints: { maxSystemTemp: 85, powerBudget: 50 }\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:mechanical-engineering--thermal-management-design",
"to": "skill-area:physics-simulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--thermal-management-design",
"to": "skill-area:mathematical-reasoning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:mechanical-engineering--thermal-management-design",
"to": "skill-area:motion-planning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:mechanical-engineering--thermal-management-design",
"to": "domain:mechanical-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--thermal-management-design",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--thermal-management-design",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:mechanical-engineering--thermal-management-design",
"to": "workflow:architecture-decision-record",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--thermal-management-design",
"to": "specialization:mechanical-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}