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 / TRAP.TXT < prev   
Text File  |  1985-09-09  |  3KB  |  87 lines

  1.                            TRAP.TXT
  2.                   TRAPEZOIDAL CHANNEL PROGRAM
  3.  
  4.  
  5. TRAPEZOIDAL CHANNEL PROGRAM DOCUMENTATION:  Written in house using
  6. Manning's equation and standard step backwater procedure.
  7.  
  8.  
  9. PURPOSE:
  10.  
  11. To calculate:
  12.  
  13.     1.  Normal depth and velocity.
  14.     2.  Critical depth and velocity.
  15.     3.  Run water surface profiles.
  16.  
  17. EXAMPLE:
  18.  
  19.           ==================================================
  20. ######### NORMAL & CRITICAL DEPTHS FOR A TRAPEZOIDAL CHANNEL ##########
  21.           ==================================================
  22.  
  23.  
  24.  
  25. NORMAL AND CRITICAL DEPTHS FOR A TRAPEZOIDAL CHANNEL
  26.  
  27.  
  28. ENTER DISCHARGE,Q, IN CFS?  400
  29. ENTER MANNINGS N?  .035
  30. ENTER CHANNEL SLOPE, FEET/FEET.?  .005
  31. ENTER BOTTOM WIDTH IN FEET?  8
  32. ENTER LEFT SIDE SLOPE,  (X1):1? 3
  33. ENTER RIGHT SIDE SLOPE, (X2):1? 3
  34. IS DATA CORRECT?  YES=0 NO=1?  0
  35.  
  36. If NO, (enter 1) then P.C. will ask the above questions over.
  37. Assume that the above trapezoidal channel extends 340 feet upstream of a
  38. culvert with a headwater of 5.5 feet and we would like to find the
  39. depth and the velocity of the channel at 340 feet upstream of the
  40. culvert.  Use 5.5 feet as the initial depth and 3.86 (normal depth) as
  41. the final depth.
  42.                               P.C.'s OUTPUT
  43.  
  44. $$$$ INPUT DATA $$$$
  45. DISCHARGE       =    400 CFS   MANNING'S N       =  0.035
  46. SLOPE           =0.00500       BASE WIDTH        =    8.0 FT
  47. LEFT SIDE SLOPE =  3.0         RIGHT SIDE SLOPE  =   3.0
  48.  
  49. NORMAL DEPTH    =  3.86 FT         NORMAL VELOCITY  =  5.28 FPS
  50.  
  51. CRITICAL DEPTH  =  2.98 FEET       CRITICAL VELOCITY =   7.92 FPS
  52.  
  53.  
  54. ####### WATER SURFACE PROFILE #######################
  55.  
  56. $$$$ INPUT DATA $$$$
  57.    INITIAL DEPTH = 5.5 FINAL DEPTH = 3.86 INCREMENT = 0.1
  58.  
  59. ///// OUTPUT /////
  60. AN M-1 CURVE, CONTROL IS DOWNSTREAM
  61.  
  62.  DEPTH    VEL     DELTA    SUM OF      WAT     AREA    WET    HYD
  63.   FEET    FPS     X  FT    X'S,FT     SURF    SQ FT    PER    RAD
  64.   5.50   2.97                         41.0    134.8   42.8   3.15
  65.   5.40   3.06     -23.4    -23.4      40.4    130.7   42.2   3.10
  66.   5.30   3.16     -23.9    -47.3      39.8    126.7   41.5   3.05
  67.   5.20   3.26     -24.3    -71.6      39.2    122.7   40.9   3.00
  68.   5.10   3.37     -24.9    -96.5      38.6    118.8   40.3   2.95
  69.   5.00   3.48     -25.6   -122.1      38.0    115.0   39.6   2.90
  70.   4.90   3.60     -26.4   -148.4      37.4    111.2   39.0   2.85
  71.   4.80   3.72     -27.3   -175.8      36.8    107.5   38.4   2.80
  72.   4.70   3.85     -28.6   -204.3      36.2    103.9   37.7   2.75
  73.   4.60   3.99     -30.1   -234.5      35.6    100.3   37.1   2.70
  74.   4.50   4.13     -32.2   -266.6      35.0     96.8   36.5   2.65
  75.   4.40   4.29     -35.0   -301.6      34.4     93.3   35.8   2.60
  76.   4.30   4.45     -38.9   -340.5      33.8     89.9   35.2   2.55
  77.   4.20   4.62     -45.0   -385.5      33.2     86.5   34.6   2.50
  78.   4.10   4.81     -55.5   -441.1      32.6     83.2   33.9   2.45
  79.   4.00   5.00     -77.6   -518.6      32.0     80.0   33.3   2.40
  80.   3.90   5.21    -152.5   -671.1      31.4     76.8   32.7   2.35
  81.   DEPTH HAS INCREMENTED ACROSS NORMAL OR CRITICAL DEPTH
  82.  
  83. The above water surface profile started at 5.5 ft. and continued
  84. upstream (M-1 curve, sub-critical regime) and at 340 feet upstream
  85. it computed a depth and a velocity of 4.30 ft. and 4.45 fps
  86. respectively.
  87.