6.4.5 · D2Power, Thermal & Reliability

Visual walkthrough — Heat dissipation and cooling solutions

2,126 words10 min readBack to topic

Step 1 — Heat is a flow, and temperature is a height

WHAT. Before any symbol, look at the picture. On the left, a chip is a tap pouring water. The water level in the tank is how hot the chip is. A pipe at the bottom lets water drain — that pipe is the cooling path.

WHY this picture. Heat and water obey the same bookkeeping rule: what flows in must flow out, or the level rises. Nothing accumulates unless inflow beats outflow. This is the single idea the whole page rests on, so we draw it before writing one equation.

PICTURE.

Figure — Heat dissipation and cooling solutions

Read the picture and name three things:

Why does water flow out of the tank at all? Because the tank level is higher than the ground it drains to. A difference in height drives the flow. Hold that thought — it is Step 2.


Step 2 — Flow needs a difference, not an absolute

WHAT. Two tanks, same drainpipe. Tank A sits 90 units above the drain; tank B sits 20 units above it. A drains faster. The number that matters is the gap, not the absolute level.

WHY. Heat only moves from hot to cold. If the chip and the air were the same temperature, no heat would flow no matter how hot both are. So the driver is a difference. We give it a name.

PICTURE.

Figure — Heat dissipation and cooling solutions

This is exactly why the parent note always measures temperatures relative to ambient. The ground level (25 °C or 30 °C in the examples) is where we start counting height.


Step 3 — Name the narrowness of the pipe: thermal resistance

WHAT. Same gap , two different pipes. A fat pipe drains lots of water; a thin pipe drains a trickle. We invent one number that captures "how hard this pipe fights the flow."

WHY this tool and not another. We could describe a pipe by its width, length, and roughness separately — but for the tank's behaviour only one combined thing matters: how much height-gap you need to push a given flow. That single number is thermal resistance. We choose it (rather than "conductance") because engineers quote spec sheets as °C-per-watt, and because resistances chained together simply add, which we prove in Step 5.

PICTURE.

Figure — Heat dissipation and cooling solutions


Step 4 — Real cooling is several pipes in a row

WHAT. Heat leaving a CPU does not take one hop. It crawls through the silicon to the package lid (one pipe), then through a smear of thermal paste (a second pipe), then through the heatsink into the air (a third pipe). Draw them end to end.

WHY. Each material or gap is a separate obstacle, and heat must survive all of them in turn to escape. "In turn" is the key word — it forces a specific rule in Step 5.

PICTURE.

Figure — Heat dissipation and cooling solutions

The same heat flow passes through every link — nothing leaks out the sides. That single fact is what lets us add them up.


Step 5 — WHY the resistances add

WHAT. Take the two-link case first (case + paste), then generalise. Because the same flows through both, each link raises the temperature by its own , and the total rise is just the sum of the rises.

WHY. This is the payoff of choosing resistance in Step 3. Watch each link's rise stack like steps on a staircase.

PICTURE.

Figure — Heat dissipation and cooling solutions

Link by link, using from Step 3:

  • — the drop across the silicon-to-lid link.
  • — the drop across the paste.
  • — the drop across the heatsink.

Add the staircase, because the total climb from air to junction is the sum of each step:

Factor out the shared (legal only because it is the same flow through each — Step 4):


Step 6 — Put the junction temperature together

WHAT. We have the total pipe. Now find how hot the transistors actually get.

WHY. This is the number that decides whether the chip is happy, throttles, or dies.

PICTURE.

Figure — Heat dissipation and cooling solutions

Start from the ground (ambient), climb the total rise:

  • — the drain height, where we start counting (e.g. 25 °C).
  • — heat poured in ( = heat flowing out, Step 1).
  • — the summed stubbornness of the whole chain (Step 5).
  • — the junction temperature, the answer.

Step 7 — Edge cases: where the picture bends but never breaks

WHAT. Four scenarios that trip people up. Each is just the same tank with a knob turned to an extreme.

PICTURE.

Figure — Heat dissipation and cooling solutions


The one-picture summary

Figure — Heat dissipation and cooling solutions

Everything on this page is one water tank drained through pipes in a row: flow set by the tap (), pushed out by a height-gap (), through pipes whose stubbornness () adds up because the same flow crosses each in turn. The tank's level above ground is the junction temperature.

Recall Feynman retelling — say it back in plain words

Imagine a bucket the chip keeps filling with water. How fast it fills is the power. The water level is the temperature. There's a drainpipe at the bottom leading to the floor — the floor is the room's temperature. Water only drains because the level is higher than the floor, so what really matters is the gap between level and floor, not the level alone. A skinny, stubborn pipe needs a big gap to drain fast; a fat pipe barely needs any. That stubbornness is thermal resistance. Real cooling is several pipes joined end to end — chip, paste, heatsink — and since the same water must pass through every one, their stubbornnesses simply add. Multiply the total stubbornness by how fast you're filling, and that's how high above the floor the water sits — the chip's temperature. Turn the tap off and it sits on the floor. Block a pipe and it overflows. Raise the whole floor (a hot room) and everything rises with it. That's the entire chapter in one bucket.

Recall Quick self-test

Define in words. ::: The temperature gap between the hot surface and the cool surroundings; the thing that actually drives heat flow. Why do series thermal resistances add? ::: Because the same heat flow passes through each link in turn, so each contributes its own rise and the rises stack. A CPU dissipates 100 W through a total °C/W into 25 °C air. What is ? ::: °C. What happens to if the fan stops ()? ::: ; the junction temperature climbs without bound until throttling or failure. Does a hotter room change ? ::: No — it raises by the same amount but leaves the gap fixed (gap depends on and ).


Related: Thermal Design Power (TDP) sets the you must plan for · Heat pipes and copper lower · Overclocking raises and pushes toward the throttle line · Power supply efficiency and CPU architecture and performance decide how much heat is made in the first place.