Problem 54750. Find the length of stream affected by a spill
When a contaminant is spilled into a stream, one might want to know how much of the stream is affected—e.g., the length over which the concentration exceeds a specified threshold. The concentration C is often computed as a function of time t and distance x from the spill using the advection-dispersion equation:
where U is the mean velocity of the river and K is a dispersion coefficient, which describes spreading by several mechanisms. For an instantaneous spill of mass M mixed over the cross section (with area A) at
, the concentration can be shown—using some of the math needed for Cody Problem 51625—to be
Write a function to compute the length of stream affected by the spill. In other words, find the position
(say) beyond which the concentration never exceeds a threshold
.
Solution Stats
Problem Comments
-
1 Comment
ChrisR
on 15 Jun 2022
I feel compelled to point out that the precision I requested in the tests is unrealistic in practice. These lengths do not need to be known to the centimeter, and dispersion coefficients are usually good to a factor of 2.
Solution Comments
Show commentsProblem Recent Solvers4
Suggested Problems
-
3228 Solvers
-
Program an exclusive OR operation with logical operators
722 Solvers
-
Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
757 Solvers
-
find nth even fibonacci number
70 Solvers
-
Compute the area of the shoemaker’s knife
14 Solvers
More from this Author291
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!