Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
h1. Entrance Tank Design Program

...



The purpose of this program is to design the dimensions of the entrance tank based on the flow rate of the plant and the flow rate required for rapid mixing.  The Entrance Tank is constructed as a separate channel before the flocculator, and includes a grit chamber to help with aeration issues.

h2.

...

 Entrance Tank Design Program

...

Entrance Tank Program Inputs
Entrance Tank Program Outputs
Entrance Tank AutoCAD Drawing Program

Algorithm

The entrance tank is designed to be an extra channel before the flocculator, and the same size as a single floc channel. This program therefore calls variables defined in the Flocculation design program.

The area of the entrance tank is calculated based on the flow rate through the plant and the required up-velocity through the entrance tank (found in Design Assumptions).

...

The depth of the entrance tank is designed to have the same depth as the floc tank, plus an additional depth to account for the headloss through the linear flow orifice meter.

...

The length of the entrance tank (L.Et) includes the length of the grit chamber, and equals the length of the sedimentation tank. The width of the entrance tank (W.Et) equals the length of the floc channel.

Grit Chamber

The grit chamber is contained within the entrance tank. A concrete barrier will be built to give the grit chamber a length that satisfies the upward velocity constraint previously mentioned.

...

 Algorithm
[Entrance Tank Program Inputs|Entrance Tank Design Program Inputs]
[Entrance Tank Program Outputs|Entrance Tank Design Program Outputs]
[Entrance Tank AutoCAD Drawing Program| AutoCAD Entrance Tank Program]

h3. Algorithm

The entrance tank is designed to be an extra channel before the flocculator, and the same size as a single floc channel. This program therefore calls variables defined in the [Flocculation|GTheta Flocculation Design Program] design program. Variables are also called from the [Rapid Mix|Rapid Mix Design Program] program to meet requirements for rapid mix to occur in the entrance tank.

The area of the entrance tank is calculated based on the flow rate through the plant and the required up-velocity through the entrance tank (found in [Design Assumptions|Design Assumptions Design Program]).
{include: A.Et}

The water level in the entrance tank is designed to meet requirements for rapid mix, as well as head loss due to flow from the entrance tank to the flocculator. These variables can be found in the [Rapid Mix|Rapid Mix Design Program], [Flocculation|GTheta Flocculation Design Program], [Sedimentation Inlet Slopes|Sedimentation Inlet Slopes Design Program], and [User Inputs|User Inputs Design Program] design programs.

{latex}
\large
$$
HW_{EtTotal}  = HW_{EtMax}  + HL_{FlocEntryOrifice}  + HL_{Floc}  + HW_{Sed}  + HW_{Channel2}  + HW_{EtChannel} 
$$
{latex}

The length of the entrance tank (L.Et) includes the length of the grit chamber, and equals the length of the sedimentation tank. The width of the entrance tank (W.Et) equals the length of the floc channel.

$$
W_{Et}  = \max \left( {{{A_{Et} } \over {L_{Et} }},W_{EtChannel} } \right)
$$


h5. Grit Chamber

The grit chamber is contained within the entrance tank. A concrete barrier will be built to give the grit chamber a length that satisfies the upward velocity constraint previously mentioned. 
{include: L.Grit}