You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Exit Channel Design Program

The purpose of this program is to design the exit channel and the exit weir that will keep a constant water level throughout the plant and carry treated water into the distribution tank.

Exit Channel Design Program Algorithm

Exit Channel Program Inputs
Exit Channel Program Outputs
Exit Channel AutoCAD Drawing Program

Algorithm

The exit channel program outlines the dimensions of the exit channel, which carries water from the sedimentation tank to the distribution tank. Chlorine is added to the water at the end of the exit channel as it enters the distribution tank. The program also determines the outlet weir dimensions. The outlet weir controls flow to the storage tank and determines the water level throughout the entire plant. The last piece of the plant calculated by this program is the size and length of the sedimentation launders.

Exit Channel Dimensions

The length of the exit channel is found first. The channel is defined to span perpendicular to the sedimentation tanks, and thus its length must always be the total width occupied by all sedimentation tanks.

Unknown macro: {latex}

\large
$$
L_

Unknown macro: {ExitChannel}

= (N_

Unknown macro: {SedTanks}

)(W_

Unknown macro: {Sed}

) + (N_

+ 1)(T_

Unknown macro: {PlantWall}

)
$$

The width of the exit channel is defined to be the same as the width of the inlet channel. This was done for ease of construction.

The depth of the exit channel is the depth of water in the exit channel plus the plant free board. The height of water is dependent on the head loss through the sedimentation tank launders, which has not yet been determined. The depth of the exit channel is thus found at the end of this algorithm.

Exit Weir Specifications

The exit weir controls the flow of water leaving the plant and regulates the water heights throughout the plant. The weir is a large diameter pvc pipe that functions as a free-fall overflow weir. The equation used to determine the pipe size necessary is a derivative of the fluid dynamics sharp crested weir equation. The length of the weir, over which water flows, is assumed to be the circumference of the pipe used. The necessary diameter of pipe is then determined to minimize the water lip height over the weir, while still being a reasonably common pipe size.

Unable to find DVI conversion log file.

This calculated diameter is rounded up to next available pipe size.

In order to calculated the height of the weir needed the actual lip height of the water over the edge of the weir has be found.

Unable to find DVI conversion log file.

The height of the weir is then found by subtracting this water lip height from the water level in the exit channel. The height of the water in the exit channel depends on the about of head loss in the sedimentation launders, and thus is also calculated at the end of the program.

Sedimentation Tank Exit Launders

Water that leaves the sedimentation tank exits at the top of the tank through holes drilled in pvc pipes that run the length of the tank. The holes drilled in the sides of the pipe ensure uniform flow of water up through the tank. The water exits into the exit channel. The launder parameters to be determined are the launder length, pipe size and orifice size.
The first step to designing the sedimentation launders is to determine the length of the launders. The launders are defined to run the entire length of the sedimentation tank, minus the widths of both the inlet and exit channels.

Unable to find DVI conversion log file.

The size of the launder pipe is dependent on the length of the pipe, the flow through the pipe, an estimated head loss available, and the given acceptable ratio of the flow in the last orifice to the flow through the first orifice. This ratio is assumed to be 0.8 for this program. As a reference, a ratio of 1 indicates that the flow is exactly the same in the first and last holes. Less than 1 indicates some discrepancy. This function (ND.Manifold) is defined in the fluids functions program and returns the nominal diameter for the sedimentation launder (ND.SedLaunder).

The actual head loss through the manifold is found based on the actual diameter of the launder. The function determining head loss is also referenced from the fluids functions program.

The diameter of the launder orifices is calculated from the orifice equation, based on creating uniform flow and designed to have a head loss that is equal to the total head loss designed for the launder minus the frictional head loss through the launder pipe. This equation is also referenced from the fluids function programs. The holes size is important because we need uniform flow to ensure good sedimentation, and the smaller the holes the better the flow uniformity. But smaller holes lead to more head loss which in turn makes the sedimentation tanks deeper and more expensive. This equation reflects the compromise between these parameters of head loss and uniform flow.

The launder should be placed at a height that is as close to the top of the sedimentation tank as possible, but still always under water. The height of launder is placed below the water level in the sedimentation tank by the total head loss through the launder.

Unable to find DVI conversion log file.

The height of the water in the exit channel can now be determined and is defined to be the height of water in the sedimentation tank less the head loss through the sedimentation tank launder. The depth of the exit channel is depth of the water in the exit channel plus the plant free board of 10cm.

Unable to find DVI conversion log file.

The height of the plant weir is the height of the water in the exit channel less the height of the lip of water over the weir.

Unable to find DVI conversion log file.



Unknown macro: {float}

[!ExitChannelFrontView.bmp|width=600px!]



Unknown macro: {float}

[!ExitChannelSideView.bmp|width=600px!]



  • No labels