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

Compare with Current View Page History

« Previous Version 82 Next »

Automated Materials List

The goal of the Automated Materials List is to calculate the volume of concrete needed, areas of components that will be made out of bricks (these areas can be divided by the area of one brick to see how many bricks are needed), lengths and sizes of pipes, amount of plastic sheets for the lamella, etc. The final Materials List should act as a rough outline for on-site construction and facilitate the job of the engineers and planners. This program requires inputs from the user and from the design assumptions to compute the necessary calculations. Currently, the List calculates the total materials needed for construction and various dimensions for different components of the plant.

The output of the [Design Tool] now includes a list of several variables comprising the Materials List. Engineers designing plants will now be able see how much material is needed to construct the components of the plant, including the walls of the various tanks and channels, lengths of PVC pipe, corrugated plastic sheets for the lamella, and ferrous cement for the floc baffles. The Materials List is conveniently located at the bottom of the Design Values excel spreadsheet that is returned to the user with all the outputs for the plant. This will allow them to have a better of idea of what is needed to construct an AguaClara plant. The Materials List will continue to be updated based on feedback from the engineers in Honduras so that it provides information that is most useful to them in the construction process.

Materials List Program Algorithm

Automated Materials List Program Inputs

Automated Materials List Program Outputs

Algorithm

The first step in calculating the materials was to determine the geometry of the different components of the plant and which parts of the plant were constructed out of which types of materials (e.g. concrete, ferrous cement, corrugated plastic, PVC pipe). Then the volumes and quantities were calculated from the dimensions used in each components design algorithm.

Entrance Tank

The Entrance tank volume was found using the design specifications from the automated entrance tank design program and the user inputs. The tank's volume is calculated by considering the four walls lengths, widths and thicknesses. The algorithm also accounts for the entrance to the flocculation tank by subtracting the volume of the channel from one of the entrance tank walls.


 

Unknown macro: {latex}

\large
$$
Vol_

Unknown macro: {EntranceTank}

= 2(W_

Unknown macro: {Et}

\cdot T_

Unknown macro: {EtWall}

\cdot H_

) + 2(L_

Unknown macro: {Et}

\cdot T_

Unknown macro: {EtWall}

\cdot H_

) - (W_

Unknown macro: {EtChannel}

\cdot W_

\cdot T_

Unknown macro: {EtWall}

)
$$



Below is a diagram of the Entrance Tank as seen from above. Note that the height, not shown in the diagram, is H.Et.











The total area of the walls of the entrance tank can be found by adding up the areas of the individual walls and consequently subtracting the area of the inlet channel, and the floor area can be found by multiplying the effective width and length of the entrance tank:
        

 


Finally, volume of the entrance tank floor is simply the product of the area and thickness of the entrance tank floor:




Flocculation Tank

The total volume for the flocculation tank depends on the width and total number of floc channels and the length of the sedimentation tank. This information, along with the user inputs and design assumptions, provides all the necessary information to calculation the tanks volume.


 

Unknown macro: {latex}

\large
$$
Vol_

Unknown macro: {FlocTank}

= 2\left( {L_

Unknown macro: {Sed}

+ T_

Unknown macro: {PlantWall}

} \right) \cdot T_

\cdot H_

Unknown macro: {Floc}

+ 2\left[ {W_

Unknown macro: {FlocChannel}

\cdot N_

Unknown macro: {FlocChannels}

+ (N_

\cdot T_

Unknown macro: {PlantWall}

)} \right] \cdot T_

\cdot H_

+ (N_

Unknown macro: {FlocChannels}

- 1) \cdot T_

Unknown macro: {PlantWall}

\cdot L_

\cdot H_

Unknown macro: {Floc}

$$

The total volume of concrete of the walls of the flocculation tank depends on the length of the flocculation tank, the thickness of the plant wall, the height of the flocculation tank, the number of flocculation channels, and the width of the flocculation channels. Since the thickness of all walls in the flocculation tank are the same (T.PlantWall), the area of the flocculation walls is simply the quotient of volume of the flocculation walls and the thickness of the plant wall:

 
 
