General Program Information

This program draws the slots that hold the baffles in place for the vertical flocculator. Slots are only drawn when concrete baffles are used in vertical flocculators, when they are needed for structural support. Horizontal flocculators do not need slots because they are built into the walls.

Unknown macro: {float}


Slots in Floc Channels



Technical Program Outline

1) An if statement checks that the slot length is not set to zero. If the slot length is set to zero, the code will not execute.

2) A new layer, "flocchannelslot" is created.

3) The slots are drawn as a single rectangle having a width of the length of the floctank plus two times the specified length of the slot.  The height of the slot spans from the top of the tank to the elevation of the bottom of the baffle. The slots are placed iteratively in each channel from the left side of the tank to the right.

4) The "floctank" layer is thawed.

5) The viewtop1 function is used to ensure that the floctank is fully in view, ensuring that the subtract function executes in a single command.

6) All of the slots are subtracted at once using the subtractDall function.

7) The layer is set to zero.

8) The "floctank" layer is frozen.

9) The "flocchannelslot" layer is frozen.

  • No labels