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

Compare with Current View Page History

« Previous Version 11 Next »

Sedimentation Tank Dimensions Design Program

The design of the sedimentation tank is a critical piece of the design of the entire plant. Its properties, such as depth and critical velocity, are important in determining the dimensions and lamella spacing. This program requires inputs from the user and from our basis of design in order to determine the design and dimensions necessary to generate the AutoCAD drawing and design report.

Sedimentation Tank Design Program Algorithm

Sedimentation Tank Inputs
Sedimentation Tank Outputs
Sedimentation Tank AutoCAD Drawing Program

Algorithm

The sedimentation program calculates the dimensions of one sedimentation tank considering the dimensions of inlet slopes, sed plate frame, lamella, sed launder, as well as dimensions of the inlet channel.

Firstly, the design of sedimentation tanks for a given flowrate Q, involves a selection of the number of sedimentation tanks from a user input. Based on the user input, the flowrate in one sedimentation tank and length of the sed tank are calculated:

Unable to find DVI conversion log file.

and

Unable to find DVI conversion log file.

where the width of the sedimentation tank was set to 42.5 inches, which represents the width of available lamella material, and the upflow velocity was set to 70m/day to allow for possible sludge blanket formation.

The wall height of the sedimentation tank was set to be equal to the height of the water level plus the height of the freeboard of 10cm. This plant freeboard is a design assumption used through out the design algorithms to give a buffer to allow for possible variation in water levels without resulting in tank overflow.

Unable to find DVI conversion log file.

The water level height is calculated as the sum of:
(1) elevation of the sed slopes, 2*outerdiameter of the pipe used for the sed plate frame, height of the lamella, and height of the water above lamella;
OR
(2) elevation of the sed slopes, thickness of the channel wall, and height of the inlet channel wall;

whichever of the two is greater.

Unknown macro: {latex}

\large
$$
HW_

Unknown macro: {Sed}

= \max (Z_

Unknown macro: {SedSlopes}

+ 2*outerdiameter(ND_

Unknown macro: {SedPlateFrame}

) + H_

Unknown macro: {SedPlate}

+ H_

Unknown macro: {SedAbove}

,Z_

+ T_

Unknown macro: {ChannelWall}

+ H_

Unknown macro: {InletChannel}

)
$$

where, the elevation of the sed slopes is defined as:

Unknown macro: {latex}

\large
$$
Z_

Unknown macro: {SedSlopes}

= Z_

Unknown macro: {SedSludge}

+ H_

Unknown macro: {SedTopSlope}

+ H_

Unknown macro: {SlopeThickness}


$$

The calculations of the lamella height can be found here.

The launders leaving the sedimentation tanks were designed in a similar manner as the sedimentation sludge drain manifold. The height of water above plate settlers has been defined as:

Unknown macro: {latex}

\large
$$
H_

Unknown macro: {SedAboveW}

= outerdiameter(ND_

Unknown macro: {SedLaunder}

) + HL_


$$

The calculations of dimensions of the inlet channel can be found here.

Finally, therefore:

Unknown macro: {latex}

\large
$$
H_

Unknown macro: {Sed}

= HW_

+ H_

Unknown macro: {PlantFreeboard}


$$

and

Unknown macro: {latex}

\large
$$
Z_

Unknown macro: {MP}

= HW_

Unknown macro: {Sed}

- HW_

Unknown macro: {InletChannel}


$$

  • No labels