Extended Heat Transfer Surface (Fin)

Category: 熱解析 | Integrated 2026-04-06
CAE visualization for extended surface theory - technical simulation diagram
拡大伝熱面(フィン)

Theory and Physics

Fundamentals of Extended Heat Transfer Surfaces

🧑‍🎓

Professor, why are heat sink fins effective?


🎓

From the basic convective heat transfer equation $q = hA(T_s - T_\infty)$, when it's difficult to increase $h$, the strategy of an Extended Surface is to increase the area $A$. Insufficient heat dissipation from the base surface alone is achieved by expanding the surface area 10 to 100 times with fins.


🧑‍🎓

So it's simply about increasing the area.


🎓

However, since the temperature decreases towards the fin tip, the entire surface does not dissipate heat at the base temperature. Its effectiveness is evaluated by the fin efficiency $\eta_f$.


Governing Equation for Fins

🎓

The temperature distribution in a straight fin of uniform cross-section, from energy conservation, is


$$\frac{d^2\theta}{dx^2} - m^2 \theta = 0$$

where $\theta = T(x) - T_\infty$, $m = \sqrt{hP/(kA_c)}$. $P$ is the fin perimeter, $A_c$ is the fin cross-sectional area.


The general solution is $\theta(x) = C_1 e^{mx} + C_2 e^{-mx}$, where the constants are determined by the boundary conditions.


🧑‍🎓

$m$ is the fin parameter. A larger $m$ means the temperature drops more sharply.


🎓

Correct. $m$ represents the "slenderness" of the fin. Thinner and longer fins (small $A_c$, large $P$) have a larger $m$ and a lower tip temperature.


Boundary Conditions and Solutions

Tip ConditionTemperature DistributionHeat Dissipation
Adiabatic Tip$\theta = \theta_b \frac{\cosh m(L-x)}{\cosh mL}$$q = \sqrt{hPkA_c}\,\theta_b \tanh mL$
Prescribed Tip TemperatureLinear combination of hyperbolic functionsEquation depending on the case
Convective TipApproximated using corrected length $L_c = L + A_c/P$Apply adiabatic tip formula with $L_c$
Infinite Fin$\theta = \theta_b e^{-mx}$$q = \sqrt{hPkA_c}\,\theta_b$
🧑‍🎓

In practice, is the adiabatic tip approximation used often?


🎓

Heat dissipation from the tip is only a few percent of the total, so the adiabatic tip approximation using the corrected length $L_c$ provides sufficient accuracy.

Coffee Break Trivia

History of Fin Development

The concept of extended heat transfer surfaces (fins) was systematized by Alfred Harper in 1922. Now adopted even in Intel CPU coolers, it forms the core technology that dramatically increases heat dissipation by expanding the surface area up to 10 times.

Physical Meaning of Each Term
  • Heat Storage Term $\rho c_p \partial T/\partial t$: Rate of thermal energy storage per unit volume. 【Everyday Example】 An iron frying pan is slow to heat up and cool down, while an aluminum pot heats and cools quickly—this is due to the difference in the product of density $\rho$ and specific heat $c_p$ (Heat Capacity). Objects with large heat capacity have slower temperature changes. Water has a very high specific heat (4,186 J/(kg·K)), which is why temperatures near the ocean are more stable than inland. In transient analysis, this term determines the rate of temperature change over time.
  • Heat Conduction Term $\nabla \cdot (k \nabla T)$: Heat conduction based on Fourier's law. Heat flux proportional to the temperature gradient. 【Everyday Example】 When you put a metal spoon in a hot pot, the handle gets hot—because metals have high thermal conductivity $k$, heat transfers quickly from the high-temperature side to the low-temperature side. A wooden spoon doesn't get hot because its $k$ is small. Insulation materials (like glass wool) have extremely small $k$, making heat transfer difficult even with a temperature gradient. This term mathematically expresses the natural tendency of "heat flowing where there is a temperature difference."
  • Convection Term $\rho c_p \mathbf{u} \cdot \nabla T$: Heat transport accompanying fluid motion. 【Everyday Example】 Feeling cool under a fan is because the wind (fluid flow) carries away warm air near your body surface and supplies fresh, cool air—this is forced convection. The ceiling area of a room becoming warm with heating is due to natural convection where heated air rises due to buoyancy. The fan in a PC's CPU cooler also dissipates heat via forced convection. Convection is an order of magnitude more efficient heat transport method than conduction.
  • Heat Source Term $Q$: Internal heat generation (Joule heat, chemical reaction heat, radiation absorption, etc.). Unit: W/m³. 【Everyday Example】 A microwave oven heats food via microwave absorption inside the food (volumetric heating). The heater wire in an electric blanket warms up via Joule heating ($Q = I^2 R / V$). Heat generation during lithium-ion battery charging/discharging and friction heat from brake pads are also considered as heat sources in analysis. Unlike boundary conditions where heat is supplied from the outside to the "surface," the heat source term represents energy generation "inside" the material.
