- #1
ThermoThing
- 1
- 0
Homework Statement
Two interconnected tanks are of equal volume. One is filled with methane at 500bar and 293K, the other is initially evacuated. A valve connecting the two tanks is opened only long enough to allow the pressures to equilibrate. If there is no heat transfer between the gas and the tanks, what are the temperature and pressure of the gas in each tank after the valve has been shut? Assume the methane is an ideal gas.
I'm going to call the tank initially filled with gas "Tank A" and make all associated variables have an "A" subscript. Tank B is the evacuated one.
##P_At1 = 500 bar##
##T_At1 = 293K##
Homework Equations
[itex]P V = N R T [/itex]
##ΔU_A = ΔU_B##
##V_A = V_B = V##
##P_{At2} = P_{Bt2} = P_{t2}##
##P_{At1} = P_t1##
##N_1 ∫C_v ^* dT = N_2 ∫C_v ^* dT ##
##ΔS_sys = C_p ^* \cdot ln(T_{t2} / T_{t1}) - R \cdot ln(P_{t2} / P_{t1})##
Unknowns:
##P_{At2}, P_{Bt2}, T_{At2}, T_{Bt2}##
The Attempt at a Solution
We've tried multiple different approaches. The fatal flaw in my last attempt is that I assumed that because the pressures were at equilibrium, then the temperatures would be, too. Apparently this system does not uniformly expand, though. In an almost identical problem (with different-sized tanks), the temperature of Tank A lowers while that of Tank B rises.
Here's what my last attempt was:
Control Volume: Volume of gas remaining in Tank A after the expansion
Material balance:
##ΔN_{sys} = 0##
Energy balance:
##ΔU_{sys} = -∫P dv##
Entropy balance (not sure if this is needed, because the problem similar to it is in a chapter before entropy is introduced):
##ΔS_{sys} = ΔS_{gen} = 0##
Ideal gas law simplifies to:
##\frac{T_{At2}}{T_{At1}} = \frac{2P_{t2}}{P_{t1}}##
I then used the entropy balance to say:
Substituting the ideal gas law simplification in for the temperature part:
##ΔS_{sys} = 0 = C_p ^* \cdot ln(\frac{2 P_{t2}}{P_{t1}}) = R \cdot ln(\frac{P_{t2}}{P_{t1}})##
I solved for the pressures and found that
##e^{\frac{C_p ^* \cdot ln(2)}{R - C_p ^*}} = \frac{P_{t2}}{P_{t1}}##
I got the value of pressure which I found to be 203 bar, and used that to find the value of temperature that I found to be 267 K. These are both incorrect. Following the same logic of the example problem, the pressure should be exactly halved, and the temperatures would be inequal. The example problem has no information other than the values of the solution, though, so I have absolutely no idea how they got to that point. The best lead I have is that maybe Tank A is a free expansion, but the gas flowing into Tank B has a velocity/pressure gradient, so it generates entropy. I have no idea other than that, though. Can anyone help? It is direly needed.