A gas-powered refrigerator works by taking in heat from a heat exchanger at and from a cold space at , while rejecting heat to the environment at . The refrigerator is a cyclic device, and there is no work input or output. Use the Clausius inequality to find the minimum rate at which heat must be supplied by the heat exchanger in order to extract heat at a rate of from the cold space.
Solution
This problem is very similar to the one covered in Lecture 16. It will be useful to consider the diagram below.
From the 1st law we have:
and from the second law (the Clausius inequality):
As noted in Lecture 16, the minus sign sign that preceeds denotes it is going out of the system. Eliminating from the two expressions yields:
Rearranging the above gives
with the numerical solution given below.
Code
import numpy as npabsolute_zero =273.15T_1 =500+ absolute_zero # all in Kelvin!T_2 =-10+ absolute_zeroT_3 =35+ absolute_zerodot_Q1_by_dot_Q2 = (1./T_2 -1./T_3)/(1./T_3 -1./T_1)dot_Q2 =1# kWdot_Q1 = dot_Q1_by_dot_Q2 * dot_Q2print('The minimum heat supply rate from the heat exchanger (source) is '+str(np.round(dot_Q1, 3))+' kW')
The minimum heat supply rate from the heat exchanger (source) is 0.284 kW
Problem 2
A cyclic heat pump takes (mega joules) of heat at while rejecting heat to a system whose temperature rises for each MJ of energy supplied to it. Initially this system is also at .
Explain why there is a limit on the final temperature of the system. State whether it is an upper or lower limit, and under what circumstances it would be reached.
Calculate the limit on the final temperature of the system. What is the work input to the heat pump when this limit is achieved?
Solution
As before, it will be useful to sketch out a diagram of the process above.
From the first law, it is clear that
Note that if the pump were reversible, then it would be as efficient as possible, implying that the amount of work required by the pump would be as low as possible. This sets a lower limit on work, which consequently also sets a lower limit on , and therefore on .
Consider the Clausius statement (with appropriate signs)
From the problem statement, we can infer that the constant , leading to