Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
h1. Floc Hopper Design Program

The primary purpose of the floc hopper is to regulate the height of the flocculation blanket found in the sedimentation tanks.

h2. Floc Hopper Design Program Inputs and Outputs

 [Floc Hopper Program Inputs|https://confluence.cornell.edu/display/AGUACLARA/Floc+Hopper+Design+Program+Inputs]

 [Floc Hopper Program Outputs|https://confluence.cornell.edu/display/AGUACLARA/Floc+Hopper+Design+Program+Outputs]

h2. Floc Hopper Design Program Algorithm

 (We are currently working on writing the MtoA code that will draw the actual floc hopper. When we have completed the code, pictures of the floc hopper will be inserted into this space)
\\

The design of the floc hopper depended upon various input parameters concerning the sedimentation tank and lamella, which included the length of the lamella and the width of the sedimentation tank. The floc hopper has a trapezoidal cross-sectional area, and was designed to lie on the sedimentation sludge drain and line up with the sedimentation pipe frame ledge. The floc hopper was designed to rotate from the sedimentation wall chimney so that the floc hopper would line up vertically with the first lamella also extending from the chimney wall. If the angle of the floc hopper (with respect to the sedimentation sludge drain) was greater than 60 degrees, this orientation would allow for maximum efficiency from the floc hopper.

First, the length of the lamella was determined:
\\
\\
{latex}
\large
$$
L.SedPlateEst = {{B.SedPlateMin \cdot \left( {{{V.SedUpActiveBelow} \over {V.SedCBod}} - 1} \right) + T.SedPlate} \over {\sin \left( {AN.SedPlate} \right) \cdot \cos \left( {AN.SedPlate} \right)}}
$$
{latex}\\
\\ 
Next, the various parameters from the above picture were calculated.
\\

 The width of the floc hopper had to line up evenly with the width of the sedimentation sludge drain (this side of the floc hopper lies on the sludge drain):
\\
\\
{latex}
\large
$$
W.FlocHopper = W.SedSludgeFlat
$$
{latex}\\
\\
The length of the floc hopper is required to cover the entire width of the sedimentation tank, so the two must be equal:
\\
\\
{latex}
\large
$$
L.FlocHopper = W.SedBay
$$
{latex}\\ 
\\
 The first lamella and the floc hopper must be lined up vertically - in order for this to happen, the horizontal distance from the bottom of the first lamella to the chimney wall must be equal to the horizontal distance from the top of the floc hopper to the chimney wall.

The horizontal length from the bottom of the first lamella to the chimney wall:
\\
\\
{latex}
\large
$$
L.FlocHopperOffset = L.SedPlateEst \cdot \cos \left( {AN.SedPlate} \right)
$$
{latex}
\\
The vertical component of the floc hopper's height depended on the elevation of the sedimentation inlet slopes, as well as the height of the sedimentation sludge drain. The vertical height:
\\
\\
{latex}
\large
$$
Z.FlocHopper= Z.SedSlopes - H.SedSludge
$$
{latex}
\\
 The actual height of the floc hopper was calculated using the Pythagoreas Theorem, with L.FlocHopperOffset and Z.FlocHopper serving as the two sides of a right triangle, and the height of the floc hopper as the hypotenuse:
\\
\\
\\
{latex}
\large
$$
H.FlocHopper = ({L.FlocHopperOffset^2 + Z.FlocHopper^2})^{{1 \over 2}}
$$
{latex}\\ 
 
The thickness of the floc hopper was assumed to be equal to the thickness of the sedimentation manifold plate:
\\
\\
{latex}
\large
$$
T.FlocHopper= T.SedManifoldPlate
$$
{latex}
\\
The angle that the floc hopper must be rotated was then calculated. With respect to the sedimentation sludge drain, the angle the floc hopper must be rotated:
\\
\\
{latex}
\large
$$
AN.FlocHopper = atan\left( {{{Z.FlocHopper} \over {L.FlocHopperOffset}}} \right)
$$
{latex}
\\
\\
\\