The area of the floor of the flocculation tank depends on the length of the flocculation tank, the thickness of the plant wall, the number of flocculation channels, and the width of the flocculation channels. The volume of the floor of the flocculation tank is simply the product of the area and thickness of the floor:



 


The volume of the floc baffles is dependent on the width of the channels, the thickness of the baffle, the length of the baffle, and the number of baffles per channel. The number of baffles per channel is a calculated variable based on the length of the flocculation tank and the perpendicular spacing between baffles, which differs per channel. The baffles are also split between upper and lower baffles. Since the floc channel begins with a lower baffle, the equation is set-up so an odd number of baffles results in an extra lower baffle. If there are an X number of floc channels in a floc tank, the N.FlocChannelBaffles, L.FlocBaffleUpper, and L.FlocBaffleLower are X value arrays, which allow us to use a simple dot product to find the total length of the tank's baffles, rather than calculating each channel individually.

To see how the number of baffles per channel is determined and why there are upper and lower baffles, please consult the flocculator algorithm. The volume needed (of plastic or concrete, depending on the size of the plant) for the the baffles is under the diagram below.


Unknown macro: {latex}

\large
$$
Vol_

Unknown macro: {FlocBafflesTotal}

= W_

Unknown macro: {FlocChannel}

\cdot T_

Unknown macro: {FlocBaffle}

\left[ {L_

Unknown macro: {FlocBaffleLower}

\left( {ceil\left( {{{N_

Unknown macro: {FlocChannelBaffles}

} \over 2}} \right)} \right) \cdot L_

Unknown macro: {FlocBaffleUpper}

\left( {floor\left( {{{N_

} \over 2}} \right)} \right)} \right]
$$

The total surface area of the flocculation baffles can be found be dividing the total volume of all the flocculation baffles by the thickness of one flocculation baffle.




 Inlet and Exit Channels

The volumes of the exit and inlet channels are derived from the user-input dimensions for each component. Using the widths, lengths, and thicknesses of each wall, the volume is computed by direct multiplication. The inlet channel also considers the dimensions of the sedimentation manifold entrance and the number of sedimentation inlet pipes. The quantity that is removed from the inlet channel due to the sedimentation inlet pipes is the volume of a single inlet pipe multiplied by the number of pipes.


 

Unknown macro: {latex}

\large
$$
Vol_

Unknown macro: {InletChannel}

= (W_

\cdot H_

Unknown macro: {InletChannel}

\cdot T_

Unknown macro: {SedmanifoldEntrance}

) + (W_

+ 2T_

Unknown macro: {ChannelWall}

) \cdot T_

Unknown macro: {PlantWall}

\cdot L_

Unknown macro: {Channel}

+ 2(L_

\cdot T_

\cdot H_

Unknown macro: {InletChannel}

) - (A_

Unknown macro: {SedManifoldEntrance}

\cdot T_

\cdot N_

Unknown macro: {SedInletPipes}

)
$$




The wall and floor volumes of the inlet and exit channels similarly depends on their respective length, width, height, and thickness:




 

 

 





 

The surface area of the walls and the floor of the inlet and exit channels also depend on the respective width, length, height, and thickness:

 

 

 


The inlet and exit channels are attached to tanks containing the weirs that connect to the sedimentation tank. Since the plant weirs are being recoded, these equations will change in the future, but for now, these dimensions were calculated to be built around the nominal diameter of the plant weir and the spacing required between the elbows.
 

Unknown macro: {latex}

\large
$$
Vol_

Unknown macro: {ExitChannelTank}

  = {2(S_

Unknown macro: {Elbow}

  + 3ND_

Unknown macro: {PltWeir}

  + T_

Unknown macro: {Channel}

) + 2(4ND_

  + 3S_

  + T_

Unknown macro: {ChannelWall}

)} \cdot H_

Unknown macro: {Sed}

  \cdot T_

$$


