VISUAL SOLUTE TRANSPORT: A COMPUTER CODE FOR USE IN HYDROGEOLOGY CLASSES

Size: px
Start display at page:

Download "VISUAL SOLUTE TRANSPORT: A COMPUTER CODE FOR USE IN HYDROGEOLOGY CLASSES"

Transcription

1 VISUAL SOLUTE TRANSPORT: A COMPUTER CODE FOR USE IN HYDROGEOLOGY CLASSES Kathryn W. Thorbjarnarson Department of Geological Sciences, San Diego State University, 5500 Campanile Drive, San Diego, California 92182, thorbjar@geology.sdsu.edu Julie H. Inami Department of Geological Sciences, San Diego State University, 5500 Campanile Drive, San Diego, California Gary H. Girty Department of Geological Sciences, San Diego State University, 5500 Campanile Drive, San Diego, California 92182, ggirty@geology.sdsu.edu ABSTRACT Gaining an understanding of solute transport processes can be a time-consuming process due to useage of Fortran models. Senior undergraduate and beginning graduate students in hydrogeology classes are not always familiar with data file preparation and output graphing procedures. Assignments designed to point out important impacts of various transport processes can turn into many hours of preprocessing and postprocessing data with little time or energy for thought and evaluation. A stand-alone Visual Basic program, Visual Solute Transport, has been created for easy data input and graphing of one-dimensional diffusion and advection-dispersion with equilibrium sorption and decay models. Inquiry-based exercises for evaluation of advection-dispersion, dispersivity and sorption effects are included in the paper. Keywords: Education- geoscience; education- graduate; education-undergraduate; education- computer assisted; hydrogeology and hydrology INTRODUCTION Transport of dissolved contaminants is an important process in groundwater hydrogeology. Many geological science graduates work in the environmental field dealing with the assessment of groundwater contaminant plumes and predictions of the plume s transport. This topic is generally taught in senior-level and graduate-level hydrogeology courses. One-dimensional analytical solutions of the governing equations are typically used to predict solute concentrations and to demonstrate the impact of various transport parameters. Available computer codes are either DOS-based or expensive (ODAST, AT123, CXTFIT, ONE-D described at International Ground Water Modeling Center website: DOS-based programs generally require knowledge of Fortran formatting. The calculated solute concentrations must subsequently be imported into a graphics program for visualization. Students can spend a considerable amount of time in the busywork of data preparation and graphics. This results in less time available for evaluating the impacts and importance of solute transport processes. We have constructed a stand-alone Visual Basic 6 program which allows for data input, calculation and graphing of one-dimensional solute concentrations over time or distance. The program, Visual Solute Transport (VST), also calculates statistical moments (area, mean and variance) of pulse curves which can be used to evalute the impact of each solute transport process. The code can be downloaded from and requires a Windows version 95/98 or higher operating system. We will briefly review solute transport theory and describe the one-dimensional models included in VST. We will then present inquiry-based exercises that delineate the impacts of various solute transport processes. SOLUTE TRANSPORT Advection, dispersion, equilibrium sorption, and transformation can control the transport of solutes. These processes are described in detail in many textbooks (Domenico and Schwartz, 1998; Fetter, 1999). A brief description of the processes, governing equations, analytical solutions and their incorporation in VST follows. In all aqueous environments, diffusion of solutes will occur in the presence of concentration gradients. Fick s second law governs the change in concentration with time (t) and distance (x): C = D t eff 2 C 2 where, C = solute concentration [M/L 3 ], and D eff = effective diffusion coefficient [L 2 /T] The effective diffusion coefficient is generally estimated by: D eff =wd where, D = aqueous molecular diffusion coefficient [L 2 /T], and w = tortuosity factor [unitless] The empirical tortuosity factor accounts for the slower diffusion of solutes through the tortuous pore pathways of a porous medium (w < 1, usually 0.7 for sands). The governing equation for diffusion can be solved given initial and boundary conditions. For a constant Thorbjarnarson, Inami, and Girty - Visual Solute Transport 287

2 Your environmental consulting firm is given the task of selecting sites for prospective landfills. For all the geological materials listed below and given the scenario of the landfill leaking for 10 years at a concentration of 100 mg/l, you must estimate the location, size and maximum concentration of a contaminant plume at 12 years, 25 years and 50 years after the leaking started. Assume the sand aquifer has a hydraulic conductivity of 1,000 m/yr, an effective porosity of 0.35, a hydraulic gradient of 0.001, a longitudinal dispersivity of 1 m and no sorption or transformation. Use the C vs. X graphing option. How does the contaminant plume change with time due to advection and dispersion? Parameter 12 Years 25 Years 50 Years Pore-water velocity (m/d) a Dispersion Coefficient (m 2 /d) a Approximate X distance of Plume Midpoint (m) b Plume Lenght (m) b Maximum Concentration (mg/l) b Table 1. Advection-Dispersion Exercise. a calculated, b Measured off VST graphs or by viewing C vs x data using the View Current Data under the File menu. source concentration, C o, at the x = 0 boundary and initial conditions of zero concentration (Crank, 1956): C( x, t)= C erfc 0 2 x Deff t where, erfc = complementary error function Calculations of C for various values of x and t provide data sets to visualize either: 1) the concentration over time at a distance, x from the source or 2) the concentration over distance at a given time, t. VST provides a Graphical User Interface (GUI) for input of C o,d eff and either 1) distance to be plotted, initial time, final time, number of time steps or 2) time to be plotted, initial and final distance, number of distance steps. A graph can be quickly created and printed from the VST interface. In flowing groundwater, all solutes will be affected by advection and mechanical dispersion. In onedimensional models, the advection of solutes due to water movement is characterized by the mean pore-water velocity: v = Kdh θ dx where, v = mean pore-water velocity [L/T], K = hydraulic conductivity [L/T], q = effective porosity [unitless], and dh/dx = hydraulic gradient [unitless]. Because all solute molecules will not be moving at this mean pore-water velocity, mechanical dispersion will occur due to the slower/faster velocities encountered. The longitudinal dispersion or spreading of the solute in the direction of flow is characterized by the mechanical dispersion coefficient, D m : D m =a x v where, a x = empirical longitudinal dispersivity [L], and v = mean pore-water velocity [L/T] The spreading effects of diffusion and dispersion are usually lumped together into the hydrodynamic dispersion coefficient (D H ): D H =D m +D eff =a x v+wd Some solutes will sorb onto and off of solids during transport. The adsorption onto solids and subsequent desorption off of solids results in a slowing of the solute transport referred to as retardation. Equilibrium sorption assumes instantaneous adsorption and desorption and is characterized by the retardation factor, R: R= 1+ ρ Kd θ where, r b = bulk density [M/L 3 ]=(1-q)r s with r s = aquifer sediment density [M/L 3 ], and K d = sorption distribution or partition coefficient [L 3 /M]. For hydrophobic organic solutes, sorption occurs due to interactions with natural organic carbon on the solids. For sediments with organic carbon fractions greater than 0.01, the sorption partition coefficient has been approximated by (Karickhoff et al., 1979): b K d =f oc K oc where, f oc = fraction of organic carbon on solids [-], K oc = organic carbon partition coefficient [L 3 /M], estimated values for many solutes can be found in reference books (Montgomery and Welkom, 1990). Transformation or decay can influence the solute transport of certain solutes. Many of the transformation 288 Journal of Geoscience Education, v. 50, n. 3, May, 2002, p

