home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / civil-ab.zip / MNDOTHYD.ZIP / GUTTER.TXT < prev    next >
Text File  |  1985-09-09  |  3KB  |  72 lines

  1.                               GUTTER.TXT
  2.  
  3.                           GUTTER FLOW PROGRAM
  4.                     (Example follows instructions)
  5.  
  6.  
  7. GUTTER FLOW DOCUMENTATION:  GUTTER flow program written in house.
  8.  
  9.  
  10. 1.  Do you want printer On (screen =0   printer =1  both=2)
  11.  
  12.     With the SCREEN option, everything will be displayed on the screen,
  13. therefore, no hard copy will be obtained.  With the PRINTER option,
  14. there would be no display of the output on the screen, therefore,
  15. reference must be made to the printout in order to see if the computed
  16. discharge and width of spread is satisfactory, if not then a revised
  17. minimum and maximum depths will be used.  With the BOTH option, output
  18. will be displayed both on the PRINTER and on the SCREEN so that the
  19. computed discharge and width of spread could be checked  on the SCREEN
  20. without any reference to the printout.  If the computed discharge and
  21. width of spread is satisfactory then stop, otherwise use a revised
  22. minimum and maximum depth.
  23.  
  24. 2.  Enter GUTTER WIDTH IN FEET
  25.  
  26. 3.  Enter GUTR PROF. GRADE (As 0.01)
  27.  
  28. 4.  Enter MANNING'S 'N'
  29.  
  30. 5.  Enter LANE SLOPE (As 0.01)
  31.  
  32. 6.  Enter GUTTER SLOPE (As 0.01)
  33.  
  34. 7.  Enter CURB FACE SLOPE (As 0.5)
  35.  
  36. 8.  Enter MINIMUM DEPTH (FT.)
  37.  
  38. 9.  Enter MAXIMUM DEPTH (FT.)
  39.  
  40. 10. Enter DEPTH INCREMENT
  41.  
  42.     The P.C. will use the above information (2 through 10) to compute a
  43. discharge and corresponding width of spread.  If the computed discharge
  44. is close to the design discharge then stop and read the corresponding
  45. width of spread, otherwise use a revised minimum and maximum depth.  If
  46. the spread is too wide, then revise the input.
  47.  
  48.                         EXAMPLE: (P.C. OUTPUT)
  49.  
  50.                          GUTTER FLOW PROGRAM
  51.  
  52.      RUN   DATE  08-12-1985
  53.  
  54. *****INPUT DATA*****
  55.  
  56. GUTTER WIDTH=  2.00 FT.     PROFILE GRADE=  1.000
  57. MANNINGS N=  0.0150
  58. LANE SLOPE=  0.0200   GUTTER SLOPE=  0.0625   CURBFACE SLOPE=  1.0000
  59. MIN DEPTH =  0.200 FT.   MAX DEPTH=  0.300    INCRMNT=          0.100
  60.  
  61. ///// OUTPUT /////
  62.              DEPTH    AREA    HYD R  FLOW WIDTH  VELOCITY  DISCHARGE
  63.              FT.(MAX) SQ FT               FT      FT/SEC      CFS
  64.              -------- ------  ------ ----------  --------  ---------
  65. GUTTER ONLY   0.2000  0.2950  0.1249   2.20000    2.5801     0.7611
  66. LANE ONLY     0.0750  0.1406  0.0368   3.7500     1.3279     0.1867
  67. TOTAL         0.2000  0.4356           5.9500              0.9479 TOTAL
  68.  
  69. GUTTER ONLY   0.3000  0.5200  0.1998   2.3000     3.6012     1.8726
  70. LANE ONLY     0.1750  0.7656  0.0858   8.7500     2.3361     1.7886
  71. TOTAL         0.3000  1.2856          11.0500              3.6612 TOTAL
  72.