Unknown macro: {latex}

\large
$$
Vol_

Unknown macro: {InletChannelTank}

={2(S_

Unknown macro: {Elbow}

+ 3ND_

Unknown macro: {PltWeir}

+ T_

Unknown macro: {Channel}

) + 2(2ND_

+ 2S_

+ T_

Unknown macro: {ChannelWall}

)} \cdot H_

Unknown macro: {Sed}

\cdot T_

$$


The total length of weir pipes in the inlet and exit channel tanks is derived from the user-input values that are found upon calculating the necessary height of the pipe for the determined water velocity. This height multiplied by the number of weir pipes yields the total length of pipe necessary.

Unknown macro: {latex}

\large
$$
L_

Unknown macro: {Weir}

= 2 \cdot H_

Unknown macro: {PltWeir}

$$


The inlet channel is also attached to drop chimneys that run to the sedimentation tank. These chimneys are rectangular blocks of concrete molded around a pipe, to leave a hole for the water to flow through. We first calculated the volume of this pipe based on it's diameter and the height of the chimney. The height of the chimney is equal to the height of the sedimentation tank minus the inlet channel and wall and also accounting for the space at the bottom of the sedimentation tank for the sludge drain.

The volume of the inlet chimneys was then determined by calculating the volume of the rectangular block of the chimney, subtracting the calculated volume of the pipe and finally, multiplying by the number of chimneys, which is based on the number of sed tanks and sed bays.

Unknown macro: {latex}

\large
$$
Vol_

Unknown macro: {SedInletChimneys}

= N_

\cdot [W_

Unknown macro: {SedInletBottom}

\cdot (W_

Unknown macro: {InletChannel}

+ T_

Unknown macro: {ChannelWall}

) \cdot (H_

Unknown macro: {Sed}

- H_

- T_

Unknown macro: {ChannelWall}

- H_

Unknown macro: {SedSludge}
  • T_

) - Vol_

Unknown macro: {SedInletPipe}

]
$$


 Sedimentation Tank

The volume of the sedimentation tank depends on user-input values. The dimensions of the sludge drain must then be subtracted from the overall volume to account for the design of the drainage system.

 

Unknown macro: {latex}

\large
$$
Vol_

Unknown macro: {SedTank}

= 2\left[ {\left( {L_

Unknown macro: {Sed}

+ T_

Unknown macro: {PltWall}

) \cdot T_

Unknown macro: {PlantWall}

\cdot H_

} \right)} \right] + 2\left[ {W_

Unknown macro: {Sed}

\cdot N_

Unknown macro: {SedTanks}

+ (N_

\cdot T_

Unknown macro: {PltWall}

)} \right] \cdot T_

Unknown macro: {PlantWall}

\cdot H_

- (A_

Unknown macro: {SedSludge}

\cdot L_

Unknown macro: {Sed}

)
$$

The area of the floor of the sedimentation tank depends on the length and width of the sedimentation tanks as well as the number of sedimentation tanks. The volume of the floor of the sedimentation tank is simply the product of the area and thickness of the floor. There has been some question as to whether the thickness of the inner walls of the sedimentation tank (T.PltWall) and that of the outer walls (T.PlantWall) is the same. Assuming they are not the same, the equations for the area and volume of the floor of the sedimentation tank are as follows:



 


The volume of the sedimentation inlet slopes is derived from the user input dimensions for the sedimentation slope plate and the slope manifold. There is one inlet slope per sedimentation port.

  
 

Unknown macro: {latex}

\large
$$
Vol_

Unknown macro: {DistributionTunnelCovers}

= T_

Unknown macro: {SedSlopePlate}

\cdot L_

Unknown macro: {SedSlopeManifold}

\cdot W_

\cdot N_

Unknown macro: {SedPorts}

$$


The total length of launder pipe is dependent on the number of sedimentation tanks and bays, which determines the number of launders. The size of the PVC pipe will depend on the user-input ND.SedLaunder.

Unknown macro: {latex}

\large
$$
N_