3 Figure 1. VST graph produced from Advection-Dispersion Exercise showing impacts of advection and dispersion on solute plume cross-sections (spatial graph) Input parameters for simulations are v = 2.9 m/ry, D = 2.9 m 2 /yr, R = 1, k = 0, Co = 100 mg/l, To = 10 yr and T values are listed on graphs. processes are characterized by an exponential function and a first-order decay rate constant: k = t Where, k = first-order rate constant [1/T], and t 1/2 = half-life of solute [T]. The governing equation for one-dimensional advection-dispersion with equilibrium sorption and first-order decay is: R C t 12 / v C 2 C = + DH 2 krc An approximate analytical solution to this equation given the initial condition of zero concentration and a defined input concentration flux can be found in Javandel et al. (1984) and at the edu/visualsolutetransport web site. The solution is used in VST for the one-dimensional advection-dispersion model. The input concentration can be a constant value, C o, over a time interval, T o,or can exponentially decay from an initial C o value over the time interval, T o, controlled by a source decay factor. The VST interface for this model allows for easy input of the required parameters. A Parameter Help menu aids the student in finding appropriate ranges and/or calculates the parameter. Error trapping in the program prohibits students from entering out-of-range parameters. Figure 2. VST graph produced from Dispersivity Exercise showing impacts of varing longitudinal dispersivity on dispersion coefficients and solute plumes at T=50yrs. D values used are listed in Table 2. All other input parameters are the same as in the Advection-Dispersion Exercise. The graphing of multiple scenarios allows for evalution of impacts of transport processes in inquiry-based exercises. VST currently includes one-dimensional diffusion and advection-dispersion modeling capabilities. Numerous class exercises are possible highlighting diffusion, advection-dispersion, dispersivity, sorption and transformation. For a given scenario, VST can be used to create either a concentration vs. distance graph at a specific time, T, or a concentration vs. time graph at a specific distance downgradient from the contaminant source, X. Concentration vs. distance graphs are representative of cross-sectional slices through the longitudinal centerline of the groundwater plume at that time. Concentration vs. time graphs are representative of the concentration history found by sampling a well at distance X from the contaminant source. We will present example exercises for assessing groundwater plume cross-sections affected by advection-dispersion and/or sorption in this paper. ADVECTION-DISPERSION EXERCISES In this inquiry-based exercise, students calculate model input parameters from given aquifer characteristics and simulate a contaminant plume over time (Table 1). Students are asked to describe changes in the plume with time and can read the plume midpoint, length and maximum concentration off the VST graph (Figure 1). The important impacts of movement of the plume center through advection and increased dispersion with increasing time and distance can be seen qualitatively in the graphs. Another important concept is that no mass Thorbjarnarson, Inami, and Girty - Visual Solute Transport 289

4 Figure 3. VST graph produced from Sorption-Retardation exercise showing impacts of varying retardation factors. Input parameters for simulations are v=10m/yr, D = 100 m 2 /yr,k=0,co = 100 mg/l, To = 10 yr, T=50yrandRvalues are listed on the graph. loss occurs during transport by advection and dispersion. Qualitatively, the area under the curves appears the same. Thus, dispersion is an important process in diluting plume concentrations but due to conservation of mass, this is at the cost of increased plume length. DISPERSIVITY EXERCISE The extent of dispersion is a function of the empirical dispersivity constant. The term constant is a misnomer as dispersivity has been found to be scale dependent. Tracer tests measuring dispersivities using laboratory columns or small-scale field experiments find low values for dispersivity ( to 1 m). Large-scale field experiments find larger values for longitudinal dispersivity (1 m to 100 m) with dispersivities increasing with increased distance travelled to possible asymptotic values (Gelhar, 1986; Fetter, 1999). Further complicating matters is the monitoring well scale with point samplers measuring lower values of dispersivity in comparison to long-screened wells under assumptions of homogeneous conditions (Thorbjarnarson et al., 1997). To illustrate the impacts of dispersivity and the consequences of incorrect estimates, an inquiry-based exercise requires the students to vary dispersivity over 3 orders of magnitude and evaluate changes in the predicted contaminant plume (Table 2). The lower concentrations and longer plume lengths resulting from higher dispersivities can be seen in Figure 2. Utilizing a high dispersivity for predicting solute transport at small scales will drastically underestimate solute concentrations and overestimate transport distance. SORPTION AND RETARDATION EXERCISE Equilibrium sorption slows or retards the advection of a solute. The apparent velocity of a sorbing solute will be lower than the pore-water velocity. In this inquirybased exercise, students calculate retardation factors and apparent velocities of two sorbing compounds (Table 3). Plume midpoints, lengths and maximum concentrations are read off the student s VST simulation graph (Figure 3). Decreased distances traveled over the same time for compounds with higher retardation factors are clearly seen (Figure 3). Lower maximum concentrations The regulators have reviewed your report from the Advection-Dispersion Exercise and question your estimate of the longitudinal dispersivity. You must simulate the contaminant plume produced by the landfill leaking for 10 years at a concentration of 100 mg/l. Estimate the location, size and maximum concentration of a contaminant plume at 50 years after the leaking started. Assume a hydraulic gradient of 0.001, a range of longitudinal dispersivities of 1 m, 10 m and 100 m and no sorption or transformation. Use the C vs x graphing option. What effects do increased dispersivity values have on your contaminant plumes? Parameter Dispersivity of 1 m Dispersivity of 10 m Dispersivity of 100 m Pore-water velocity (m/d) a Dispersion Coefficient (m 2 /d) a Approximate x Distance of Plume Midpoint (m) b Plume Lenght (m) b >500 Maximum Concentration (mg/l) b Table 2. Dispersivity Exercise. a calculated, b Values read off VST graph or from C vs x data viewed using View Current Data option under the File menu. 290 Journal of Geoscience Education, v. 50, n. 3, May, 2002, p

