II.
LibraryProcess overview
Reference · livelib-process:mechanical-engineering--thermal-management-design
thermal-management-design overview
Thermal Management Design - Analyzing heat transfer paths through conduction, convection, and radiation, sizing thermal management components (heat sinks, fans, heat pipes), and optimizing system thermal performance.
Attributes
displayName
thermal-management-design
description
Thermal Management Design - Analyzing heat transfer paths through conduction, convection,
and radiation, sizing thermal management components (heat sinks, fans, heat pipes), and optimizing
system 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 - Thermal Management Handbook for Electronic Assemblies: https://www.springer.com/ - JEDEC Standards for Thermal Characterization - ASHRAE Thermal Guidelines for Data Centers
example
const result = await orchestrate('specializations/domains/science/mechanical-engineering/thermal-management-design', {
projectName: 'Electronics Enclosure Cooling',
heatSources: [{ name: 'CPU', power: 95, maxTemp: 100 }, { name: 'GPU', power: 150, maxTemp: 90 }],
ambientConditions: { temperature: 35, airflow: 'forced' },
constraints: { maxSystemTemp: 85, powerBudget: 50 }
});
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:architecture-decision-record·WorkflowArchitecture Decision Record
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.