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

Compare with Current View Page History

« Previous Version 9 Next »

Chemical Dose Controller Design Program

This program will code for a general dose controller design and will incorporate the design into the Automated Design Tool. The doser design will be for a triple scale (three different orifices). See the CDC research team page for a more detailed explanation of this.


Unable to render embedded object: File (FinalDoser.jpg) not found.

Unknown macro: {center}
Figure 1: Doser Overview (CDC 2009-2010)



Unable to render embedded object: File (DoserDraft.jpg) not found.

Unknown macro: {center}
Figure 2: Doser Draft Design (CDC 2009-2010)

Equations:

Target Alum Concentration:

Unknown macro: {latex}

\large
$$
Q_

Unknown macro: {Alum}

= {{Q_P \times C_T } \over {C_C }} $$

Where,

Unknown macro: {latex}

\large$$Q_

Unknown macro: {Alum}

$$

= Flow Rate of Alum Solution

Unknown macro: {latex}

\large$$Q_

Unknown macro: {P}

$$

= Plant Flow Rate

Unknown macro: {latex}

\large$$C_

Unknown macro: {T}

$$

= Target Alum Concentration

Unknown macro: {latex}

\large$$C_

Unknown macro: {C}

$$

= Alum Concentration in the Stock Tank

Orifice Equation:

Unknown macro: {latex}

\large $$ Q = K_

Unknown macro: {vc}

A_

Unknown macro: {or}

\sqrt

Unknown macro: {2gh}

$$

Where,

Unknown macro: {latex}

\large$$Q $$

= Flow Rate

Unknown macro: {latex}

\large$$h $$

= Head Loss

Unknown macro: {latex}

\large$$A_

Unknown macro: {or}

$$

= Area of the Orifice

Unknown macro: {latex}

\large$$K_

Unknown macro: {vc}

$$

= Orifice Constant

Rearranging the orifice equation,
Orifice Head Loss:

Unknown macro: {latex}

$$
h_

Unknown macro: {1Orifice}

= K_

Unknown macro: {DoseOrifice}

{Q\ over A_{or^2 } \over {2g}}
$$

Major Head Loss:

Unknown macro: {latex}

$$
h_

Unknown macro: {Lmajor}

= f {L\over {D}}V^2} \over {2g
$$

Where,

Unknown macro: {latex}

\large$$f$$

= friction factor (dependent on Reynold's number)

Unknown macro: {latex}

\large$$D$$

= diameter

Unknown macro: {latex}

\large$$V$$

= velocity (Q/A)

Design Process:

Expert Inputs:
HL.ChemDoserMin = Minimum head loss required to have good control of the doser

User Inputs:
Q.Plant (HL.Plant) = Plant Flow Rate

Current set values:
C.DoserScaleAlumMax = Matrix of maximum plant alum concentrations for the doser at the highest plant flow rate

Code Calculations:
Constant head tank orifice size
Dosing tubes size to ensure orifice head loss is much greater than major loss in tubing

1. Calculate the position of the scale by calculating the lever arm length for the dosing side and the float side.
2. Calculate the head loss at each point of the scale.
3. Translate the vertical head loss into a horizontal distance along the scale from the pivot point.
4. Use the alum flow rates to calculate the dosing orifice diameters.
5. Calculate the minimum dosing tube diameters so that the major head losses in the dosing tubes (from constant head tank to the dosing orifice) can be neglected.
6.

  • No labels