Assumptions and Applicability Limits
  • Fourier's Law: Linear relationship where heat flux is proportional to temperature gradient (non-Fourier heat conduction is needed for extremely low temperatures or ultra-short pulse heating)
  • Isotropic Thermal Conductivity: Thermal conductivity is independent of direction (anisotropy must be considered for composite materials, single crystals, etc.)
  • Temperature-Independent Material Properties (Linear Analysis): Assumption that material properties do not depend on temperature (temperature dependence is needed for large temperature differences)
  • Treatment of Thermal Radiation: Surface-to-surface radiation uses the view factor method; for participating media, the DO method or P1 approximation is applied.
  • Non-applicable Cases: Phase change (melting/solidification) requires consideration of latent heat. Extreme temperature gradients necessitate thermal-stress coupling.
Dimensional Analysis and Unit Systems
VariableSI UnitNotes / Conversion Memo
Temperature $T$K (Kelvin) or CelsiusBe careful not to confuse absolute and Celsius temperatures. Always use absolute temperature for radiation calculations.
Thermal Conductivity $k$W/(m·K)Steel: ~50, Aluminum: ~237, Air: ~0.026
Heat Transfer Coefficient $h$W/(m²·K)Natural Convection: 5–25, Forced Convection: 25–250, Boiling: 2,500–25,000
Specific Heat $c_p$J/(kg·K)Distinguish between specific heat at constant pressure and constant volume (important for gases).
Heat Flux $q$W/m²Neumann condition as a boundary condition.

Numerical Methods and Implementation

Fin Efficiency

🧑‍🎓

What exactly does fin efficiency represent?


🎓

The fin efficiency $\eta_f$ is the ratio of the actual heat dissipation to the maximum possible heat dissipation if the entire fin surface were at the base temperature.


$$\eta_f = \frac{q_{\text{actual}}}{q_{\text{max}}} = \frac{q_{\text{actual}}}{hA_f \theta_b}$$

For a straight fin with an adiabatic tip, $\eta_f = \tanh(mL)/(mL)$. Fin efficiency is over 90% for $mL < 1$ and drops sharply for $mL > 3$.


🧑‍🎓

So $mL$ is the key parameter for fin design.


🎓

$mL \approx 1$ is considered the optimal point for cost-effectiveness. Making it longer beyond this doesn't increase heat dissipation much relative to the material used.


FEM Analysis of Fins

🎓

Fins can sometimes be modeled with shell or beam elements due to their thin structure, but solid elements are typically used for thermal analysis.


ApproachAdvantagesDisadvantages
3D SolidHighest accuracyLarge number of elements
2D Cross-sectionEfficient analysis of repeating structuresIgnores 3D effects
1D Analytical SolutionFast, easy parameter studyIgnores 2D/3D heat flow
🧑‍🎓

If a heat sink has 100 fins, do we model all of them?


🎓

Using symmetry, a model of just one fin suffices. Set symmetry planes at the fin pitch and apply adiabatic conditions to those planes. Software like FloTHERM or Icepak have features to automatically generate fin arrays as parametric models.


Overall Fin Efficiency

🎓

The overall performance of a heat sink is evaluated by the overall efficiency $\eta_o$, which combines fin efficiency and the base surface.


$$\eta_o = 1 - \frac{A_f}{A_t}(1 - \eta_f)$$

$A_f$ is the total fin surface area, $A_t$ is the total surface area (Fin + exposed base area).


