Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
h1. Inlet Channel Design Program

The purpose of this functionprogram is to determine the dimensions of the inlet channel as well as the dimensions of the pipe and then chimney that deliver water from the inlet channel into the sedimentation tank. The inlet channel will run along the inlet end of the sedimentation tanks, such that its length will be equal to the combined widths of all the sedimentation tanks plus the thickness of the walls between the tanks and the thickness of the walls that separate the bays within the sedimentation tank channels. The dimensions of the width and depth of the channel depend on the water level in the sedtank, which should be about the same as in the channel and the flocculator, and the length of the flocculator, since water runs from the end of the flocculator through the channel.

h2. Inlet Channel Design Algorithm

[Inlet Channel Program Inputs|Inlet Channel Design Program Inputs]
[Inlet Channel Program Outputs|Inlet Channel Design Program Outputs]
[Inlet Channel AutoCAD Drawing|AutoCAD Channel Program]

h3. Algorithm

The primary constraint for designing the channel connecting flocculation and sedimentation tanks is the depth of the channel. The channel must be designed to make sure that the transition between the two tanks does not break up the flocs formed in the flocculation tank.

The length of the channel is a function of the number of sedimentation tanks, and the thickness of the walls between the sedimentation tanks.
{latex}
\large
$$
L_{Channel} = (N_{SedTanks} )(W_{Sed} ) + (N_{SedTanks} + 1)(T_{PlantWall} )
$$
{latex}
The cross sectional area of the inlet channel is determined using the A.Port function in [Fluids Functions|Fluids Functions Design Program]
{latex}
\large
$$
A_{InletChannel} = A_{Port} (Pi_{FlocDissipation} ,K_{LTurn90} ,Q_{Plant} ,ED_{SedInlet} ,Pi_{VenaContractaOrifice} )
$$
{latex}
The height of the water in the inlet channel is equal to the width of the inlet channel.  Therefore the height of the water in the inlet channel is equal to the squareroot of the area of the channel.
{latex}
\large
$$
W_{InletChannelED} = HW_{InletChannel}
$$
{latex}
{latex}
\large
$$
HW_{InletChannel} = \sqrt {A_{InletChannel} }
$$
{latex}
Next the size of the channels that take the flocculated water down into the sedimentation slopes is calculated through the A.Port function in [Fluids Functions|Fluids Functions Design Program].
{latex}
\large
$$
A_{SedManifoldEntrance} = A_{Port} (Pi_{FlocDissipation} ,K_{PipeEnt} ,Q_{SedManifold} ,ED_{SedInlet} ,Pi_{VenaContractaOrifice} )
$$
{latex}
The length of the entrance manifold is set to be equal to the width of the the inlet manifold:
{latex}
\large
$$
L_{SedManifoldEntrance} = W_{SedInlet}
$$
{latex}
With this value and A.SedManifoldEntrance, the width of the entrance manifold is simple to find:
{latex}
\large$$
W_{SedManifoldEntrance} = {{A_{SedManifoldEntrance} } \over {L_{SedManifoldEntrance} }}
$$
{latex}
We now have two estimates of the required width of the inlet channel. We take the maximum of these two values:
{latex}
\large
$$
W_{InletChanel} = \max (W_{InletChannelED} ,W_{SedManifoldEntrance} + 2T_{SedManifoldEntrance} )
$$
{latex}
The sedimentation manifold port must be the same size as the opening of the sedimentation inlet channel:
{latex}
\large
$$
W_{SedManifoldPort} = W_{SedInlet} - 2T_{SedManifoldEntrance}
$$
{latex}
Once the width and area are calculated, the height can be easily calculated:
{latex}
\large
$$
H_{SedManifoldPort} = A_{SedManifoldEntrance} /W_{SedManifoldPort}
$$
{latex}
The height of the inlet channel is equal to the water height in the inlet channel plus the plant freeboard height, so that the water is not at the very top of the channel.
{latex}
\large
$$
H_{InletChannel} = HW_{InletChannel} + H_{PlantFreeboard}
$$
{latex}
\\
\\
{float:left|border=2px solid black}
[!InletFront.bmp|width=500px!|InletFront.bmp]
{float}
\\
\\
{float:left|border=2px solid black}
[!InletSide.bmp|width=500px!|InletSide.bmp]
{float}
\\
\\