Engine thermodynamics

Advert

Engine thermodynamics

Home Forums Locomotives Engine thermodynamics

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #531380
    noggin the nog
    Participant
      @nogginthenog25029

      I've been programming my own Walschaerts mechanism simulator and want to add a simplified indicator diagram, but I lack practice in thermodynamics. I will outline my approach to the expansion phase below and hope for comments to confirm that I am on the right track, or to set me right. Steam properties are based on algorithms from **LINK**

      a – My expansion phase starts with a given volume of saturated steam at a known pressure (typically 6 bar for models), no superheating, yet.

      b – I assume the expansion phase follows the saturation line and get the associated initial temperature, and, subsequently, the temperature for each pressure that I consider.

      c – Further, the heat loss by conduction is relatively small, the steam is mainly doing work driving the piston down the cylinder, so it's not unreasonable to assume this part of the cycle is adiabatic, reversible and, hence, an isentropic process.

      d – I get the initial specific volume from the steam properties and can determine the initial mass of steam in the cylinder.

      e – I assume the pressure decreases by small steps and consider one step at a time until the piston reaches the release point.

      f – At each pressure step, I get the steam and water properties and deduce the quality (steam fraction) from the assumption of constant entropy together with the specific entropies of gas and liquid phases.

      g – The volume of steam and water then follows from the specific volumes of the two phases, the quality and the total mass; this tells me how far the piston has got by this step.

      h – That's basically it. I can add more details and results if needed.

      i – The next interesting bit is the compression phase – it's fairly reasonable to assume a little above atmospheric pressure at the end of the exhaust phase, just as compression starts, but I wonder what else to assume to define the initial state of the compression phase.

      Advert
      #2014
      noggin the nog
      Participant
        @nogginthenog25029

        Assumptions for a simplified indicator diagram

        #531495
        Turbine Guy
        Participant
          @turbineguy

          I think that people are reluctant to comment on your assumptions because the expansion of steam in actual steam engines is very complicated. This Indicator LinK compares the actual indicator diagram from tests with theoretical values for saturated and superheated steam. You may find this study helpful for making assumptions.

          #531507
          Nigel Graham 2
          Participant
            @nigelgraham2

            Point e – It does, hyberbolically in theory between cut-off and exhaust opening, but wet steam is not a theoretically perfect gas.

            Engineering in the first half of the last Century produced many books on heat-engine principles obtained from a blend of experiments with actual machines and pure physics. If you've not already done this, it may be worth searching one out, as they covered steam reciprocating as well as turbine and i.c. engines .

            I don't know if anyone has made indicators for miniature steam engines; either mechanical like the Dobby-McInnes instrument or based on a piezo-electric transducer connected to a charge amplifier and associated electronics. The latter system originated in the 1930s or 40s for testing i.c. engines. Could be an interesting project though!

            #531515
            duncan webster 1
            Participant
              @duncanwebster1

              Noggin,

              As you are ignoring condensation, re-evaporation and wire drawing, I would just have taken an expansion index of 1 (ie PV = const), which is how the engine builders of old worked out the likely power output of their engines. I've done this in excel many moons ago, if you want a copy let me know. The late Bill Hall went one better and worked out the pressure drop in the ports. It gives remarkably good results compared against full size indicator diagrams from Rugby test house. Unfortunately he wrapped it all up with boiler performance calculations, and these subsequently turned out to be less accurate. I independently repeated his port pressure drop sums and got much the same results. Some hairy maths involved, I doubt I could do it now, very rusty. If I can find it can send you a copy if you like. You can download Bill's programs and the theory behind it from 5AT, scroll right down to the bottom of the page. Some clever person might be able to disentangle the engine bit from the boiler bit, I think I have the code stashed away. If you want to include superheat just change the expansion index.

              Your Walsch model will be at least the 5th. Dockstader, Wallace, Hall, mine and now yours.

              Nigel, also included in the above link is a paper on taking indicator diagrams from a model size stationary engine. With the onward march of electronics since Bill's time this would be easier now. It's on my to-do list, but that never seems to get any shorter.

              #531533
              noggin the nog
              Participant
                @nogginthenog25029

                Thank you, Turbine Guy, for the link to Hall's paper on Measuring Steam Engine Performance – his analysis of initial condensation and re-evaporation is interesting and far beyond what I hope to include in a simplified indicator diagram, based only on basic theory.

                Yes, Nigel Graham, I should probably have made more effort to find the right books, I have mainly used a textbook, "Thermodynamics" by G.J. Van Wylen from 1959, which doesn't cover reciprocating steam engines. My other model steam and locomotive books lack thermodynamic theory. Since I am using algorithms for steam properties, I don't need to assume a hyperbolic curve, and can take account of condensation during the expansion phase. I tried to paste in a sample result, which looks somewhat hyperbolic, starts from cut-off with saturated steam at 0.6 MPa and ends up with 1.3% condensation at release, but failed to paste in this graph with the available tools.

                I am hoping someone will reply to this post and confirm that I am using a reasonable approach or tell me where I am going wrong. I suppose another possibility is to say that a simplified indicator diagram is a complete waste of effort, because a real, experimental indicator diagram would be so very different. I am hoping that it will be useful by adding a little more information about the effects of the valve events from the simulation.

                #531579
                J Hancock
                Participant
                  @jhancock95746

                  IF you could find an old GEC-Elliot Valve Catalogue from the 1960's I'm sure you would find just about every conceivable steam/water condition elegantly shown on graphs/nomograms, etc.

                  From the days when we actually made 'stuff ' ourselves.

                  #531583
                  SillyOldDuffer
                  Moderator
                    @sillyoldduffer

                    Posted by noggin the nog on 03/03/2021 22:28:00:

                    I am hoping someone will reply to this post and confirm that I am using a reasonable approach or tell me where I am going wrong. I suppose another possibility is to say that a simplified indicator diagram is a complete waste of effort, because a real, experimental indicator diagram would be so very different. I am hoping that it will be useful by adding a little more information about the effects of the valve events from the simulation.

                    Well, what you're doing is a couple of notches above my pay-grade, but it seems reasonable to me!

                    I did wonder what the practical value of an artificial indicator diagram was because, as you say, a real one would be different. A real indicator diagram reveals faults directly, whilst comparing real diagrams with theoretical perfection suggests where the design needs attention. I'm not sure the effort of artificiallirecreating the curve is worth it when the ideal is already defined: the Rankine Cycle covers steam engines:

                    If the purpose is to study valve events, perhaps a Reuleaux Diagram would be more useful?

                    Duncan Webster is my hero when it comes to valve gear. We collaborated a while back on porting his valve simulator to Linux. It uses Borland Graphics, and my part concentrated on identifying suitable libraries, fixing a few code compatibility problems, setting up the necessary compiling and linking, and doing some to-and-fro debugging with Duncan. It might be worth a look. The brainy bit is pure Webster. I'm afraid my my mind refuses to translate motion into into mathematical form, so no good asking me about the formula!

                    Dave

                    #531595
                    JA
                    Participant
                      @ja

                      Noggin

                      I worked with thermodynamics for most of my life but very rarely with steam.

                      Quickly looking at your initial comments you appear to have a good grasp of the subject/problem. At this point, before going on to valve gear which is complex to say the least, I would get a steam chart, or set of steam tables, and a good thermodynamics text book that includes steam. From being an apprentice to retirement the go to book was Rogers & Mayhew, the title was something like "Engineering Thermodynamics". I looked at Amazon last night and they had two second hand copies for about £50 each, ouch. Your county library should have one or the local model engineering club may even do so. Failing that put the word round, a retired engineer could have a copy, have a chat with the local charity shops etc (Charity shops know the value of books. I believe they are sorted at local depots and high value items set aside. All second hand text books from ancient greek grammar to boundary layer theory are worth money), you may be lucky. Do you have a knowledge of calculus? Your comments suggest you may have. If not, also get a A Level maths book, calculus is not difficult.

                      All the best

                      JA

                      Edited By JA on 04/03/2021 09:39:10

                      #531612
                      Reg Rossiter
                      Participant
                        @regrossiter24538
                        Posted by Nigel Graham 2 on 03/03/2021 21:10:28:

                        I don't know if anyone has made indicators for miniature steam engines; either mechanical like the Dobby-McInnes instrument or based on a piezo-electric transducer connected to a charge amplifier and associated electronics. The latter system originated in the 1930s or 40s for testing i.c. engines. Could be an interesting project though!

                        Station Road Steam have produced a digital dynamometer / indicator. Here's the link (if it works)

                        https://www.stationroadsteam.com/ddi/

                        Reg

                        #531621
                        duncan webster 1
                        Participant
                          @duncanwebster1

                          Realeaux diagrams only work for pure sinusoidal valve motion. A good Walschearts or Stephenson will get near, but not quite there. I've never got on with them, but then I'm biased towards sums

                          Edited By duncan webster on 04/03/2021 11:19:22

                          #531632
                          Nigel Graham 2
                          Participant
                            @nigelgraham2

                            No, I would not dismiss the theoretical indicator-diagram outright. It will not match reality, but act as a guide to designing the engine and subsequent testing, and I think were used as such industrially.

                            '

                            Sometimes I wonder how those designers managed without computers and animated graphics of valve-gears!

                            Well, they did, using the Realeaux Diagram or similar to find the virtual-eccentric for the desired full-gear and mid-gear valve travels; and trigonometry and geometrical construction for the motion to give those characteristics.

                            Once the generic formulae and geometry had been established and published, it was probably a lot easier than it seems, and did not need the extra skill of programming a computer to do maths one already knows! The arithmetic by slide-rule and books of tables was slower than by our using a calculator; arguably manual drawing is slower overall than by CAD, but that is all.

                            I am not knocking using computer simulations as such for those with a parallel interest and high skill in computing, but regard them as an interesting adjunct. You still need to understand the machine, and though I do not see using a computer here as automatically an efficient design tool, I respect it as an academic exercise.

                            I do use CAD and occasional spread-sheets, partly because they readily allow determining the effect of changing a value. I have used them in my steam-wagon project, and most recently a spread-sheet for close-approximation metric screw-cutting on my EW lathe. Yet I am designing the wagon's engine from established examples, and need overhaul the lathe before worrying about gear charts.

                            '

                            Apart from a couple of inherited ones, my handful of old text-books came from a second-hand book-shop with a strong line in transport and other technical themes. They were not expensive, either. I looked for CAD primers too, but the shop had almost no books on computing. The proprietor explained that unlike science and engineering books, IT manuals are out of date so rapidly they are almost un-saleable!

                            '

                            Reg –

                            Interesting! Costly though; although to be fair that is a multi-purpose system. I was thinking only of indicator tests, not also dynamometer tests, and their system is very much intended for testing locomotives, not road or stationary steam engines. Maybe it's something a large club with its own railway, rather than individual, would buy.

                            My suggestion for a piezo-electric sensor came from one of my old books, plus testing small hydrophones at low frequencies co-incidentally appropriate to steam-engine speeds. Those versed in electronics and computers – and rich enough – could probably make such an indicator, and not withstanding my refusal to worship computers, link it to a storage oscilloscope or a PC-based instrument-simulator like Labview.

                            However; I am not sure how to calibrate the resulting system sufficiently for the project to be worthwhile, but it would entail constructing a calibration-rig rather like a small compressor driven at precisely known speeds. (The trade version is called a 'piston-phone', but for a different purpose so it uses sub-millimetric displacements and deeply sub-Pascal pressures. Not the typical miniature steam-engine's real dV and dP.)

                            '

                            Basically though, I think all this joule-chasing and computer-programming is interesting academically, but I'd rather make and operate a real reciprocating steam-engine by established principles that give me the chance of it working as well as I can make it, and for its own sake – not try to re-invent the invented!

                            #531640
                            Howard Lewis
                            Participant
                              @howardlewis46836

                              A while ago, at a show, someone was exhibiting an indicator, using an Android phone as the read out.

                              Wonder if it still exists?

                              Howard

                              #531699
                              SillyOldDuffer
                              Moderator
                                @sillyoldduffer

                                The hard part of producing indicator diagrams is finding a suitable sensor. It has to be small enough to fit to a model engine and capable of taking the heat over the required pressure range. Suitable Steam Pressure Transducers appear on ebay occasionally but I can't see any at the moment.

                                Dave

                                #531701
                                duncan webster 1
                                Participant
                                  @duncanwebster1

                                  you put the pressure sensor on the end of a bit of copper pipe. You get condensation in the pipe and the sensor stays cool. You don't need it very long

                                  #531738
                                  Nigel Graham 2
                                  Participant
                                    @nigelgraham2

                                    The physical size of the sensor itself is not very important. It does go inside the cylinder but would connected via a tube from a drain-cock mounting. I think though you'd have to consider the effect of the tube itself, and I would think it needs to be as short as practicable consistent with keeping the sensor cool.

                                    Using a mechanical indicator In full size the volume of the short pipe from the drain-cock, and the indicator cylinder, is probably insignificant, but would that on a miniature engine be disproportional to the cylinder? If of too small a diameter, though, would it create a smoothing effect so the sensor is not "feeling" a true representation of the pressure in the cylinder?

                                    As Duncan points out, the sensor would need protecting from the heat, by water in the tube (like a boiler pressure gauge) and perhaps a heat block. .If the sensor is submersible (a hydrophone), it may be advantageous to have the entire tube and sensor chamber filled with water.

                                    #531748
                                    noggin the nog
                                    Participant
                                      @nogginthenog25029

                                      Thank you all for helpful replies and comments to my post. So far, no one has actually said my approach to the expansion phase is unreasonable, I have received some support, and, of course, it is simplified and does not accurately represent real life. So, here are a few results, starting from saturated steam at 0.6 MPa, with 5% clearance volume and release at 95% of the piston stroke:

                                      cut-off

                                      (%)

                                      Release

                                      temp. (C)

                                      Release

                                      press. (MPa)

                                      Release

                                      quality

                                      80 151.7 0.498 0.987
                                      70 146.2 0.430 0.978
                                      60 140.4 0.366 0.968
                                      40 126.1 0.240 0.944
                                      20 105.3 0.122 0.910

                                      One advantage of this approach is that it provides direct results for the quality or steam fraction; e.g. 5.6% weight of condensed liquid at release for 40% cut-off. Nor do I need to assume an expansion index of 1 (for PV= constant); in fact, I can find an expansion index of about 1.14 by curve fitting to the results. The hard work behind this is taking the algorithms for steam properties (steam tables) from the Int. Assoc. for the Properties of Water and Steam "Revised Release on the IAPWS Industrial Formulation 1997 for the Thermodynamic Properties of Water and Steam" and putting them into computer code. There are hundreds of numbers that define the functions they have fitted to empirical steam data. Afterwards, it's a doddle; no more table look-ups and interpolation, just subroutine calls. I'd be happy to pass on my Fortran routines for the steam properties if anyone is interested; they only cover the region relevant to live steam, not the full region in the document.

                                      I tried the 5at web site for some of Bill Hall's papers, but the links there don't work any more. Advanced-steam.org states that, "in May 2017 the site was effectively lost."

                                      My club is the Norwegian Model Engineer Association; we've recently laid down a track at Sørumsand, just NE of Oslo, for 5" and 7¼" gauge. The valve simulation relates to a model of a Norwegian locomotive that I have started building and to another project by club members, who are planning to instrument their locomotive, so I'm passing on the discussion of sensors.

                                      &nbsp

                                      #531754
                                      duncan webster 1
                                      Participant
                                        @duncanwebster1

                                        In an engine using saturated steam you don't get adiabatic expansion, there is initial condensation followed later in the stroke by re-evaporation, so steam table values are going to be inaccurate. That's why I suggested that PV=const would be a lot simpler and probably just as accurate (or inaccurate).

                                        With a single piston valve or slide valve, as you change the cut off you change the release and compression.

                                        If you want copies of Bill Hall send me your email address by pm. It will take a while as the other computer is behind a wall of #2 son's furniture, he's moving house and we are the temporary store.

                                        Have a look at this posting by Doubletop Dyno and send him a pm, he has done the engine indicator thing using a PIC and a mobile phone, far too clever for me. I believe he used a fairly cheap pressure sensor on the end of a bit of tube. The tube fills up with condensate, so it doesn't affect the clearance volume. If you can't find him let me know and I'll contact him, I have his email somewhere.

                                        The sensor might be one of these sensor

                                        Edited By duncan webster on 04/03/2021 22:32:18

                                      Viewing 18 posts - 1 through 18 (of 18 total)
                                      • Please log in to reply to this topic. Registering is free and easy using the links on the menu at the top of this page.

                                      Advert

                                      Latest Replies

                                      Home Forums Locomotives Topics

                                      Viewing 25 topics - 1 through 25 (of 25 total)
                                      Viewing 25 topics - 1 through 25 (of 25 total)

                                      View full reply list.

                                      Advert

                                      Newsletter Sign-up