🧑‍🎓

So the exposed base area is treated as having 100% fin efficiency.


🎓

Exactly. Using the overall efficiency, the total heat dissipation can be expressed concisely as $q = \eta_o h A_t \theta_b$.

Coffee Break Trivia

Fin Efficiency Calculation Procedure

Fin efficiency η is expressed by the hyperbolic function tanh(mL)/(mL). m is the fin parameter √(hP/kA). For an aluminum pin fin (k=237 W/m·K), efficiency over 95% can be achieved, and similarly high efficiency is possible with copper (k=401 W/m·K).

Linear Elements vs. Quadratic Elements

In heat conduction analysis, linear elements often provide sufficient accuracy. For regions with steep temperature gradients (e.g., thermal shock), quadratic elements are recommended.

Heat Flux Evaluation

Calculated from the temperature gradient within an element. Smoothing may be required, similar to nodal stresses.

Convection-Diffusion Problem

When the Peclet number is high (convection-dominated), upwinding stabilization (e.g., SUPG) is needed. Not required for pure heat conduction problems.

Time Step for Transient Analysis

Set a time step sufficiently smaller than the characteristic thermal diffusion time $\tau = L^2 / \alpha$ ($\alpha$: Thermal Diffusivity). Automatic time step control is effective for rapid temperature changes.

Nonlinear Convergence

Nonlinearity due to temperature-dependent material properties is often mild, and Picard iteration (direct substitution) is often sufficient. Newton's method is recommended for strong nonlinearities like radiation.

Steady-State Analysis Convergence Criterion

Convergence is judged when the temperature change at all nodes falls below a threshold (e.g., $|\Delta T| / T_{max} < 10^{-5}$).

Analogy for Explicit and Implicit Methods

Explicit method is like "predicting the next step using only current information, like a weather forecast"—fast to compute but unstable with large time steps (misses storms). Implicit method is like "predicting while considering future states"—stable even with large time steps but requires solving equations at each step. For problems without rapid temperature changes, using the implicit method with larger time steps is more efficient.

Practical Guide

Heat Sink Design Guidelines

🧑‍🎓

When designing heat sink fins, what should be the basis?


🎓

Let's organize the design parameters and their effects.


ParameterWhen IncreasedTrade-off
Fin HeightIncreased area improves heat dissipationIncreased $mL$ reduces fin efficiency
Number of FinsIncreased area improves heat dissipationNarrower flow channels increase pressure drop
Fin ThicknessIncreased $A_c$ improves fin efficiencyIncreased weight, reduced flow area
Fin PitchOptimum value exists (6–12mm for natural convection)
🧑‍🎓

So there's an optimal fin pitch.


🎓

For natural convection, if it's too narrow, air cannot flow; if too wide, area is insufficient. The Bar-Cohen and Rohsenow optimal pitch correlation is


$$S_{\text{opt}} = 2.714 \frac{L}{\text{Ra}_L^{1/4}}$$

$L$ is the fin height, $\text{Ra}_L$ is the Rayleigh number.


Material Selection

Material$k$ [W/(m K)]Density [kg/m$^3$]Application
Copper C11003988,960High-performance heat sinks
Aluminum A60632002,700General-purpose heat sinks
Aluminum A10502302,710Die-cast fins
Graphite150–400 (in-plane)2,200Thin heat spreader sheets
🧑‍🎓

Copper and aluminum have about a 2x difference in $k$, but density differs by more than 3x.


🎓

Aluminum excels in heat dissipation per unit weight. Aluminum is mainstream in aerospace and automotive applications, while copper is used in cases with relaxed weight constraints like data center server cooling.


Manufacturing Methods and Shape Constraints

🎓

Fin shape is constrained by the manufacturing method.


関連シミュレーター

この分野のインタラクティブシミュレーターで理論を体感しよう

シミュレーター一覧
この記事の評価
ご回答ありがとうございます!
参考に
なった
もっと
詳しく
誤りを
報告
参考になった
0
もっと詳しく
0
誤りを報告
0
Written by NovaSolver Contributors
Anonymous Engineers & AI — サイトマップ
Manufacturing MethodTypical Fin ShapeConstraints / Notes