Agent skill
thermal-analysis
Skill for thermal management design and heat transfer analysis across conduction, convection, and radiation including heat sink sizing and electronic cooling
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/science/mechanical-engineering/skills/thermal-analysis
Metadata
Additional technical details for this skill
- phase
- 6
- domain
- science
- category
- thermal-fluid-analysis
- priority
- high
- specialization
- mechanical-engineering
- tools libraries
-
[ "ANSYS Mechanical (thermal)", "ANSYS Icepak", "FloTHERM", "Thermal Desktop" ]
SKILL.md
Thermal Analysis Skill
Purpose
The Thermal Analysis skill provides comprehensive capabilities for thermal management design and heat transfer analysis in mechanical engineering applications, enabling systematic evaluation of temperature distributions, thermal gradients, and heat dissipation across conduction, convection, and radiation heat transfer modes.
Capabilities
- Steady-state and transient thermal analysis setup
- Conduction path modeling and optimization
- Natural and forced convection coefficient estimation
- Radiation view factor and enclosure analysis
- Heat sink sizing and optimization
- Thermal interface material selection
- Electronic cooling analysis (Icepak, FloTHERM)
- Thermal resistance network modeling
Usage Guidelines
Heat Transfer Mode Analysis
Conduction Analysis
-
Thermal Conductivity
- Material property assignment
- Anisotropic conductivity for composites
- Temperature-dependent properties
-
Conduction Path Modeling
- Identify primary heat flow paths
- Calculate thermal resistances in series/parallel
- Optimize cross-sectional areas
-
Contact Resistance
- Include interface thermal resistance
- Specify TIM (thermal interface material) properties
- Consider surface roughness effects
Convection Analysis
-
Natural Convection
- Correlations: Vertical plate, horizontal plate, enclosure
- Calculate Grashof and Rayleigh numbers
- Orientation-dependent coefficients
-
Forced Convection
- Calculate Reynolds number for flow regime
- Apply Nusselt number correlations
- Account for entrance effects
-
Coefficient Estimation
h_forced ≈ 5-25 W/m²K (natural air) h_forced ≈ 25-250 W/m²K (forced air) h_forced ≈ 500-10000 W/m²K (liquid)
Radiation Analysis
-
View Factor Calculation
- Planar surfaces: Hottel's crossed-string method
- Complex geometries: Monte Carlo ray tracing
- Reciprocity and summation rules
-
Radiative Exchange
- Gray body assumptions
- Enclosure analysis with multiple surfaces
- Participating media (if applicable)
Heat Sink Design
-
Thermal Resistance
R_total = R_jc + R_TIM + R_hs + R_sa Where: R_jc = Junction to case R_TIM = Thermal interface material R_hs = Heat sink spreading R_sa = Sink to ambient -
Fin Optimization
- Fin efficiency calculation
- Optimal fin spacing for natural/forced convection
- Trade-off analysis: more fins vs. reduced efficiency
-
Selection Criteria
- Required thermal resistance
- Volume and weight constraints
- Airflow direction
- Cost considerations
Electronic Cooling
-
Component Modeling
- Power dissipation mapping
- Two-resistor thermal models
- Detailed thermal models (DELPHI)
-
PCB Thermal Analysis
- Effective thermal conductivity
- Layer stackup effects
- Thermal vias for vertical conduction
-
System-Level Analysis
- Airflow distribution
- Hot spot identification
- Thermal shadowing effects
Process Integration
- ME-011: Thermal Management Design
- ME-012: Heat Exchanger Design and Rating
Input Schema
{
"component": "string",
"power_dissipation": "number (W)",
"ambient_temperature": "number (C)",
"max_junction_temperature": "number (C)",
"cooling_method": "natural|forced_air|liquid",
"airflow_velocity": "number (m/s, if forced)",
"constraints": {
"max_volume": "number (mm^3)",
"max_weight": "number (g)",
"max_height": "number (mm)"
}
}
Output Schema
{
"thermal_solution": {
"required_thermal_resistance": "number (C/W)",
"heat_sink_recommendation": {
"type": "string",
"dimensions": "object",
"thermal_resistance": "number (C/W)"
},
"tim_selection": "string",
"predicted_temperatures": {
"junction": "number (C)",
"case": "number (C)",
"heat_sink": "number (C)"
}
},
"airflow_requirements": {
"minimum_velocity": "number (m/s)",
"volumetric_flow": "number (CFM)"
},
"thermal_margin": "number (C)"
}
Best Practices
- Always verify thermal conductivity values at operating temperatures
- Include thermal interface resistance in all calculations
- Use conservative convection coefficients for preliminary design
- Verify radiation effects for high-temperature applications
- Consider transient thermal response for pulsed loads
- Validate models with experimental measurements when possible
Integration Points
- Connects with CFD Analysis for detailed flow-thermal coupling
- Feeds into Heat Exchanger Design for system integration
- Supports FEA for thermomechanical stress analysis
- Integrates with Electronic Design for package-level thermal management
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-tools
Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).
model-profile-resolution
Resolve model profile (quality/balanced/budget) at orchestration start and map agents to specific models. Enables cost/quality tradeoffs by selecting appropriate AI models for each agent role.
verification-suite
Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.
state-management
STATE.md reading, writing, and field-level updates. Provides cross-session state persistence via .planning/STATE.md with structured fields for current task, completed phases, blockers, decisions, and quick tasks.
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
frontmatter-parsing
YAML frontmatter parsing and manipulation for .planning/ documents. Provides read, write, update, query, and validation operations on frontmatter blocks in GSD markdown artifacts.
Didn't find tool you were looking for?