home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / GENERAL / ALLWET.ZIP / CHAP1.SML < prev    next >
Text File  |  1986-09-06  |  2KB  |  135 lines

  1.                              1  INTRODUCTION
  2.  
  3.  
  4.      The computer program ALLWET enables engineers and planners to determine
  5.  
  6. the adequacy of an existing or proposed water distribution system, the effects
  7.  
  8. upon a system of new demands, and the adequacy of proposed design changes to a
  9.  
  10. system.  Input data includes a description of the nodes, pipes, nodal demands,
  11.  
  12. valves, pumps and sources within the system.
  13.  
  14.  
  15.      ALLWET may be used in batch or interactive mode.  In batch mode, ALLWET
  16.  
  17. first reads the system description from a disk file, then performs the
  18.  
  19. analysis (i.e., calculates the nodal pressures and pipe flows within the
  20.  
  21. system), and finally outputs the results to another file or to a high speed
  22.  
  23. line printer.  In interactive mode, ALLWET reads the data from a disk file.
  24.  
  25. While at an interactive terminal, the user may (i) generate full or partial
  26.  
  27. listings of the input data, (ii) revise the data, (iii) perform analyses, (iv)
  28.  
  29. list full or partial analysis results, (v) direct full listings of input data
  30.  
  31. and analysis results to a remote job entry terminal, and (vi) permanently
  32.  
  33. store the revised data set.
  34.  
  35.  
  36.      ALLWET permits four types of demands at each node and multiplicative
  37.  
  38. factors for each demand type.  In this way the effects of diurnal variations
  39.  
  40. in flow patterns may be studied.
  41.  
  42.  
  43.      In calculating pipe flows and nodal pressures, ALLWET sets up and
  44.  
  45. iteratively solves a system of nonlinear equations.
  46.  
  47.  
  48.      Chapter 2 describes the elements of a water distribution as viewed by
  49.  
  50. ALLWET.  Chapter 3 describes the preparation of data decks for ALLWET.  All
  51.  
  52. ALLWET users should be familiar with these two chapters.  Chapter 4 instructs
  53.  
  54. interactive users how to access ALLWET, and describes the complete command
  55.  
  56. language for interactive use of ALLWET.  Those intending to use ALLWET only in
  57.  
  58.  
  59.  
  60.                                   1-1
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. a batch environment may skip this chapter.  Chapter 5 explains batch use of
  68.  
  69. ALLWET.  Chapter 6, also important to all users, describes the interpretation
  70.  
  71. of successful and the occasional unsuccessful ALLWET analyses.
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.                                   1-2
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.