0

I was reading Fundamentals of Engineering Thermodynamics by Moran and others and in the discussion of open and closed systems I found this -

In subsequent sections of this book, we perform thermodynamic analyses of devices such as turbines and pumps through which mass flows. These analyses can be conducted in principle by studying a particular quantity of matter, a closed system, as it passes through the device. In most cases it is simpler to think instead in terms of a given region of space through which mass flows. With this approach, a region within a prescribed boundary is studied. The region is called a control volume

What I interpret is that we can analyze flow devices like turbines and pumps by choosing a fixed quantity of matter, a closed system, as well. Only that an analysis performed using a closed system would be challenging as compared to if we use an open system, a control volume.

I was wondering how the analysis of flow devices can be performed by choosing a closed system. How the results that are obtained by choosing a control volume around the flow device can also be obtained by choosing a closed system?


Similar but not the same question

  • 1
    It's not clear why you think this approach is impossible. Why can't we imagine enclosing a section of fluid in a thin, light, flexible enclosure, representing the system boundary? – Chemomechanics Sep 27 '22 at 16:35
  • My apologies. I shouldn't have used the words 'even possible'. I will make the edit. I'm just not able to think how will we be able to carry out an analysis (say to determine the power output of a turbine) by choosing a chunk of fluid as the system. We would have to track that chunk, I believe, as it flows through. However, as that chunk flows wouldn't some of the molecules of the chunk momentarily be inside the turbine and some would come out of it, making the temperature and pressure of the parts (that are in and out) different? – Harshit Rajput Sep 27 '22 at 17:41
  • All my thought process aside, in a nutshell, I just wanted to know how a closed system analysis will be performed to get to the same results that we obtain by choosing a CV. – Harshit Rajput Sep 27 '22 at 17:42
  • As discussed in fluid parcel and in the references, the volume is sufficiently small to reasonably assume uniformity. – Chemomechanics Sep 27 '22 at 18:03
  • @Chemomechanics Thanks a lot, the page was very helpful. So I consider a fluid parcel as the system. To determine its energy change as it flows in and out of the flow device, I track the energy it gains and loses as it flows in the device, its deformation that will give the boundary work, and then I apply a closed system energy balance. Is that right? – Harshit Rajput Sep 27 '22 at 18:19

2 Answers2

1

You can use integral balance equations for a material volume (Lagrangian approach, closed system), for a fixed control volume (Eulerian approach) or for a arbitrary control volume. You only need to transform the term with time derivative of the mass, momentum or total energy using Reynolds' transport theorem.

Take a look at https://basics.altervista.org/test/Physics/CM/BalanceEquations/integralBalanceEqns.html and the links therein (here a full map of the balance equations in continuum mechanics, https://basics.altervista.org/test/Physics/CM/BalanceEquations/main.html)

basics
  • 8,365
  • Thank You. are these equations applied to a differential element of the fluid that flows from inlet to outlet of a flow device? and we're tracking how much energy is that element losing or gaining? – Harshit Rajput Sep 27 '22 at 18:04
  • 1
    No, integral balances involve the whole system in the volume and give global info, no local detail: for local details, you need to solve differential equations. Tracking the "elementary volume" usually means solving the differential equations in Lagrangian form, the one where the material derivative appears. You can find something in the notes I shared with you – basics Sep 27 '22 at 18:13
1

Moran et al have the derivation of the open system 1st law equations, based on a closed system. See section 4.4. I would have drawn Fig.4.5 a little differently, with "before" and "after" diagrams. The before diagram would show only a tiny (differential) amount of material (to the left) about to enter the control volume at time t, and no material having yet exited the control volume. The differential amount about to enter plus the material within the control volume would represent my closed system. During the time interval between t and t+dt, this differential amount of material would enter the control volume, and a tiny corresponding differential amount of material would just exit the control volume (to the right). The picture at t+dt would be the "after" picture of the closed system.

So work $p_{in} v_{in} A_{in}dt=\frac{p_{in}}{\rho_{in}}\dot{m}_{in}dt$ would be the work done on the closed system to push the material into the control volume (by the upstream fluid) during the time interval dt and the work $p_{out}v_{out}A_{out}dt=\frac{p_{out}}{\rho_{out}}\dot{m}_{out}dt$ would be the work done by the closed system to push the corresponding material out of the control volume (done on the downstream fluid) during the time interval dt.

This is only part of the work. The rest of the work is the shaft work during the time interval dt. The work to push material into and out of the control volume is treated separately from the shaft work. It is lumped together with the kinetic energy and potential energy in the differential amounts in the portion of the closed system entering and leaving the control volume during dt.

Hope this helps.

Chet Miller
  • 33,586
  • 3
  • 21
  • 48