Unknown macro: {Launders}

= N_

Unknown macro: {SedTanks}

\cdot N_

Unknown macro: {SedBays}

\cdot N_

Unknown macro: {SedLaunders}

$$

Unknown macro: {latex}

\large
$$
L_

Unknown macro: {LaunderPipeTotal}

  = L_

Unknown macro: {SedLaunder}

  \cdot N_

Unknown macro: {Launders}

$$

The launder also requires a coupling to go through the concrete wall of the sedimentation tank. The number of couplings needed is equal to the number of launders in the plant

Unknown macro: {latex}

\large
$$
N_

Unknown macro: {LaunderCouplings}

= N_

Unknown macro: {Launders}

$$


The necessary output to construct the plate settlers is the number of corrugated sheets used. This is determined by calculating the total number of plate settlers, how many plate settlers would fit on a given sheet of plastic, and thus finding the total number of required sheets.

Unknown macro: {latex}

\large
$$
N_

Unknown macro: {SedPlatesTotal}

= N_

Unknown macro: {SedPlates}

\cdot N_

Unknown macro: {SedBays}

\cdot N_

Unknown macro: {SedTanks}

$$

Unknown macro: {latex}

\large
$$
N_

Unknown macro: {SedPlateSheets}

= ceil\left( {{{N_

Unknown macro: {SedPlatesTotal}

} \over {N_

Unknown macro: {SedPlatesPerSheet}

}}} \right)
$$

The plate settlers are supported by a sedimentation plate frame constructed of PVC pipes running across the width and length of the sedimentation tank. The length of PVC pipe required to construct this module was determining using the dimensions of the sedimentation tank and the center-to-center distance between each parallel pipe.

Unknown macro: {latex}

\large
$$
L_

Unknown macro: {PipeSedPLateFrameTotal}

= N_

Unknown macro: {SedTanks}

\left[ {\left( {{{W_

Unknown macro: {Sed}

} \over {B_

Unknown macro: {SedPlateFramePipes}

}} - 1} \right) \cdot L_

+ \left( {{{L_

Unknown macro: {Sed}

} \over {B_

Unknown macro: {SedPLateFramePipes}

}} - 1} \right) \cdot W_

} \right]
$$


The number of valves and valve couplings needed to drain the tank are found from the sedimentation design specifications with one valve per sedimentation bay.

Unknown macro: {latex}

\large
$$
N_

Unknown macro: {Valves}

= N_

Unknown macro: {ValveCouplings}

= N_

Unknown macro: {SedBays}

\cdot N_

Unknown macro: {SedTanks}

$$

The flocculation tank and floc hopper valves have yet to be coded, so these will need to be added in the future.
 
The total wall volume of the channels and tanks is:


 

Unknown macro: {latex}

\large
$$
Vol_

Unknown macro: {TotalWalls}

= Vol_

Unknown macro: {EntranceTank}

+ Vol_

Unknown macro: {SedTank}

+ Vol_

Unknown macro: {FlocTank}

+ Vol_

Unknown macro: {InletChannel}

+ Vol_

Unknown macro: {ExitChannel}

+ Vol_

Unknown macro: {StockTank}

+ Vol_

Unknown macro: {ExitChannelTank}

+ Vol_

Unknown macro: {InletChannelTank}

+ Vol_

Unknown macro: {SedInletChimneys}

$$








Stock Tank

The function of the stock tank to add the alum coagulant to the raw water during rapid mix. The volume of the stock tank is constrained by flow rate and retention time. More specifically, the volume of the stock tank is the maximum flow rate through the aluminum stock tank multiplied by the duration of alum stock tank at maximum alum dose and plant flow rate.



The only other variable that needs be specified by the user to determine the other dimensions of the stock tank is diameter of the stock tank. Once the diameter has been set, the radius is simply half the diameter, and the corresponding required height can subsequently be calculated.

 


 

Finally, the total area and the floor area of the stock tank are determined by the previously calculated height and radius:



 

  • No labels