Team:Cornell/project/drylab/modeling
From 2012.igem.org
(Difference between revisions)
Line 61: | Line 61: | ||
<div class="twelve columns"> | <div class="twelve columns"> | ||
<h3>Theory</h3> | <h3>Theory</h3> | ||
- | So for a given river width W, how do we find the distance L to place our biosensor? One way to do that would be to go to the river in question, measure its height, width, length and volumetric flow rate and numerically solve the advection diffusion equation. However the Alberta Oil Sands are roughly 4,000 km away from Cornell so it was impossible for us to go there and measure the rivers. Instead we decided to use dimensional analysis to estimate what the value of L would be for different rivers. To do this we first defined a time scale t which is the time scale for advection. $\tau$ can be written as | + | So for a given river width $W$, how do we find the distance $L$ to place our biosensor? One way to do that would be to go to the river in question, measure its height, width, length and volumetric flow rate and numerically solve the advection diffusion equation. However the Alberta Oil Sands are roughly 4,000 km away from Cornell so it was impossible for us to go there and measure the rivers. Instead we decided to use dimensional analysis to estimate what the value of L would be for different rivers. To do this we first defined a time scale t which is the time scale for advection. $\tau$ can be written as |
$$\tau = \frac{L}{u}$$ | $$\tau = \frac{L}{u}$$ | ||
- | where u is the average velocity of the river and L is the length scale for advection. Similarly we defined a time scale for turbulent diffusion which can be written as | + | where $u$ is the average velocity of the river and $L$ is the length scale for advection. Similarly we defined a time scale for turbulent diffusion which can be written as |
- | $$\tau= l^2 | + | $$\tau= \frac{l^2}{D}$$ |
- | where l is the length scale for turbulent diffusion and D is the turbulent diffusion coefficient. Since advection and diffusion are happening at the same time we can set both time scales equal to each other and solve for L which yields | + | where $l$ is the length scale for turbulent diffusion and $D$ is the turbulent diffusion coefficient. Since advection and diffusion are happening at the same time we can set both time scales equal to each other and solve for L which yields |
- | $$L= | + | $$L= \frac{ul^2}{D}$$ |
- | The average velocity u can be rewritten as | + | The average velocity $u$ can be rewritten as |
- | $$u=Q | + | $$u = \frac{Q}{wh}$$ |
- | where Q is the volumetric flow rate of the river, w is the width of the river and h is the depth of the river. Next, the turbulent diffusion coefficient can be rewritten as | + | where Q is the volumetric flow rate of the river, $w$ is the width of the river and $h$ is the depth of the river. Next, the turbulent diffusion coefficient can be rewritten as |
- | $$D= | + | $$ D=kh \sqrt{ghs}$$ |
- | where s is the slope of the river, g is the acceleration due to gravity and k is an experimentally determined constant. This constant differs for turbulent diffusion across a river (horizontal) and turbulent diffusion within a river (vertical). Since we want to place our biosensor at the point where the chemical is completely mixed in the river, we need to take into account both horizontal and vertical turbulent diffusion. Putting both of these definitions into our equation for L gives us | + | where s is the slope of the river, $g$ is the acceleration due to gravity and $k$ is an experimentally determined constant. This constant differs for turbulent diffusion across a river (horizontal) and turbulent diffusion within a river (vertical). Since we want to place our biosensor at the point where the chemical is completely mixed in the river, we need to take into account both horizontal and vertical turbulent diffusion. Putting both of these definitions into our equation for L gives us |
- | $$L= | + | $$L= \frac{Ql^2}{kwh^2\sqrt{g*h*s}}$$ |
- | Finally, we need to define what k and l are. If we want to know how far downstream the chemicals will be mixed horizontally across the river (LY) then l = w and k = 0.6 [1]. If we want to know how far downstream the chemicals will be mixed vertically in the river (LZ) then l = h and k = 0.067 [1]. The larger of these L values will determine where we need to place our biosensor for a giver river. This gives us the following two equations | + | Finally, we need to define what $k$ and $l$ are. If we want to know how far downstream the chemicals will be mixed horizontally across the river (LY) then l = w and k = 0.6 [1]. If we want to know how far downstream the chemicals will be mixed vertically in the river (LZ) then l = h and k = 0.067 [1]. The larger of these L values will determine where we need to place our biosensor for a giver river. This gives us the following two equations |
- | $$L_Y= | + | $$L_Y= \frac{Qw}{0.6h^2\sqrt{ghs}}$$ |
- | $$L_Z= Q | + | $$L_Z= \frac{Q}{0.067w\sqrt{ghs}}$$ |
</div> | </div> |
Revision as of 00:41, 21 October 2012
-
Dry Lab
- Overview
- Specifications
- Design
- Modeling
- Animation