5 Chloride, trichloroethene (TCE) and napthalene have all been released from an industrial source at concentrations of 10 mg/l for 10 years. Your firm has been hired to simulate the solute transport of these 3 chemicals. Aquifer parameters are:v=10m/yr, D = 100 m 2 /yr, porosity = 0.28, fraction organic carbon = 0.005, and quartz sediment density = 2.65 g/cm 3. Physical properties of these three chemical s are listed below. Using this information, characterize each chemical s groundwater plume position, length and maximum concentration at 50 years after the source started leaking. How does sorption affect a plume? Why are aqueous concentrations lower in a sorbing chemical? Parameter Chloride TCE Napthalene Log Koc Kd (cm 3 /g) a Bulk density (g/cm 3 ) a R a Apparent velocity (m/yr) Approximate x Distance of Plume Midpoint (m) b Plume Length (m) b Maximum Concentration (mg/l) b Table 3. Sorption and Retardation Exercise. a calculated, b values read of VST graph or from C vs x data viewed using View Current Data option under the File menu. Bold Log Koc values are given. for higher retardation factors are also apparent (Table 3 and Figure 3). This exercise could be extended to include an examination of the areas under the curve. As equilibrium sorption includes adsorption and subsequent desorption, there is no net mass loss as the solute plume moves through the porous medium. In the spatial graphs of compounds with the same source conditions (T o,c o ), a decrease in the area under the curve with increased retardation can be seen (Figure 3). The decreased areas result from a portion of the mass being sorbed within a plume at any given time. The area under the solute curve in the spatial graphs is a function of the aqueous mass (nonsorbed). The mass fraction in the aqueous phase is 1/R and the mass fraction in the sorbed state is [1 1/R]. This mass is not irreversibly sorbed but will eventually desorb and move downgradient with the plume. Areas under temporal graphs (C vs t) with the same source conditions (C o,t o ) will all be the same irregardless of R value. This result shows that all mass injected eventually passes the monitoring point. For remediation studies, the total mass in existing contaminant plumes is estimated by monitoring well aqueous concentrations and estimated plume volumes (Mass = C x Volume). However, this calculation only accounts for the aqueous mass in sorbing contaminant plumes. If sorption occurs, these estimates must be multiplied by R to obtain the total mass (aqueous and sorbed). To illustrate the ramifications of neglecting sorbed mass in a contaminant plume, half of the mass would not be accounted for in a remediation system with R of 2. CONCLUSIONS Illustration of the impacts of various solute transport processes is made simple by graphing multiple scenarios in the VST program. Students can quickly and easily generate these graphs in the Windows-based graphical interface. Modeling scenarios designed to illustrate the impacts of advection, dispersion, and sorption have been presented. Additional exercises and description of higher level model calculations (moment analysis) are on the model website visualsolutetransport. The compressed 2.8 Mb program files must be uncompressed and installed on systems with Windows 95/98 or higher version operating systems. REFERENCES Crank, J, 1956, The Mathematics of Diffusion, New York, Oxford University Press, 616 p. Domenico, P.A. and F.W. Schwartz, 1998, Physical and Chemical Hydrogeology (2 nd ed.), New York, Wiley, 506 p. Fetter, C.W.,1999, Contaminant Hydrogeology, Upper Saddle River, N.J., Prentice-Hall, 500 p. Gelhar, L.W., 1986, Stochastic subsurface hydrology from theory to application, Water Resources Research, v. 22, p. 135S-145S. Javandel, I., C. Doughty and C.E. Tsang, 1984, Groundwater Transport: Handbook of Mathematical Models, Washington, D.C., American Geophysical Union, 228 p. Karickhoff, S.W., D.S. Brown and T.A. Scott, 1979, Sorption of hydrophobic pollutants on natural sedimen, Water Research, v. 13, p Montgomery, J.H. and L.M. Welkom, 1990, Groundwater Chemicals Desk Reference, Chelsea, MI, Lewis Publ., 640 p. Thorbjarnarson, K.W. and D.M. Mackay, 1997, A field test of tracer transport and organic contaminant elution in a stratified aquifer at the Rocky Mountain Arsenal (Denver, Colorado, U.S.A.), Journal of Contaminant Hydrology, v. 24, p Thorbjarnarson, Inami, and Girty - Visual Solute Transport 291

RADIONUCLIDE DIFFUSION IN GEOLOGICAL MEDIA

RADIONUCLIDE DIFFUSION IN GEOLOGICAL MEDIA GEOPHYSICS RADIONUCLIDE DIFFUSION IN GEOLOGICAL MEDIA C. BUCUR 1, M. OLTEANU 1, M. PAVELESCU 2 1 Institute for Nuclear Research, Pitesti, Romania, crina.bucur@scn.ro 2 Academy of Scientists Bucharest,

More information

Chemical Hydrogeology

Chemical Hydrogeology Physical hydrogeology: study of movement and occurrence of groundwater Chemical hydrogeology: study of chemical constituents in groundwater Chemical Hydrogeology Relevant courses General geochemistry [Donahoe]

More information

RT3D Rate-Limited Sorption Reaction

RT3D Rate-Limited Sorption Reaction GMS TUTORIALS RT3D Rate-Limited Sorption Reaction This tutorial illustrates the steps involved in using GMS and RT3D to model sorption reactions under mass-transfer limited conditions. The flow model used

More information

Web-Based Interactive Simulation of Groundwater Pollutant Fate and Transport

Web-Based Interactive Simulation of Groundwater Pollutant Fate and Transport Web-Based Interactive Simulation of Groundwater Pollutant Fate and Transport ALBERT J. VALOCCHI, CHARLES J. WERTH Department of Civil and Environmental Engineering, University of Illinois at Urbana, Champaign,

More information

1D Verification Examples

1D Verification Examples 1 Introduction 1D Verification Examples Software verification involves comparing the numerical solution with an analytical solution. The objective of this example is to compare the results from CTRAN/W

More information

DNAPL migration through interbedded clay-sand sequences

DNAPL migration through interbedded clay-sand sequences Groundwater Quality: Natural and Enhanced Restoration of Groundwater Pollution (Proceedings ofthe Groundwater Quality 2001 Conference held al Sheffield. UK. June 2001). IAHS Publ. no. 275. 2002. 455 DNAPL

More information

M. Okonska 1, M. Marciniak 1, M. Kaczmarek 2 & K. Kazimierska-Drobny 2. Abstract

M. Okonska 1, M. Marciniak 1, M. Kaczmarek 2 & K. Kazimierska-Drobny 2. Abstract Water Resources Management V 471 Identification of filtration and migration parameters in the MATLAB calculation environment using numerical simulation of breakthrough curve and optimization methods M.

More information

11280 Electrical Resistivity Tomography Time-lapse Monitoring of Three-dimensional Synthetic Tracer Test Experiments

11280 Electrical Resistivity Tomography Time-lapse Monitoring of Three-dimensional Synthetic Tracer Test Experiments 11280 Electrical Resistivity Tomography Time-lapse Monitoring of Three-dimensional Synthetic Tracer Test Experiments M. Camporese (University of Padova), G. Cassiani* (University of Padova), R. Deiana

More information

ABSTRACT INTRODUCTION

ABSTRACT INTRODUCTION Transport of contaminants from non-aqueous phase liquid pool dissolution in subsurface formations C.V. Chrysikopoulos Department of Civil Engineering, University of California, ABSTRACT The transient contaminant

More information

GMS 8.0 Tutorial MT3DMS Advanced Transport MT3DMS dispersion, sorption, and dual domain options

GMS 8.0 Tutorial MT3DMS Advanced Transport MT3DMS dispersion, sorption, and dual domain options v. 8.0 GMS 8.0 Tutorial MT3DMS dispersion, sorption, and dual domain options Objectives Learn about the dispersion, sorption, and dual domain options in MT3DMS Prerequisite Tutorials None Required Components

More information

Code-to-Code Benchmarking of the PORFLOW and GoldSim Contaminant Transport Models using a Simple 1-D Domain

Code-to-Code Benchmarking of the PORFLOW and GoldSim Contaminant Transport Models using a Simple 1-D Domain Code-to-Code Benchmarking of the PORFLOW and GoldSim Contaminant Transport Models using a Simple 1-D Domain - 11191 Robert A. Hiergesell and Glenn A. Taylor Savannah River National Laboratory SRNS Bldg.

More information

EVALUATION OF CRITICAL FRACTURE SKIN POROSITY FOR CONTAMINANT MIGRATION IN FRACTURED FORMATIONS

EVALUATION OF CRITICAL FRACTURE SKIN POROSITY FOR CONTAMINANT MIGRATION IN FRACTURED FORMATIONS ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology An ISO 3297: 2007 Certified Organization, Volume 2, Special Issue

More information

Computational modelling of reactive transport in hydrogeological systems

