跳到主要内容
知仓学习社ZHICANG

thermal-analysis

Skill for thermal management design and heat transfer analysis across conduction, convection, and radiation including heat sink sizing and electroni…

不碰外部(只输出文字)无严重或高危命中a5c-ai/babysitter

它会碰到什么

扫了多少1 个文本文件,5 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

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

  1. Thermal Conductivity
  • Material property assignment
  • Anisotropic conductivity for composites
  • Temperature-dependent properties
  1. Conduction Path Modeling
  • Identify primary heat flow paths
  • Calculate thermal resistances in series/parallel
  • Optimize cross-sectional areas
  1. Contact Resistance
  • Include interface thermal resistance
  • Specify TIM (thermal interface material) properties
  • Consider surface roughness effects

Convection Analysis

  1. Natural Convection
  • Correlations: Vertical plate, horizontal plate, enclosure
  • Calculate Grashof and Rayleigh numbers
  • Orientation-dependent coefficients
  1. Forced Convection
  • Calculate Reynolds number for flow regime
  • Apply Nusselt number correlations
  • Account for entrance effects
  1. 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

  1. View Factor Calculation
  • Planar surfaces: Hottel's crossed-string method
  • Complex geometries: Monte Carlo ray tracing
  • Reciprocity and summation rules
  1. Radiative Exchange
  • Gray body assumptions
  • Enclosure analysis with multiple surfaces
  • Participating media (if applicable)

Heat Sink Design

  1. 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
  1. Fin Optimization
  • Fin efficiency calculation
  • Optimal fin spacing for natural/forced convection
  • Trade-off analysis: more fins vs. reduced efficiency
  1. Selection Criteria
  • Required thermal resistance
  • Volume and weight constraints
  • Airflow direction
  • Cost considerations

Electronic Cooling

  1. Component Modeling
  • Power dissipation mapping
  • Two-resistor thermal models
  • Detailed thermal models (DELPHI)
  1. PCB Thermal Analysis
  • Effective thermal conductivity
  • Layer stackup effects
  • Thermal vias for vertical conduction
  1. 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

  1. Always verify thermal conductivity values at operating temperatures
  2. Include thermal interface resistance in all calculations
  3. Use conservative convection coefficients for preliminary design
  4. Verify radiation effects for high-temperature applications
  5. Consider transient thermal response for pulsed loads
  6. 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

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 1,796
本站分层T1
该仓技能数2115
原文件路径library/specializations/domains/science/mechanical-engineering/skills/thermal-analysis/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 2115 个技能

同名技能的其他版本

有 3 个不同仓库或目录里都有叫 thermal-analysis 的技能。它们内容并不相同,别混用:

  • a5c-ai/babysitter — Electronic system thermal modeling and analysis skill for junction temperature calculation
  • a5c-ai/babysitter — Skill for thermal characterization workflows including DSC, TGA, DTA, TMA, and DMA for pha