Problem 59104. Design a capture zone
One approach to remediating a contaminated site is to pump and treat the contaminated groundwater. If the site has background flow, then an extraction well will create a capture zone. In other words, there will be a streamline that divides the water pumped by the well from the water that continues downgradient (i.e., downstream) of the well. 
If the background flow (with flow per unit width*  ) is left to right, then the coordinates
) is left to right, then the coordinates  of a point on the capture zone are given by
 of a point on the capture zone are given by  , where the well is at (0,0) and
, where the well is at (0,0) and  is the distance to the stagnation point downstream of the well. The distance
 is the distance to the stagnation point downstream of the well. The distance  can be determined by finding the distance at which the specific discharge of the background flow equals the specific discharge of the well.
 can be determined by finding the distance at which the specific discharge of the background flow equals the specific discharge of the well. 
Write a function that takes the coordinates of a contaminated area and the background flow per unit width and determines the pumping rate needed to capture the entire area. 
*Recall that specific discharge v is flow per area over which the flow is occurring. Then flow per unit width is  , where b is the thickness of the confined aquifer.
, where b is the thickness of the confined aquifer. 
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers3
Suggested Problems
- 
         Find all elements less than 0 or greater than 10 and replace them with NaN 15689 Solvers 
- 
         
         229 Solvers 
- 
         
         770 Solvers 
- 
         Compute LOG(1+X) in natural log 255 Solvers 
- 
         
         190 Solvers 
More from this Author314
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!