Computational modelling of reactive transport in hydrogeological systems Water Resources Management III 239 Computational modelling of reactive transport in hydrogeological systems N. J. Kiani, M. K. Patel & C.-H. Lai School of Computing and Mathematical Sciences, University

More information

Lecture 16 Groundwater:

Lecture 16 Groundwater: Reading: Ch 6 Lecture 16 Groundwater: Today 1. Groundwater basics 2. inert tracers/dispersion 3. non-inert chemicals in the subsurface generic 4. non-inert chemicals in the subsurface inorganic ions Next

More information

Appendix B Plume Length Algorithm

Appendix B Plume Length Algorithm UCRL-AR-133361 Appendix B Plume Length Algorithm Appendix B Plume Length Algorithm Plume length is the primary plume metric of interest in this study because it reflects the potential of the contaminant

More information

Department of Ocean Engineering, Indian Institute of Technology-Madras, Chennai , India. *Corresponding author.

Department of Ocean Engineering, Indian Institute of Technology-Madras, Chennai , India. *Corresponding author. J. Earth Syst. Sci. (2018) 127:53 c Indian Academy of Sciences https://doi.org/10.1007/s12040-018-0950-3 Interaction of dissolution, sorption and biodegradation on transport of BTEX in a saturated groundwater

More information

SAFETY ASSESSMENT CODES FOR THE NEAR-SURFACE DISPOSAL OF LOW AND INTERMEDIATE-LEVEL RADIOACTIVE WASTE WITH THE COMPARTMENT MODEL: SAGE AND VR-KHNP

SAFETY ASSESSMENT CODES FOR THE NEAR-SURFACE DISPOSAL OF LOW AND INTERMEDIATE-LEVEL RADIOACTIVE WASTE WITH THE COMPARTMENT MODEL: SAGE AND VR-KHNP SAFETY ASSESSMENT CODES FOR THE NEAR-SURFACE DISPOSAL OF LOW AND INTERMEDIATE-LEVEL RADIOACTIVE WASTE WITH THE COMPARTMENT MODEL: SAGE AND VR-KHNP J. B. Park, J. W. Park, C. L. Kim, M. J. Song Korea Hydro

More information

The distortion observed in the bottom channel of Figure 1 can be predicted from the full transport equation, C t + u C. y D C. z, (1) x D C.

The distortion observed in the bottom channel of Figure 1 can be predicted from the full transport equation, C t + u C. y D C. z, (1) x D C. 1 8. Shear Dispersion. The transport models and concentration field solutions developed in previous sections assume that currents are spatially uniform, i.e. u f(,y,). However, spatial gradients of velocity,

More information

Rhodamine WT as a reactive tracer: laboratory study and field consequences

