Lesson 13 of 15

Heat Pumps and Refrigerators

Heat Pumps and Refrigerators

A heat pump is a device that transfers heat from a cold reservoir to a hot reservoir — the opposite of the natural direction of heat flow — by consuming work. Both refrigerators and heating heat pumps operate on this principle; they differ only in which heat transfer is the desired output.

Refrigerator

A refrigerator's goal is to remove heat QcQ_c from the cold space (e.g., the inside of a freezer). The Carnot COP for a refrigerator is:

COPref=QcW=TcThTc\text{COP}_{\text{ref}} = \frac{Q_c}{W} = \frac{T_c}{T_h - T_c}

A higher COP means less work is needed per joule of heat removed. When TcT_c is close to ThT_h (small temperature difference), the COP is large.

Heating Heat Pump

A heating heat pump's goal is to deliver heat QhQ_h to the hot space (e.g., the interior of a building). The Carnot COP is:

COPhp=QhW=ThThTc\text{COP}_{\text{hp}} = \frac{Q_h}{W} = \frac{T_h}{T_h - T_c}

Key Relationship

The two COPs are always related by:

COPhp=COPref+1\text{COP}_{\text{hp}} = \text{COP}_{\text{ref}} + 1

This follows from energy conservation: Qh=Qc+WQ_h = Q_c + W, so Qh/W=Qc/W+1Q_h/W = Q_c/W + 1.

A heat pump with COPhp=4\text{COP}_{\text{hp}} = 4 delivers 4 J of heat for every 1 J of electrical work consumed — far more efficient than a simple resistive heater (which has COP = 1).

Computing Heat Transferred

Given the COP and work input WW:

Q=COP×WQ = \text{COP} \times W

Python runtime loading...
Loading...
Click "Run" to execute your code.