Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
h1. 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|Effect of Surface Tension] for a more detailed explanation of this.

\\ !FinalDoser.jpg|border=2px solid black,align=center,width=500pxpx|align=center,width=500pxpx,height=350pxpx!\\
{center:class=myclass}
h5. Figure 1: Doser Overview (CDC 2009-2010)
{center}

\\ \\ !DoserDraft.jpg|border=2px solid black,align=center,width=500pxpx|align=center,width=500pxpx,height=350pxpx!\\
{center:class=myclass}
h5. Figure 2: Doser Draft Design (CDC 2009-2010) 
{center}


h3. Equations:

*Target Alum Concentration:*
{latex}
\large
$$
Q_{Alum}  = {{Q_P  \times C_T } \over {C_C }} $${latex}

Where,

{latex}\large$$Q_{Alum} $${latex}= Flow Rate of Alum Solution
{latex}\large$$Q_{P} $${latex}= Plant Flow Rate
{latex}\large$$C_{T} $${latex}= Target Alum Concentration
{latex}\large$$C_{C} $${latex}= Alum Concentration in the Stock Tank


*Orifice Equation:*
{latex}\large $$ Q = K_{vc} A_{or} \sqrt {2gh} $$ {latex} 

Where, 
{latex}\large$$Q$$large$$Q $${latex} = Flow Rate 
{latex}\large$$h$$large$$h $${latex} = Head Loss 
{latex}\large$$A_{or} $${latex} = Area of the Orifice 
{latex}\large$$K_{vc} $${latex}= Orifice Constant 

Rearranging the orifice equation,
Orifice Head Loss:
{latex}$$
h_{1Orifice}  = K_{DoseOrifice} {{{Q\ over A_{or}}^2 } \over {2g}}
$${latex}


*Major Head Loss:*
{latex}$$
h_{Lmajor} = f {L\over {D}}{{V^2} \over {2g}}
$${latex}
Where, 
{latex}\large$$f$${latex} = friction factor (dependent on Reynold's number)
{latex}\large$$D$${latex} = diameter
{latex}\large$$V$${latex} = velocity (Q/A)


h3. 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.