Rhodamine WT as a reactive tracer: laboratory study and field consequences Tracers and Modelling in Hydrogeology (Proceedings of the TraM'2000 Conference held at Liege, Belgium, May 2000). IAHS Publ. no. 262, 2000. 201 Rhodamine WT as a reactive tracer: laboratory study and field

More information

Pollution. Elixir Pollution 97 (2016)

Pollution. Elixir Pollution 97 (2016) 42253 Available online at www.elixirpublishers.com (Elixir International Journal) Pollution Elixir Pollution 97 (2016) 42253-42257 Analytical Solution of Temporally Dispersion of Solute through Semi- Infinite

More information

Numerical Solution of the Two-Dimensional Time-Dependent Transport Equation. Khaled Ismail Hamza 1 EXTENDED ABSTRACT

Numerical Solution of the Two-Dimensional Time-Dependent Transport Equation. Khaled Ismail Hamza 1 EXTENDED ABSTRACT Second International Conference on Saltwater Intrusion and Coastal Aquifers Monitoring, Modeling, and Management. Mérida, México, March 3-April 2 Numerical Solution of the Two-Dimensional Time-Dependent

More information

Application of the random walk method to simulate the transport of kinetically adsorbing solutes

Application of the random walk method to simulate the transport of kinetically adsorbing solutes Groundwater Contamination (Proceedings of the Symposium held during the Third IAHS Scientific Assembly, Baltimore, MD, May 1989), IAHS Publ. no. 185, 1989 Application of the random walk method to simulate

More information

Evaluation of hydrodynamic dispersion parameters in fractured rocks

Evaluation of hydrodynamic dispersion parameters in fractured rocks Journal of Rock Mechanics and Geotechnical Engineering. 2010, 2 (3): 243 254 Evaluation of hydrodynamic dispersion parameters in fractured rocks Zhihong Zhao 1, anru Jing 1, Ivars Neretnieks 2 1 Department

More information

v. 8.0 GMS 8.0 Tutorial RT3D Double Monod Model Prerequisite Tutorials None Time minutes Required Components Grid MODFLOW RT3D

v. 8.0 GMS 8.0 Tutorial RT3D Double Monod Model Prerequisite Tutorials None Time minutes Required Components Grid MODFLOW RT3D v. 8.0 GMS 8.0 Tutorial Objectives Use GMS and RT3D to model the reaction between an electron donor and an electron acceptor, mediated by an actively growing microbial population that exists in both soil

More information

NATURAL ZEOLITE AS A PERMEABLE REACTIVE BARRIER

NATURAL ZEOLITE AS A PERMEABLE REACTIVE BARRIER NATURAL ZEOLITE AS A PERMEABLE REACTIVE BARRIER PREDICTION OF LEAD CONCENTRATION PROFILE THROUGH ZEOLITE BARRIER N. Vukojević Medvidović, J. Perić, M. Trgo, M. Ugrina, I. Nuić University of Split, Faculty

More information

RT3D Double Monod Model

RT3D Double Monod Model GMS 7.0 TUTORIALS RT3D Double Monod Model 1 Introduction This tutorial illustrates the steps involved in using GMS and RT3D to model the reaction between an electron donor and an electron acceptor, mediated

More information

RT3D Double Monod Model

RT3D Double Monod Model GMS TUTORIALS RT3D Double Monod Model This tutorial illustrates the steps involved in using GMS and RT3D to model the reaction between an electron donor and an electron acceptor, mediated by an actively

More information

v GMS 10.4 Tutorial RT3D Double-Monod Model Prerequisite Tutorials RT3D Instantaneous Aerobic Degradation Time minutes

v GMS 10.4 Tutorial RT3D Double-Monod Model Prerequisite Tutorials RT3D Instantaneous Aerobic Degradation Time minutes v. 10.4 GMS 10.4 Tutorial RT3D Double-Monod Model Objectives Use GMS and RT3D to model the reaction between an electron donor and an electron acceptor, mediated by an actively growing microbial population

More information

Assessing the Tier 2 Trigger for Fractured Sedimentary Bedrock Sites

Assessing the Tier 2 Trigger for Fractured Sedimentary Bedrock Sites Assessing the Tier 2 Trigger for Fractured Sedimentary Bedrock Sites Ken Lyon, Jennifer Arnold, Louise Burden Advisian WorleyParsons Group RemTech 2015, October 16, Banff, AB INTRODUCTION High level look

More information

Hydrogeochemical Tracers in Groundwater. Marcie Schabert, Tom Kotzer SRK Consulting SMA Environmental Forum October, 2018

Hydrogeochemical Tracers in Groundwater. Marcie Schabert, Tom Kotzer SRK Consulting SMA Environmental Forum October, 2018 Hydrogeochemical Tracers in Groundwater Marcie Schabert, Tom Kotzer SRK Consulting SMA Environmental Forum October, 2018 What is a Tracer? Used for Pathways: track water movement through a system Identify:

More information

Relevance of Intra-Particle Diffusion in Modelling Hydrocarbon Transport through Dual-Porosity Porous Media in the Absence and Presence of Particles

Relevance of Intra-Particle Diffusion in Modelling Hydrocarbon Transport through Dual-Porosity Porous Media in the Absence and Presence of Particles Relevance of Intra-Particle Diffusion in Modelling Hydrocarbon Transport through Dual-Porosity Porous Media in the Absence and Presence of Particles Dr. Stephane Ngueleu, Prof. Peter Grathwohl, Prof. Olaf

More information

CHAPTER 11: CHROMATOGRAPHY FROM A MOLECULAR VIEWPOINT

CHAPTER 11: CHROMATOGRAPHY FROM A MOLECULAR VIEWPOINT CHAPTER 11: CHROMATOGRAPHY FROM A MOLECULAR VIEWPOINT Contrasting approaches 1. bulk transport (e.g., c c = W ) t x + D c x goal: track concentration changes advantage: mathematical rigor (for simple models).

More information

TEMPORALLY DEPENDENT DISPERSION THROUGH SEMI-INFINITE HOMOGENEOUS POROUS MEDIA: AN ANALYTICAL SOLUTION

TEMPORALLY DEPENDENT DISPERSION THROUGH SEMI-INFINITE HOMOGENEOUS POROUS MEDIA: AN ANALYTICAL SOLUTION IJRRAS 6 () February www.arpapress.com/volumes/vol6issue/ijrras_6 5.pdf TEMPORALLY EPENENT ISPERSION THROUGH SEMI-INFINITE HOMOGENEOUS POROUS MEIA: AN ANALYTICAL SOLUTION R.R.Yadav, ilip Kumar Jaiswal,

More information

Safety assessment for disposal of hazardous waste in abandoned underground mines

Safety assessment for disposal of hazardous waste in abandoned underground mines Safety assessment for disposal of hazardous waste in abandoned underground mines A. Peratta & V. Popov Wessex Institute of Technology, Southampton, UK Abstract Disposal of hazardous chemical waste in abandoned

More information

On using the equivalent conductivity to characterize solute spreading in environments with low-permeability lenses

On using the equivalent conductivity to characterize solute spreading in environments with low-permeability lenses WATER RESOURCES RESEARCH, VOL. 38, NO. 8, 1132, 10.1029/2001WR000528, 2002 On using the equivalent conductivity to characterize solute spreading in environments with low-permeability lenses Andrew J. Guswa

More information

SAMPLE CHAPTERS UNESCO EOLSS ENVIRONMENTAL GEOCHEMISTRY. Peggy A. O Day Arizona State University, Tempe, AZ, USA

SAMPLE CHAPTERS UNESCO EOLSS ENVIRONMENTAL GEOCHEMISTRY. Peggy A. O Day Arizona State University, Tempe, AZ, USA ENVIRONMENTAL GEOCHEMISTRY Peggy A. O Day Arizona State University, Tempe, AZ, USA Keywords: environmental geochemistry, time and space scales, chemical principles, equilibrium thermodynamics. Kinetics

More information

Measure-Theoretic parameter estimation and prediction for contaminant transport and coastal ocean modeling

Measure-Theoretic parameter estimation and prediction for contaminant transport and coastal ocean modeling Measure-Theoretic parameter estimation and prediction for contaminant transport and coastal ocean modeling Steven Mattis and Lindley Graham RMSWUQ 2015 July 17, 2015 Collaborators 2/45 The University of

More information

The Concept of Block-Effective Macrodispersion for Numerical Modeling of Contaminant Transport. Yoram Rubin

The Concept of Block-Effective Macrodispersion for Numerical Modeling of Contaminant Transport. Yoram Rubin The Concept of Block-Effective Macrodispersion for Numerical Modeling of Contaminant Transport Yoram Rubin University of California at Berkeley Thanks to Alberto Bellin and Alison Lawrence Background Upscaling

More information

Laboratory Investigation of Transport and Treatment of Chromium in Groundwater at Liwa district, Abu Dhabi

Laboratory Investigation of Transport and Treatment of Chromium in Groundwater at Liwa district, Abu Dhabi Laboratory Investigation of Transport and Treatment of Chromium in Groundwater at Liwa district, Abu Dhabi Wali Al-Rahman 1, Munjed Maraqa 2 1 Department of Chemical and Petroleum Engineering, U.A.E. University,

More information

O.R. Jimoh, M.Tech. Department of Mathematics/Statistics, Federal University of Technology, PMB 65, Minna, Niger State, Nigeria.

O.R. Jimoh, M.Tech. Department of Mathematics/Statistics, Federal University of Technology, PMB 65, Minna, Niger State, Nigeria. Comparative Analysis of a Non-Reactive Contaminant Flow Problem for Constant Initial Concentration in Two Dimensions by Homotopy-Perturbation and Variational Iteration Methods OR Jimoh, MTech Department

More information

CHARACTERIZATION OF HETEROGENEITIES AT THE CORE-SCALE USING THE EQUIVALENT STRATIFIED POROUS MEDIUM APPROACH

CHARACTERIZATION OF HETEROGENEITIES AT THE CORE-SCALE USING THE EQUIVALENT STRATIFIED POROUS MEDIUM APPROACH SCA006-49 /6 CHARACTERIZATION OF HETEROGENEITIES AT THE CORE-SCALE USING THE EQUIVALENT STRATIFIED POROUS MEDIUM APPROACH Mostafa FOURAR LEMTA Ecole des Mines de Nancy, Parc de Saurupt, 54 04 Nancy, France

More information

1.72, Groundwater Hydrology Prof. Charles Harvey Lecture Packet #11: Solute Transport in Groundwater

1.72, Groundwater Hydrology Prof. Charles Harvey Lecture Packet #11: Solute Transport in Groundwater 1.72, Groundwater Hydrology Prof. harles Harvey Leture Paket #11: Solute Transport in Groundwater Importane of Solute Transport in Groundwater Geologi questions: ion migration, ore deposition. Environmental

More information

Pesticide sorption and diffusion in natural clay loam aggregates

Pesticide sorption and diffusion in natural clay loam aggregates Pesticide sorption and diffusion in natural clay loam aggregates Wendy van Beinum, Sabine Beulke, Colin Brown Cranfield University, Silsoe Central Science Laboratory, York Funded by BBSRC Time-dependent

More information

Second-Order Linear ODEs (Textbook, Chap 2)

Second-Order Linear ODEs (Textbook, Chap 2) Second-Order Linear ODEs (Textbook, Chap ) Motivation Recall from notes, pp. 58-59, the second example of a DE that we introduced there. d φ 1 1 φ = φ 0 dx λ λ Q w ' (a1) This equation represents conservation

More information

A Short Course in Contaminated Fractured Rock Hydrogeology and Geophysics

A Short Course in Contaminated Fractured Rock Hydrogeology and Geophysics A Short Course in Contaminated Fractured Rock Hydrogeology and Geophysics An Eight Hour Geophysics Course Offered Through the Environmental Professionals' Organization of Connecticut Date: Nov 19, Nov

More information

EXPERIENCES FROM THE SOURCE-TERM ANALYSIS OF A LOW AND INTERMEDIATE LEVEL RADWASTE DISPOSAL FACILITY

EXPERIENCES FROM THE SOURCE-TERM ANALYSIS OF A LOW AND INTERMEDIATE LEVEL RADWASTE DISPOSAL FACILITY EXPERIENCES FROM THE SOURCE-TERM ANALYSIS OF A LOW AND INTERMEDIATE LEVEL RADWASTE DISPOSAL FACILITY Jin Beak Park, Joo-Wan Park, Eun-Young Lee and Chang-Lak Kim Korea Hydro & Nuclear Power Co., Ltd. (KHNP)

More information

The Role of Dispersion in Radionuclide Transport - Data and Modeling Requirements

The Role of Dispersion in Radionuclide Transport - Data and Modeling Requirements S-N/99205-003 Shaw/13052-200 The Role of Dispersion in Radionuclide Transport - Data and Modeling Requirements Revision No.: 1 February 2004 Prepared for U.S. Department of Energy under Contract No. DE-AC52-03NA99205

More information

POINT SOURCES OF POLLUTION: LOCAL EFFECTS AND IT S CONTROL Vol. II - Contaminant Fate and Transport Process - Xi Yang and Gang Yu

POINT SOURCES OF POLLUTION: LOCAL EFFECTS AND IT S CONTROL Vol. II - Contaminant Fate and Transport Process - Xi Yang and Gang Yu CONTAMINANT FATE AND TRANSPORT PROCESS Xi Yang and Gang Yu Department of Environmental Sciences and Engineering, Tsinghua University, Beijing, P. R. China Keywords: chemical fate, physical transport, chemical

More information

February 22, 2011 Picatinny Team Meeting Edison, New Jersey

February 22, 2011 Picatinny Team Meeting Edison, New Jersey February 22, 2011 Picatinny Team Meeting Edison, New Jersey Updated Groundwater Model and Remedies Mid-Valley Groundwater (PICA 204) February 22, 2011 Imagine the result Review of 2009 2010 Field Program

More information

RATE OF FLUID FLOW THROUGH POROUS MEDIA

RATE OF FLUID FLOW THROUGH POROUS MEDIA RATE OF FLUID FLOW THROUGH POROUS MEDIA Submitted by Xu Ming Xin Kiong Min Yi Kimberly Yip Juen Chen Nicole A project presented to the Singapore Mathematical Society Essay Competition 2013 1 Abstract Fluid

More information

Comparison of Heat and Mass Transport at the Micro-Scale

Comparison of Heat and Mass Transport at the Micro-Scale Comparison of Heat and Mass Transport at the Micro-Scale E. Holzbecher, S. Oehlmann Georg-August Univ. Göttingen *Goldschmidtstr. 3, 37077 Göttingen, GERMANY, eholzbe@gwdg.de Abstract: Phenomena of heat

More information

Understanding Subsurface Fate & Transport

Understanding Subsurface Fate & Transport Back-to-Basics Part 1: Developing the CSM & Site Characterization Understanding Subsurface Fate & Transport Understanding Subsurface Fate & Transport Purpose: To provide an introduction to the basics of

More information

12. Lead, Pb (atomic no. 82)

12. Lead, Pb (atomic no. 82) 12. Lead, Pb (atomic no. 82) - Sources of Pb contamination include mining, metal processing, lead battery manufacturing, chemical and paint manufacturing, and lead wastes. -USEPA drinking water action

More information

slow velocity fast velocity

slow velocity fast velocity Hydrodynamic disersion Disersive transort of contaminants results from the heterogeneous distribution of water flow velocities within and between different soil ores (Figure 1, left). Disersion can be

More information

1.061 / 1.61 Transport Processes in the Environment

1.061 / 1.61 Transport Processes in the Environment MIT OpenCourseWare http://ocw.mit.edu 1.061 / 1.61 Transport Processes in the Environment Fall 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 6.

More information

WM 00 Conference, February 27 March 2, 2000, Tucson, AZ DIFFUSION COEFFICIENTS OF CRITICAL RADIONUCLIDES FROM RADIOACTIVE WASTE IN GEOLOGICAL MEDIUM

WM 00 Conference, February 27 March 2, 2000, Tucson, AZ DIFFUSION COEFFICIENTS OF CRITICAL RADIONUCLIDES FROM RADIOACTIVE WASTE IN GEOLOGICAL MEDIUM DIFFUSION COEFFICIENTS OF CRITICAL RADIONUCLIDES FROM RADIOACTIVE WASTE IN GEOLOGICAL MEDIUM ABSTRACT: C. Bucur, A.Popa, C. Arsene and M.Olteanu Institute for Nuclear Research, P.O. Box 78, 0300 Pitesti

More information

1906 Dilip kumar Jaiswal et al./ Elixir Pollution 31 (2011) Available online at (Elixir International Journal)

1906 Dilip kumar Jaiswal et al./ Elixir Pollution 31 (2011) Available online at   (Elixir International Journal) 196 Dilip kumar Jaiswal et al./ Eliir Pollution 31 (211) 196-191 ARTICLE INF O Article history: Received: 21 December 21; Received in revised form: 16 January 211; Accepted: 1 February 211; Keywords Advection,

More information

AP Calculus AB Syllabus

AP Calculus AB Syllabus Introduction AP Calculus AB Syllabus Our study of calculus, the mathematics of motion and change, is divided into two major branches differential and integral calculus. Differential calculus allows us

More information

Introduction to Chromatographic Separations (Chapter 1) Many determinations involve separation followed by analysis chromatography electrophoresis

Introduction to Chromatographic Separations (Chapter 1) Many determinations involve separation followed by analysis chromatography electrophoresis Introduction to Chromatographic Separations (Chapter 1) Many determinations involve separation followed by analysis chromatography electrophoresis Chromatography: sample transported by mobile phase electrostatic

More information

SOLUTE TRANSPORT IN HETEROGENEOUS POROUS MEDIA

SOLUTE TRANSPORT IN HETEROGENEOUS POROUS MEDIA SOLUTE TRANSPORT IN HETEROGENEOUS POROUS MEDIA by Xiaomin Zhao and M. Nafi Toksoz Earth Resources Laboratory Department of Earth, Atmospheric, and Planetary Sciences Massachusetts Institute of Technology

More information

Approximate Solution for Solute Transport during Spherical-Flow Push-Pull Tests

Approximate Solution for Solute Transport during Spherical-Flow Push-Pull Tests Technical Note/ Approximate Solution for Solute Transport during Spherical-Flow Push-Pull Tests by Martin H. Schroth 1 and Jonathan D. Istok 2 Abstract An approximate analytical solution to the advection-dispersion

More information

PlumeStop Technical Bulletin 3.1: Post Sorption Contaminant Biodegradation

PlumeStop Technical Bulletin 3.1: Post Sorption Contaminant Biodegradation Quick Reference: PlumeStop Technical Bulletin 3.1 Post Sorption Contaminant Biodegradation Post sorption contaminant biodegradation Net acceleration of contaminant biodegradation rate Background PlumeStop

More information

Numerical Hydraulics

Numerical Hydraulics ETHZ, Fall 017 Numerical Hydraulics Assignment 4 Numerical solution of 1D solute transport using Matlab http://www.bafg.de/ http://warholian.com Numerical Hydraulics Assignment 4 ETH 017 1 Introduction

More information

Molecular Diffusion Through a Porous Medium. Steve Cavnar, Marc Sehgal, Anthony Martus, and Abdullah Awamleh

Molecular Diffusion Through a Porous Medium. Steve Cavnar, Marc Sehgal, Anthony Martus, and Abdullah Awamleh Molecular Diffusion Through a Porous Medium Steve Cavnar, Marc Sehgal, Anthony Martus, and Abdullah Awamleh University of Michigan ChemE 342: Heat and Mass Transfer Introduction The demonstration and instruction

More information

Abstract. 1 Introduction

Abstract. 1 Introduction Correlations for mass transfer coefficients applicable to NAPL pool dissolution in subsurface formations C.V. Chrysikopoulos & T.-J. Kim Department of Civil and Environmental Engineering, University of

More information

International Research Journal of Engineering and Technology (IRJET) e-issn: Volume: 04 Issue: 09 Sep p-issn:

International Research Journal of Engineering and Technology (IRJET) e-issn: Volume: 04 Issue: 09 Sep p-issn: International Research Journal of Engineering and Technology (IRJET) e-issn: 395-56 Volume: 4 Issue: 9 Sep -7 www.irjet.net p-issn: 395-7 An analytical approach for one-dimensional advection-diffusion

More information

Turbulence is a ubiquitous phenomenon in environmental fluid mechanics that dramatically affects flow structure and mixing.

Turbulence is a ubiquitous phenomenon in environmental fluid mechanics that dramatically affects flow structure and mixing. Turbulence is a ubiquitous phenomenon in environmental fluid mechanics that dramatically affects flow structure and mixing. Thus, it is very important to form both a conceptual understanding and a quantitative

More information

Simple closed form formulas for predicting groundwater flow model uncertainty in complex, heterogeneous trending media

Simple closed form formulas for predicting groundwater flow model uncertainty in complex, heterogeneous trending media WATER RESOURCES RESEARCH, VOL. 4,, doi:0.029/2005wr00443, 2005 Simple closed form formulas for predicting groundwater flow model uncertainty in complex, heterogeneous trending media Chuen-Fa Ni and Shu-Guang

More information

Sorption of Contaminants from Solution: Terms & Principles

Sorption of Contaminants from Solution: Terms & Principles PlumeStop Technical Bulletin 2.1 Sorption of Contaminants from Solution: Terms & Principles Quick Reference: Basis of PlumeStop sorption PlumeStop sorption isotherms Significance as a remediation tool

More information

EPS 50 - Lab 10: Groundwater Flow and Glaciers

EPS 50 - Lab 10: Groundwater Flow and Glaciers Name: EPS 50 - Lab 10: Groundwater Flow and Glaciers Part 1: Groundwater Flow Part 2: Darcy s Law Part 3: Glacial Deposits and Flow -Chapter 17, p. 478-492: Hydrology of Groundwater -Chapter 17, p. 485-486:

More information

CHEMICAL EFFECTS OF GOETHITE COLLOID ON THE TRANSPORT OF URANIUM (VI) THROUGH A SATURATED QUARTZ-PACKED COLUMN

CHEMICAL EFFECTS OF GOETHITE COLLOID ON THE TRANSPORT OF URANIUM (VI) THROUGH A SATURATED QUARTZ-PACKED COLUMN IAEA-CN-78/8 CHEMICAL EFFECTS OF GOETHITE COLLOID ON THE TRANSPORT OF URANIUM (VI) THROUGH A SATURATED QUARTZ-PACKED COLUMN A.A. ZAKI, M.Y. KHALIL, M.E. NAGY, H.F. ALY Atomic Energy Authority, Hot Laboratory

More information

The Power of Spreadsheet Models. Mary P. Anderson 1, E. Scott Bair 2 ABSTRACT

The Power of Spreadsheet Models. Mary P. Anderson 1, E. Scott Bair 2 ABSTRACT MODFLOW 00 and Other Modeling Odysseys Proceedings, 00, International Ground Water Modeling Center, Colorado School of Mines, Golden, CO, p. 85-8 The Power of Spreadsheet Models Mary P. Anderson, E. Scott

More information

Modeling the Fate and Transport of Engineered Nanoparticles in Porous Media

Modeling the Fate and Transport of Engineered Nanoparticles in Porous Media Modeling the Fate and Transport of Engineered Nanoparticles in Porous Media Nadim Copty Institute of Environmental Sciences Bogazici University Istanbul, Turkey NM2PorousMedia, Dubrovnik, Croatia, Sept.

More information

Pressure Grouting of Fractured Bedrock to Control Acid Mine Drainage

Pressure Grouting of Fractured Bedrock to Control Acid Mine Drainage WATER RESOURCES AT RISK May 14-18, 1995 Denver American Institute of Hydrology Pressure Grouting of Fractured Bedrock to Control Acid Mine Drainage S. A. Effner, G. D. Vandersluis, and V. Straskraba Hydro-Geo

More information

7. Basics of Turbulent Flow Figure 1.

7. Basics of Turbulent Flow Figure 1. 1 7. Basics of Turbulent Flow Whether a flow is laminar or turbulent depends of the relative importance of fluid friction (viscosity) and flow inertia. The ratio of inertial to viscous forces is the Reynolds

More information

GLG 471; MICHIGAN STATE UNIVERSITY INSTRUCTOR R.L. VAN DAM PROJECT: ELECTRICAL RESISTIVITY

GLG 471; MICHIGAN STATE UNIVERSITY INSTRUCTOR R.L. VAN DAM PROJECT: ELECTRICAL RESISTIVITY GLG 471; MICHIGAN STATE UNIVERSITY INSTRUCTOR R.L. VAN DAM PROJECT: ELECTRICAL RESISTIVITY General information: This is a group (2-3 students) project requiring lab-, computer-, and fieldwork. Work will

More information

CVEN : Special Topics in Mixing and Transport Processes in the Environment

CVEN : Special Topics in Mixing and Transport Processes in the Environment CVEN 489-501: Special Topics in Mixing and Transport Processes in the Environment Engineering Lectures By Scott A. Socolofsky & Gerhard H. Jirka 5th Edition, 2005 Coastal and Ocean Engineering Division

More information

arxiv: v1 [physics.flu-dyn] 18 Mar 2018

arxiv: v1 [physics.flu-dyn] 18 Mar 2018 APS Persistent incomplete mixing in reactive flows Alexandre M. Tartakovsky 1 and David Barajas-Solano 1 1 Pacific Northwest National Laboratory, Richland, WA 99352, USA arxiv:1803.06693v1 [physics.flu-dyn]

More information

Summer Intern Project/Model at Stroud Water Research Center. Xiaojuan (Cathy) Yu

Summer Intern Project/Model at Stroud Water Research Center. Xiaojuan (Cathy) Yu Summer Intern Project/Model at Stroud Water Research Center Xiaojuan (Cathy) Yu If we knew what we were doing, it wouldn t be called Research. A. Einstein Outline Introducing OTIS Mathematical model in

More information

A new approach to account for fracture aperture variability when modeling solute transport in fracture networks

A new approach to account for fracture aperture variability when modeling solute transport in fracture networks WATER RESOURCES RESEARCH, VOL. 49, 2241 2252, doi:10.1002/wrcr.20130, 2013 A new approach to account for fracture aperture variability when modeling solute transport in fracture networks Martin Larsson,

More information

Diffusion - The Heat Equation

Diffusion - The Heat Equation Chapter 6 Diffusion - The Heat Equation 6.1 Goal Understand how to model a simple diffusion process and apply it to derive the heat equation in one dimension. We begin with the fundamental conservation

More information

An advective-dispersive stream tube approach for the transfer of conservative-tracer data to reactive transport

An advective-dispersive stream tube approach for the transfer of conservative-tracer data to reactive transport WATER RESOURCES RESEARCH, VOL. 36, NO. 5, PAGES 1209 1220, MAY 2000 An advective-dispersive stream tube approach for the transfer of conservative-tracer data to reactive transport Olaf A. Cirpka and Peter

More information

Identification of chemical reactions and their reaction rate coefficients with push-pull tests

Identification of chemical reactions and their reaction rate coefficients with push-pull tests 46 Calibration and Reliability in Groundwater Modelling: From Uncertainty to Decision Making (Proceedings of ModelCARE 2005, The Hague, The Netherlands, June 2005). IAHS Publ. 304, 2006. Identification

More information

Post Sorption Contaminant Biodegradation

Post Sorption Contaminant Biodegradation Quick Reference: PlumeStop Technical Bulletin 3.1 Post Sorption Contaminant Biodegradation Demonstration of post sorption contaminant biodegradation Net acceleration of contaminant biodegradation rate

More information

Physics of Aquatic Systems II

Physics of Aquatic Systems II Contents of Session 9 Physics of Aquatic Systems II 9. Model concepts Werner Aeschbach-Hertig Institute of Environmental Physics University of Heidelberg 1 Model concepts used to interpret tritium data

More information

FRACTURED ROCK Characterization and Remediation. Allan Horneman September 30, 2016

FRACTURED ROCK Characterization and Remediation. Allan Horneman September 30, 2016 FRACTURED ROCK Characterization and Remediation Allan Horneman September 30, 2016 Disclaimers and Notices The materials herein are intended to furnish viewers with a summary and overview of general information

More information

THE USE OF ORGANOCLAY IN MANAGING DISSOLVED ORGANIC CONTAMINANTS RELEVANT TO CONTAMINATED SEDIMENTS

THE USE OF ORGANOCLAY IN MANAGING DISSOLVED ORGANIC CONTAMINANTS RELEVANT TO CONTAMINATED SEDIMENTS THE USE OF ORGANOCLAY IN MANAGING DISSOLVED ORGANIC CONTAMINANTS RELEVANT TO CONTAMINATED SEDIMENTS Organoclay has great potential as a permeable adsorptive barrier in treating contaminated groundwater

More information

THE ESTIMATION OF THE RADIONUCLIDE TRANSPORT PARAMETERS USING THE CDE MODEL

THE ESTIMATION OF THE RADIONUCLIDE TRANSPORT PARAMETERS USING THE CDE MODEL Romanian Reports in Physics, Vol. 59, No. 4, P. 1193 104, 007 Dedicated to Prof. Dumitru Barbu Ion s 70th Anniversary THE ESTIMATION OF THE RADIONUCLIDE TRANSPORT PARAMETERS USING THE CDE MODEL C. BUCUR

More information

Lecture 5, Chemical Partitioning to Solids and Fugacity

Lecture 5, Chemical Partitioning to Solids and Fugacity Lecture 5, Chemical Partitioning to Solids and Fugacity Conrad (Dan) Volz, DrPH, MPH Bridgeside Point 100 Technology Drive Suite 564, BRIDG Pittsburgh, PA 15219-3130 office 412-648-8541: cell 724-316-5408:

More information

Particulate transport through heterogeneous porous media; numerical studies using finite element method

Particulate transport through heterogeneous porous media; numerical studies using finite element method Int. Jnl. of Multiphysics Volume 7 umber 3 3 45 Particulate transport through heterogeneous porous media; numerical studies using finite element method Marcel Ilie* Sat Tomsani, Com. Costestii din Vale,

More information

Impact of bentonite colloids on radionuclide transport in fractured systems results from field experiments and modelling

Impact of bentonite colloids on radionuclide transport in fractured systems results from field experiments and modelling Ulrich Noseck, Judith Flügge, Thorsten Schäfer Impact of bentonite colloids on radionuclide transport in fractured systems results from field experiments and modelling Role of colloids in the Safety Case

More information

Assessing Groundwater Vulnerability and Contaminant Pathways at MCAS Beaufort, SC

Assessing Groundwater Vulnerability and Contaminant Pathways at MCAS Beaufort, SC Assessing Groundwater Vulnerability and Contaminant Pathways at MCAS Beaufort, SC James M. Rine, John M. Shafer, Elzbieta Covington Abstract A project to assess the vulnerability of groundwater resources

More information

Analytical Chemistry

Analytical Chemistry Analytical Chemistry Chromatographic Separations KAM021 2016 Dr. A. Jesorka, 6112, aldo@chalmers.se Introduction to Chromatographic Separations Theory of Separations -Chromatography Terms Summary: Chromatography

More information

5. Boundary Exchange: Air-Water and Sediment-Water Interfaces

5. Boundary Exchange: Air-Water and Sediment-Water Interfaces 5. Boundary Exchange: Air-Water and Sediment-Water Interfaces In the previous chapter we introduced transformation and described both homogeneous and heterogeneous reactions. Now, we would like to look

More information

Chemical Reaction Engineering Prof. Jayant Modak Department of Chemical Engineering Indian Institute of Science, Bangalore

Chemical Reaction Engineering Prof. Jayant Modak Department of Chemical Engineering Indian Institute of Science, Bangalore Chemical Reaction Engineering Prof. Jayant Modak Department of Chemical Engineering Indian Institute of Science, Bangalore Lecture No. # 26 Problem solving : Heterogeneous reactions Friends, in last few

More information

Joint inversion of geophysical and hydrological data for improved subsurface characterization

Joint inversion of geophysical and hydrological data for improved subsurface characterization Joint inversion of geophysical and hydrological data for improved subsurface characterization Michael B. Kowalsky, Jinsong Chen and Susan S. Hubbard, Lawrence Berkeley National Lab., Berkeley, California,

More information

6. Continuous Release - Point Source

6. Continuous Release - Point Source 1 6. Continuous Release - Point Source A scalar released continuously into a moving fluid and from a discrete point will form a plume that grows in the lateral dimension through diffusion and extends downstream

More information

NUMERICAL SOLUTION OF TWO-REGION ADVECTION-DISPERSION TRANSPORT AND COMPARISON WITH ANALYTICAL SOLUTION ON EXAMPLE PROBLEMS

NUMERICAL SOLUTION OF TWO-REGION ADVECTION-DISPERSION TRANSPORT AND COMPARISON WITH ANALYTICAL SOLUTION ON EXAMPLE PROBLEMS Proceedings of ALGORITMY 2002 Conference on Scientific Computing, pp. 130 137 NUMERICAL SOLUTION OF TWO-REGION ADVECTION-DISPERSION TRANSPORT AND COMPARISON WITH ANALYTICAL SOLUTION ON EXAMPLE PROBLEMS

More information

Radionuclide Migration: Prediction Experience

Radionuclide Migration: Prediction Experience Radionuclide Migration: Prediction Experience V.V. Martianov, M.Yu. Sheglov, A.V. Guskov State Unitary Enterprise MosSIA Radon 2/14, 7th Rostovsky pereulok, Moscow 119121 Russia ABSTRACT Many different

More information