Message: fopen(/home/solutionspile.com/public_html/system/sessions/ci_sessione2lde15b2udb9o07rh19422s6a3m7eld): failed to open stream: No space left on device
[Solved]: The advection-dispersion-reaction equation is us
Home /
Expert Answers /
Civil Engineering /
the-advection-dispersion-reaction-equation-is-used-to-compute-the-distribution-of-concentration-of-pa857
(Solved): The advection-dispersion-reaction equation is used to compute the distribution of concentration of ...
The advection-dispersion-reaction equation is used to compute the distribution of concentration of a chemical along the length of a reactor via the governing equation: ?t?c?=D?x2?2c??U?x?c??kc where c= concentration (mg/m3),t= time (min),D= diffusion coefficient (m2/min),x= distance along the tank's longitudinal axis (m) where x=0 at the tank's inlet, U= velocity in the x direction (m/min), and k= a reaction rate (1/min) whereby the chemical decays to another form. Such a system is subject to the boundary conditions (BCs): Ucin?=Uc(x=0)?D?x?c????x=0?;?x?c(L,t)?=0 where cin?= the concentration in the inflow and L= the length of the reactor. A common initial condition to be examined is when the concentration is initially zero in the reactor. For this governing equation there are two stability criteria which must be considered: Static instability criterion: dx?U2D? Time step stability criterion: dt?2D+k(dx)2(dx)2?
Your development, solution, and analysis should (at a minimum) focus on: [Note: Steps (i)-(ii) should be the basis of your Methods section, while Steps (iii)-(vi) should be the basis of your Results \& Discussion section.] (i) Developing a scheme to solve this equation numerically using centered finite difference approximations in space and an explicit (i.e. forward Euler) discretization in time. Make sure to use centered finite difference approximations of the same accuracy in the governing equation and the boundary conditions. The spatial derivative boundary conditions will yield concentrations at ghost nodes that can be eliminated similarly to as shown in lecture notes. (ii) Developing a solver code to solve the governing equation. The solver should be a modular function with the appropriate inputs/outputs so that the problem could be solved for different parameters and/or forcing functions. (iii) Using your solver to solve the governing equation for k=0.15min?1,D=50m2/min, and U=2m/min for a tank of length of 50m. Assume that the inflow concentration is 100mg/m3 and that the initial concentration in the tank is zero. Use a spatial discretization of dx=1m and a time step that is 90% of the maximum value defined by the stability criteria. Perform the simulation from t=0 to 30min. (iv) Plotting the concentration vs. x at t=0,1,5,10,20,30, and 60min and the concentration leaving the tank (x=L) vs. t over the full simulation. Explain and discuss the results.