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

Compare with Current View Page History

« Previous Version 12 Next »

Inlet Channel Design Program

The purpose of this function is to determine the dimensions of the channel. The 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. 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.

Inlet Channel Design Algorithm

Inlet Channel Program Inputs
Inlet Channel Program Outputs
Inlet Channel AutoCAD Drawing

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 height of water in the channel is set to be equal to the ledge the lamella are sitting on.

Unknown macro: {latex}

\large
$$
HW_

Unknown macro: {InletChannel}

= HW_

Unknown macro: {Sed}

- Z_

Unknown macro: {SedSlopes}

- T_

Unknown macro: {ChannelWall}

- H_

Unknown macro: {SedBetween}

$$

The length of the channel is a function of the number of sedimentation tanks, and the thickness of the walls between the sedimentation tanks.

Unknown macro: {latex}

\large
$$
L_

Unknown macro: {Channel}

= N_

Unknown macro: {SedTanks}

(W_

Unknown macro: {Sed}

+ T_

Unknown macro: {PlantWall}

)
$$

The width of the channel is a function of the Gcell average we want to maintain the losses from 90 degree turns and the energy dissipation zone.

Unknown macro: {latex}

\large
$$
W_

Unknown macro: {ChannelG}

= \left( {{{Q_

Unknown macro: {Plant}

} \over {HW_

Unknown macro: {InletChannel}

}}} \right)^3 \over 4 \left( {{{K_

Unknown macro: {El90}

} \over {2ED_

Unknown macro: {Slope}

Pi_

Unknown macro: {FlocDissipation}

}}} \right)^1 \over 4
$$

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.

Unknown macro: {latex}

\large
$$
A_

Unknown macro: {SedManifoldEntrance}

= {1 \over {PiVenaContractaOrifice}}\left( {{{K_

Unknown macro: {Exit}

Q^3 } \over {2\Pi _

Unknown macro: {FlocCell}

ED_

Unknown macro: {Larg eFloc}

}}} \right)^2 \over 7
$$

This equation determines the area of a port required such that flocs of a certain estimated diameter will not be broken up.
The length of the entrance manifold is set to be equal to the width of the the inlet manifold:

Unknown macro: {latex}

\large
$$
L_

Unknown macro: {SedManifoldEntrance}

= W_

Unknown macro: {SedInlet}

$$

With this value and A.SedManifoldEntrance, the width of the entrance manifold is simple to find:

Unknown macro: {latex}

\large$$
W_

Unknown macro: {SedManifoldEntrance}

= {{A_

} \over {L_

Unknown macro: {SedManifoldEntrance}

}}
$$

We now have two estimates of the required width of the inlet channel, we take the maximum of these two values:

Unknown macro: {latex}

\large
$$
W_

Unknown macro: {InletChannel}

= \max \left( {W_

Unknown macro: {ChannelG}

,W_

Unknown macro: {SedManifoldEntrance}

+ 2T_

} \right)
$$

  • No labels