AguaClara / aguaclara_research

a python package containing research tools for AguaClara
MIT License
1 stars 4 forks source link

G coil equation is wrong in floc_model #20

Closed monroews closed 6 years ago

monroews commented 6 years ago

The Gcoil equation has the wrong term raised to the 4th power Also verify that the correct log base 10 is used.

$$\overline{G{coil}} = \bar G\left[ 1 + 0.033\left(log{10}De\right)^4 \right]^\frac{1}{2} $$

fletchapin commented 6 years ago

I just checked floc_model and the log base 10 term is raised to the 4th power as shown in the LaTeX equation above.