Flow Control Module Design Program

The Flow Control Module (FCM) design program dictates those values necessary in the design of the flow controller. This is important in the overall design of the plant to ensure the correct alum dose is applied to the raw water being treated. 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. It also requires information calculated from various fluids functions.

Flow Control Module Design Program Algorithm

Flow Control Module Program Inputs
Flow Control Module Program Outputs

Algorithm

The FCM program calculates the diameter of the flow controller tube, the maximum allowable flow rate through the flow controller tube, and the head loss associated with the flow controller.

First the FCM program calculates the maximum alum flow based on in the inflow from the plant, the maximum concentration of alum allowable (per dose), and the concentration of alum in the stock tank. These values are found within the fluids functions and user inputs.

This flow rate is used to calculate the number of Flow Control Valves needed in the system (N.Fcm). It is calculated by dividing the maximum FCM flow rate (Q.FcmMax) by the maximum flow rate allowed through the valve (rounded up to the nearest whole number). The maximum flow rate through the valve is calculated using the flow rate through a pipe with minor losses equation found in the Fluids Functions (Q.PipeMinor).

Next, the maximum allowable flow rate through the valve must be calculated based on the maximum laminar flow through a reasonable length tube, the maximum head loss through the float valve (given in Design Assumputions), and available tube diameters. The allowable flow rate is based on eliminating the diameter from the Hagen-Poiseuille equation by using the maximum Reynolds number constraint. For higher flows multiple parallel tubes could be used. However the maximum flow rate that can be handled by the float valve needs to be considered.

The allowable flow rate through the valve and the maximum alum flow are used to determine the number of flow control modules that are needed by dividing the alum flow rate by the allowable valve flow rate.

Next, the diameter of the tube is obtained by comparing the maximum and minimum diameters needed to meet certain constraints. The following equations outline those constraints.
The maximum diameter is calculated that will give the desired maximum head loss. Note that Nu.FcmAlum refers to the viscosity of alum, which is calculated by dividing the viscosity by the density of the alum.

This diameter is then used to recalculate the maximum laminar flow given this tube diameter, substituting variables so the diameter is taken into consideration. This new flow rate is then used to determine the number of flow control modules needed by dividing the maximum alum flow rate (Q.FcmMax) by the new Q.FcmMaxLaminar. The maximum of the two numbers (based on the diameter and the flow rate) is used to find the maximum flow rate through each tube, since each module has one tube.

The minimum diameter is found based on the maximum Reynolds number for laminar flow (2100) and the maximum flow rate for the tube found above.

Another minimum diameter is calculated based on the desired head loss at a maximum flow rate using the minimum tube length available. This calculation is derived from the Hagen-Poiseuille equation.

Note that the minimum length of the tube is equal to the maximum head loss to be at least as great as the maximum head loss with some additional length to be able to reach the ports.

The tube diameter is then selected based on the diameter required for laminar flow and the diameter required for head loss. The largest of the two is chosen. Note that the maximum diameter is not compared because this was already taken into account for the minimum diameters by using Q.FcmTubeMax. From there the inner diameter of the FCM tube is found by comparing the minimum diameter to the available diameters. The diameter for the flow control module is designated as ID.FcmTube.

Finally, the length of the tube is determined using the Hagen-Poiseulle equation and the diameter of the tube found in the previous step.

The FCM program also calculates the viscosity of the alum based on given molecular weights, as well as data found by Gurevich, R.A.

  • No labels