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

Compare with Current View Page History

« Previous Version 11 Next »

Automated Materials List

The final goal of the Automated Materials List is to output to the user the total amounts and prices of different materials needed to construct the plant. The final Materials List should act as an outline for on-site construction and facilitate the job of the engineers. 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.

Materials List Program Algorithm

Automated Materials List Program Inputs

Automated Materials List Program Outputs

Algorithm

The Automated Materials List is designed to give the user an estimate of the materials needed and the total budget of the plant based on the inputted specifications.

The first step in calculating the materials was to determine which parts of the plant were constructed out of which types of materials (e.g. concrete, ferrous cement, corrugated plastic, piping). The total volume of concrete is the sum of the volume of each of the channels and tanks.

(Math type)

The total length of launder pipe is dependant on the number of sedimentation tanks and bays, which determines the number of launders.

(Math type)

The volume of the floc baffles is dependant on the width of the channels, the height and length of the floc tank, and the perpendicular spacing between each baffle.

(Math type)

  • No labels