home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / compflow.zip / COMPFLOW.DOC next >
Text File  |  1993-07-28  |  5KB  |  95 lines

  1.          Lamar University Compressible Flow Calculator
  2.  
  3. FILE and HARDWARE DETAILS
  4.    The compressible flow calculator supplied has three files; COMPFLOW.EXE,
  5. SCRNCLRS.DAT, and COMPFLOW.DOC which is this file.  COMPFLOW.EXE is the
  6. executable code for the compressible flow calculator and it should be in the
  7. default directory with SCRNCLRS.DAT.  The latter file, as the name implies,
  8. is a self explanatory data file which controls the screen colors (added at
  9. the suggestion of Dr. John Adams).  The program should run on any DOS 3.x or
  10. later PC with an EGA monitor and card.    The program can be executed from
  11. floppy but it may take several minutes to load.     The program is distributed
  12. in executable form as freeware provided it is not altered or files added or
  13. deleted.  This program may be distributed unaltered by CD-ROM vendors.
  14.  
  15. GENERAL PROGRAM DESCRIPTION
  16.    The program is written for students taking their first course in
  17. compressible flow.  It includes 1-dimensional isentropic, normal shock,
  18. Fanno, Rayleigh, isothermal, and general combined change functions and
  19. inverses.  The program contains an approximate, numerically integrated,
  20. combined change flow distribution calculator (called a flow simulator).     The
  21. program also contains 2-dimensional functions for Prandtl-Meyer flow and
  22. wedge generated oblique shocks.     A numerically integrated conical shock
  23. property calculator is also included.
  24.  
  25.    The default gas is air, however, the program has provision for changing to
  26. any one of a number of gases or calculating properties for a mixture of
  27. gases.    A crude numerical calculator and a set of 8 memories are included so
  28. that students can obtain flow functions, store them in memory, process them
  29. numerically, store the processed result/s and then use the processed result
  30. as an entry to obtain other flow functions.  This is typical of the
  31. sequence of operations a student must perform in working compressible
  32. flow problems.    Therefore, this program is designed so that the operations
  33. can all be done without writing down and re-entering intermediate results.
  34.  
  35.    The program is menu driven and should largely be self-explanatory.  For
  36. each of the types of flow, a separate list of the nomenclature is given.  In
  37. addition, a list of technical references is available from the main menu.  A
  38. special feature is included that allows students to calculate a range of
  39. functions or flow distribution and store the results in a comma separated
  40. ASCII file.  This allows students to plot results with a standard graphing
  41. program like QUATROPRO.
  42.  
  43. SIMPLE EXAMPLE
  44.    Suppose air flows isentropically from section 1 where the Mach number is 2
  45. to section 2.  Suppose further that the area ratio, A2/A1, is 0.9 and the
  46. Mach number at section 2 is desired.
  47.  
  48.    Step 1 - Start the program by typing - "COMPFLOW"
  49.  
  50.    Step 2 - Press the space bar to acknowledge the opening screen
  51.  
  52.    Step 3 - Select "1" for isentropic flow
  53.  
  54.    Step 4 - Select "1" for Mach number, M given
  55.         Input the value of Mach number in response to the prompt - "2"
  56.  
  57.    You should see a results screen that displays the isentropic functions for
  58.    a Mach number of 2.
  59.  
  60.    Step 5 - Select "m" for memories while looking at this screen
  61.         You will be prompted for the memory number, input "1"
  62.         You will be asked for the data number, input "2"
  63.  
  64.    You should see A/A* = 1.6875 stored in memory location 1 at the bottom
  65.    left of your screen.
  66.  
  67.    Step 6 - Hit the space bar to return to the isentropic menu then select
  68.         "C" for the arithemetic calculator
  69.  
  70.    You should see the arithmetic calculator appear.
  71.  
  72.    Step 7 - Input "m1" to bring memory 1 to the calculator display, the
  73.         cursor will move down to the operator box when you press enter.
  74.  
  75.         Press "*" for multiply
  76.         Press ".9 enter" for the area ratio
  77.         The display should read 1.51875 which you should store in memory
  78.         2 by pressing "s2".
  79.         Exit the arithmetic calculator by pressing "e enter"
  80.  
  81.    Step 8 - Input "2" to select A/A* given
  82.         When prompted for the value of A/A*, input "m2" for memory 2
  83.  
  84.    You should see a results screen which includes both a subsonic and a
  85. supersonic solution.  If the area monotonically decreases to section 2, then
  86. the solution you want is the supersonic one for this case.  In general, you
  87. must know about the physical circumstances to be able to chose which of the
  88. multiple solutions calculated is appropriate for your problem (and in fact,
  89. this is part of learning compressible flow).
  90.  
  91. COMMENTS, QUESTIONS or CORRECTIONS
  92.    Comments, questions or corrections may be sent by letter to the address on
  93. the opening screen of the program or via E-Mail over Internet to
  94. fred@LUB001.LAMAR.EDU.
  95.