HP1 (HYDRUS-1D + PHREEQC) Additional HP1 Exercises. Waste and Disposal, SCK CEN, Mol, Belgium 2

Size: px
Start display at page:

Download "HP1 (HYDRUS-1D + PHREEQC) Additional HP1 Exercises. Waste and Disposal, SCK CEN, Mol, Belgium 2"

Transcription

1 HP1 (HYDRUS-1D + PHREEQC) Additional HP1 Exercises Diederik Jacques 1 and Jirka Šimůnek 2 1 Waste and Disposal, SCK CEN, Mol, Belgium 2 Department of Environmental Sciences, University of California, Riverside, USA Exercise I: Transient Flow and Cation Exchange Exercise II: Kinetic PCE Degradation Network Exercise III: U surface complexation Exercise IV: Horizontal Infiltration of Multiple Cations and Cation Exchange 1

2 2

3 HP1 Exercise Transient Flow and Cation Exchange This exercise simulates the leaching of Cd from an initially dry soil sample. The adsorption process of Cd is described as cation exchange with other cations (Jacques et al., 2008). This exercise illustrates: - the use of variables Total_O and Total_H as components in the inflowing water - the use of the PHREEQC.tmp file to prepare input for PHREEQC - recalculations of PHREEQC output variables to desired values Consider a dry loamy soil column 50-cm long with an initial pressure head of 300 cm. Infiltration occurs under a constant upper boundary pressure head of 50 cm. Consider a free drainage bottom boundary condition. Following elements are considered: Br, Ca, Cd, Cl, K, Mg, and Na. In case of transient water flow conditions, the total amount of O and H in the inflowing water has to be defined. Because most O and H will be in the species H 2 O (e.g., in 1 kg of water, there is about 55 mol of O and 110 mol of H), O and H in H 2 O will be subtracted from the total amount. This has to be done prior to HP1 calculations with PHREEQC. The bulk density is 1.31 g/cm 3 and CEC is 4.1 meq/100 g soil. In HP1, the amount of CEC should be expressed in MOL/1000 cm³ soil. Calculate the amount of CEC in mol/1000 cm³ soil. [Answer: mol / 1000 cm³ soil] You can define the initial concentrations using the HYDRUS-1D interface in the usual way. Changes of the initial concentrations due to geochemical reactions can be added to the phreeqc.in file. As initial concentrations take: [Cl] = 69 µmol/kg water, [Ca] = 6 µmol/kg water, [K] = 4 µmol/kg water, [Na] = 64 µmol/kg water, [Mg] = 8 µmol/kg water, [Cd] = 0.8 µmol/kg water and [Br] = 62 µmol/kg water. The inflowing solution has following composition: [Ca] = 0.01 mol/kg water and [Cl] = 0.02 mol/kgw. Note that while the initial concentrations can be defined in any concentration units used by PHREEQC (default is mol/kg water), the boundary concentrations have to be defined in mol/kg water. 1. HYDRUS input (general definition and water flow) Set up the defined problem: - check water flow, solute transport, HP1 - adapt the depth of the soil profile - time: 200 days - check the appropriate conditions for water flow 2. HYDRUS input (solute transport) Solute Transport General Information Number of solutes: 9 3

4 Solute Transport HP1 Components and Database Pathway Database Pathway: Select phreeqc.dat database Components: Specify 9 components (Total_H, Total_O, Cl, Ca, K, Na, Mg, Cd, Br) Check: Create default phreeqc.tmp file Solute Transport Transport Parameters Bulk Density: 1.31 (g/cm 3 ) Dispersivity: 1 cm Solute Transport Boundary Conditions Upper boundary condition: Concentration Flux Lower boundary condition: Zero gradient Concentrations: Fill in Cl and Ca concentration Calculation of Total_O and Total_H using PHREEQC A small PHREEQC program is used to calculate Total_O and Total_H: database path\phreeqc.dat SOLUTION 0 inflowing water -temp 20 -ph 7 charge -units mol/kgw Ca 0.01 Cl 0.02 USER_PRINT -start 10 print "Total_O" tot("o") / print "Total_H" tot("h") - 2*1000/ end SELECTED_OUTPUT 4

5 -high_precision true Fill in the correct path (path) or delete this line and browse for the correct database file - PHREEQC for Windows: Calculations -> Files -> Browse database file - PHREEQC Interactive: Options -> Set Default Database -> Browse database file SOLUTION keyword is used to define the inflowing solution USER_PRINT keyword is used to calculate the Total_O and Total_H required in HYDRUS-1D Run the program in PHREEQC and look at the output file Total_O and Total_H are shown highlighted above. These values must be copied to the concentration of the boundary condition. 5

6 Soil Profile Graphical Editor Define initial conditions for pressure heads Define initial conditions for concentrations Alternatively: use the Soil Profile Summary to define the concentrations Add observation nodes at 25 and 50 cm Soil Profile Summary Change the pressure head of the first node to fixed boundary pressure head (-50 cm) Add solute concentrations (e.g., by copying it from an Excel spreadsheet) ph: Provide known initial ph, or leave it zero (ph will be calculated to charge the solution) O(0): leave it (definition of it in phreeqc.in) Add other concentrations Save 3. PHREEQC input (chemistry) Open phreeqc.tmp from the project folder (e.g., using notepad or PHREEQC GUI) Save it as phreeqc.in in the project folder Information in phreeqc.tmp The file looks like this (in PHREEQC GUI): A # sign is a comment line in the PHREEQC input file. The first comment line provides information on the project folder, the second comment line on the location of the used database file. 6

7 TITLE is a PHREEQC keyword the title is taken from the Heading of the HYDRUS-1D GUI. The next comment line gives information on the number of soil layers (horizons), and the number of nodes corresponding to different layers. SOLUTION_SPREAD is basically the information given in the Soil Profile Summary dialog window in the HYDRUS-1D GUI. It defines the solution compositions corresponding to different FE nodes. Information on various options that can be used behind this keyword is given in the SOLUTION_SPREAD PHREEQC manual. The first line defines units used in SOLUTION_SPREAD (here in mol/kgw). The next line defines the column headings: - description: description of the solution -> gives the number of a soil layer - number: solution number -> solution number 1 corresponds to the first node, solution number 2 to the second node, and so on - water: the amount of water (volumetric water content) -> calculated based on the initial pressure head and specified soil hydraulic properties. - Temperature - ph: the ph of the solution - O(0): oxygen with redox state 0 - The components Cl, Ca, The next line (subheadings) specifies element-specific units, redox couples, concentrationdetermining phases. In this example, there is: - charge: corresponds to the element ph ; indicates that ph will be adapted to have a neutral initial solution - O2(g) 0.68: corresponds to O(0); indicates that the O(0) concentration will be calculated to be in equilibrium with the O 2(g) partial pressure of atm (i.e., the partial pressure in the atmosphere) - mol/kgw: corresponds to all other elements; indicates that the concentration unit for the element is mol/kgw The columns are tab-delimited. Note that when you change your hydraulic properties and/or initial conditions, you have to copy the SOLUTION_SPREAD from phreeqc.tmp to phreeqc.in. At the end of the file, there is end PRINT -reset false TRANSPORT -cells 101 end 7

8 PRINT keyword indicates that extensive printing in the output file (phreeqc.out) is suppressed. TRANSPORT keyword indicates transport calculations. You must only indicate the number of cells in the transport problem. All other information was provided in the HYDRUS-1D GUI. Two types of information must be added: 1. The geochemical model 2. The type of output Definition of the geochemical model Processes defined in the geochemical model for this example are aqueous complexation and cation exchange. The first process is automatically included by the reactions defined in the database file. The second process has to be explicitly stated in the phreeqc.in file by the keyword EXCHANGE: EXCHANGE X equilibrate with solution 1 end Numbers after the keyword indicate the solutions (all nodes), for which the exchanger is defined. X is the exchange species (defined in the database file on line 1098) followed by the amount in moles/1000 cm³. The next line indicates that the initial composition of the exchanger has to be calculated in equilibrium with the initial solution. Selectivity coefficients for particular cations are defined in the database (lines ). Definition of the output Two keywords are used to define the output. SELECTED_OUTPUT is used for a standard output: ph, total concentrations of the elements (the same as in the HYDRUS output files). USER_PUNCH is used for a user specific output. The user specific output can be calculated using small BASIC programs. All keywords are explained in the PHREEQC manual and GUI, except bulkdensity which is an HP1 specific keyword. It gives the bulk density for the node cell_no as defined in the HYDRUS-1D GUI. In this example, the adsorbed concentrations that are given in PHREEQC in mol/kgw (e.g., mol( NaX ) are converted to the units of meq/kg soil. SELECTED_OUTPUT -file ce_transient.hse -reset false -solution true -distance true -time true -ph true -totals Cl Ca K Na Mg Cd Br USER_PUNCH 8

9 -headings Na_s(meq/kg) K_s(meq/kg) Ca_s(meq/kg) Mg_s(meq/kg) Cd_s(meq/kg) -start 10 bd = bulkdensity(cell_no) 20 PUNCH 1000*mol("NaX") *tot("water")/bd #in meq/kg 30 PUNCH 1000*mol("KX") *tot("water")/bd #in meq/kg 40 PUNCH 1000*mol("CaX2")*tot("water")/bd/2 #in meq/kg 50 PUNCH 1000*mol("MgX2")*tot("water")/bd/2 #in meq/kg 60 PUNCH 1000*mol("CdX2")*tot("water")/bd/2 #in meq/kg -end The file looks like: Save phreeqc.in Run HP1 Look at the Output 9

10 Cadmium concentrations at two observation nodes and at 5 print times: Observation Nodes: Concentration - 8 Profile Information: Concentration T0 T N1 N T2 T3 T4 T Time [days] Conc [mmol/cm3] Bottom Solute Flux Time [days] Extra: Compare the Cd breakthrough when adding CaBr 2 instead of CaCl 2 Observation Nodes: Concentration - 8 Profile Information: Concentration T0 T T N1 N T3 T4 T Time [days] Conc [mmol/cm3] Bottom Solute Flux Time [days] 10

11 HP1 exercise Kinetic PCE Degradation Network Background Perchloroethylene (PCE, also called tetrachloroethylene) degrades slowly under reducing conditions, mainly by microbiological transformations. One of the most important pathways for anaerobic biodegradation of PCE is by reductive dechlorination in a sequential way. Figure 1 (after Schaerlaekens et al., 1999) shows this pathway including six components: PCE, trichloroethylene (TCE), cis-1,2-dichloroethylene (cis-dce), trans-1,2-dichloroethylene (trans-dce), 1,1-dichloroethylene (1,1-DCE), vinyl chloride (VC). VC then eventually degrades to ethylene (ETH), which is environmentally acceptable and does not cause direct health effects. Although the reaction kinetics of the biodegradation depend on a variety of environmental conditions (such as redox potential, biomass, and compounds affecting solubility), the kinetics here are described independent of environmental conditions. Figure 1 Perchloroethylene (PCE) degradation pathway. (picture from Schaerlaekens et al., 1999). When the DCE (dichloroethylene) species are lumped, the transport problem can be formulated as transport of a single sequential degradation chain, which can then be solved using HYDRUS-1D (e.g., Schaerlaekens et al., 1999; Casey and Šimůnek, 2001; see also one of the HYDRUS-1D tutorials). However, the HP1 code can handle the full reaction network as defined in Figure 2 (i.e., with three separate DCE species), considering different distribution factors α and yield coefficients γ. 11

12 PCE cis-dce k 1, y 1 k 2, y 2 α 2 TCE trans-dce α 1 k 3 k 4 y 3 k 6, y 4 k 7 VC ETH α 3 1,1-DCE k 5 Figure 2 Degradation pathway of PCE using first-order rate constants. Table 1 Definition of parameters and their values for the PCE biodegradation problem (from Case 1 and 2 in Sun et al., 2004). Rate parameters are for a reference temperature of 20 C. Parameter Symbol Values Unit Velocity Dispersion coefficient First-order degradation rate 1 First-order degradation rate 2 First-order degradation rate 3 First-order degradation rate 4 First-order degradation rate 5 First-order degradation rate 6 First-order degradation rate 7 Distribution factor, TCE to cis-dce Distribution factor, TCE to trans-dce Distribution factor, TCE to 1,1-DCE Yield coefficient, PCE to TCE Yield coefficient, TCE to DCE Yield coefficient, DCE to VC Yield coefficient, VC to ETH v D k 1 k 2 k 3 k 4 k 5 k 6 k 7 α 1 α 2 α 3 y 1 y 2 y 3 y 4 Verification m d -1 m² d -1 d -1 d -1 d -1 d -1 d -1 d -1 d Modelling First-Order Decay Using PHREEQC A contaminant Cont is assumed to be subject to first-order degradation: R = C (1) μw where R is the decay rate [M a L -3 T -1 ] and μ w is the first-order rate constant for solutes in the liquid phase [T -1 ]. First-order decay (Eq. (1)) in PHREEQC is modelled using the keywords RATES and KINETICS. The implementation in PHREEQC is shown in Box 1. The kinetic reaction itself is defined under the keyword RATES (lines 1-8). In this example, the reaction is called 'degradation' (line 2). Between -start and -end a Basic-program is written for the kinetic reaction of the 'phase' degradation using standard Basic-statements (e.g., here only rem for comments) and special Basic-statements for PHREEQC (e.g., MOL, SAVE, TOT, and TIME). 12

13 The first statement of the Basic-program (line 4) is only a comment indicating the meaning of the first parameter. The second statement evaluates the rate equation (Eq. (1)) with parm(1) being the value of μ w, TOT("water") the amount of water in the cell, and MOL("Cont") the molality of the solute. The third statement (line 6) integrates the rate over the time subinterval with the special variable TIME. Finally, the moles of reaction during the time interval are saved with the last special statement SAVE. Note the negative sign on line 6 that results in a negative amount of moles saved in the last statement. In general, a positive sign represents decreasing amounts of a phase (i.e., dissolution), whereas a negative sign results in precipitation of that phase. Consequently, elements will enter the solution in the former case (dissolution) and will be removed from the solution in the latter case (i.e., precipitation, degradation, or decay). In this example the imaginary phase 'degradation' is precipitating. This is done to prevent the cessation of the kinetic reaction (i.e., when the phase 'degradation' is completely removed from the system). Note that the output of the kinetic statement has the unit of mol. The second keyword in Box 1 (KINETICS) defines the names of the rate expressions related to a specific cell. In this example we have one rate expression called 'degradation'. Since 'degradation' is used here as an imaginary phase (and not a phase defined in the database), the option -formula is used to define the elements produced (i.e., when the product of the stoichiometric element coefficient (i.e., 1 in the formula option) multiplied by the moles of the reaction during a particular time step is positive) or consumed (i.e., when the product is negative) during the kinetic reaction. Since in this example the coefficient for the element Cont is 1 (line 11) and the reaction progress is negative, the concentration of Cont will decrease with the formation of the imaginary phase 'degradation'. Note that we could write the input also with a negative coefficient and a positive reaction progress (i.e., dissolution of the phase). However, in that case we could reach complete dissolution of the phase and, consequently, termination of the decay reaction. The last option under KINETICS in Box 1 is -parms for the purpose of defining parameters in the rate expression. In HP1, the units of rate parameters should be the same as is defined in selector.in. Box 1 PHREEQC input for first-order decay reactions 1 RATES 2 degradation 3 -start 4 10 rem parm(1) first-order degradation coefficient (sec-1) 5 20 rate = parm(1)*tot("water")*mol("cont") 6 30 moles = - rate * TIME 7 40 SAVE moles 8 -end 9 KINETICS 1 10 degradation 11 -formula Cont 1; -parms E-7 13

14 Exercise In this example we will simulate the transport and degradation of PCE and its daughter products in a soil column. Degradation not only occurs as sequential reactions, but also partly as parallel degradation reactions (see Fig. 2). Degradation coefficients, yield factors and distribution factors are given in Table 1. Saturated flow conditions in a 2.0 m long soil column are maintained for 150 days. The inflowing solution contains only 10 mmol of PCE. Will a steady-state profile be obtained within this timeframe? At which depths do different components obtain a maximum value? Physical properties of the soil are a porosity of 0.5, the saturated hydraulic conductivity of 1 cm/day and a dispersivity of 10 cm. Other soil hydraulic parameters are irrelevant for saturated conditions. 1. HYDRUS input (general definition and water flow) Set up the defined problem with appropriate initial and boundary conditions (Uncheck Water Flow in the Main Processes dialog window since we have steady-state water flow conditions and check HP1 Solute Transport). 2. HYDRUS input (solute transport) In this problem it is not required to define Total_O and Total_H because the considered reactions are not ph-dependent or redox sensitive. To define the kinetic reaction network, new components had to be defined either in the PHREEQC database or in the PHREEQC.IN input file. The latter is more appropriate as it is usually preferable not to modify standard databases. The problem consists of 7 components which will be called Pce, Tce, Dcecis, Dcetrans, Dceee, Vc, and Eth (to represent PCE, TCE, cis-dce, trans-dce, 1,1-DCE, vinyl chloride, and ethylene). Note that the name of a component should start with a capital letter, followed by small letters (and symbols as an underscore). Define the solute transport problem with appropriate boundary concentrations (in mol/kgw). Insert some observation nodes. Use spatial discretization of 2 cm. 3. PHREEQC input (chemistry) Open the prepared input file 'TCE_degradation_phreeqc.in' from the HP1 course folder. The first part of this file contains some database related information: the definition of the seven new components (or master species) using the keyword SOLUTION_MASTER_SPECIES, the corresponding solution species of the components using the keyword SOLUTION_SPECIES, and the rate equations as described above (using the keyword RATES). The second part defines the chemical problem. First the solutions are defined (SOLUTION) and then the reaction network by including seven rate definitions in the KINETICS block. Because the degradation reactions, e.g., PCEdegrad and so on, are not related to mineral 14

15 phases in the database, the user should identify which solution species appear or disappear. The coefficients are given after the solution species. For Dcecis, Dcetrans and Dceee, this coefficient is the product of the yield factor with the distribution factor. The 'TCE_degradation_phreeqc.in file contains also the TRANSPORT keyword with the number of nodes. Because only the aqueous concentrations of PCE and its daughter products are of interest, all needed information is given in the output files created by HYDRUS. The option punch_hydrus false is used to suppress the initialization of the phreeqc-related output files. Save the file in the project folder as PHREEQC.IN. RUN HP1 Look at the output 0.01 S1 S S3 S4 S5 1e-005 S6 1e-006 S7 1e Time [days] Profile Information: Ethylene 0 T0-50 T1 T2-100 T3 T4-150 T Conc [mol/l] Observation nodes at the bottom of the profile. Ethylene profiles at different times. 15

16 Additional Modification PCE Dissolution In this example, the boundary condition problem is changed to an initial condition problem: we will assume that the top 50 cm of the soil profile is contaminated with PCE. We assume that the amount of non-aqueous (immobile) PCE is 0.01 mol). The concentration in the aqueous phase is equal to the solubility limit and the solubility is described by (Knauss et al., 2000): R ln K = E5 / T + C lnt (2) where R is the gas constant ( J/mol) and T is the temperature in Kelvin. The following equation is used in PHREEQC to define the temperature dependence of solubility constants (Parkhurst and Appelo, 1999): Copy the previous exercise Define the boundary solution with no PCE Open PHREEQC.IN and add PHASES PCE_lq Pce = Pce -analytical_expression just before the keyword RATES in the file. The keyword PHASES defines mineral phases in the database. Here a new phase is created 'PCE_lq' consisting of PCE. The equilibrium constant is defined by the option analytical_expression with the parameters of Eq. (3). Add also Equilibrium_phases 1-26 PCE_lq after Eth 1E-20 of the SOLUTION keyword block. This keyword defines the composition of the reactive part of the solid phase for which equilibrium dissolution/precipitation is assumed. In this example, this is only immobile PCE in the first 50 cm of the soil (which corresponds to node 26). An equilibrium phase is thus defined for nodes 1 to 26. The phase is PCE_lq, its desired target saturation index is 0 (meaning equilibrium conditions) and its amount is 0.01 mol (per 1000 cm³). Save PHREEQC.IN RUN HP1 Look at the output A A5 = (3) 2 T T 3 log( K ) A1 + A2T + + A4 log(t ) + 16

17 Profile Information: Ethylene e-005 1e-006 1e Time [days] S1 S2 S3 S4 S5 S6 S T0 T1 T Conc [mol/l] Observation nodes at the bottom of the profile. Ethylene profiles at different times. REFERENCES Casey, F.M., Šimůnek, J., Inverse analyses of transport of chlorinated hydrocarbons subject to sequential transformation reactions. J. Environ. Qual. 30, Knauss, K.G., M.J. Dibley, R.N. Leif, D.A. Mew, R.D. Aines, The aqueous solubility of trichloroethene (TCE) an dtetrachloroethene (PCE) as a function of temperature. Appl. Geochem., 15: Schaerlaekens, J., Mallants, D., Šimůnek, J., van Genuchten, M.Th., Feyen, J., Numerical simulation of transport and sequential biodegradation of chlorinated aliphatic hydrocarbons using CHAIN_2D. Hydrolog. Processes13, Sun, Y., Lu, X., Petersen, J.N., Buscheck, T.A., An analytical solution of tetrachloroethylene transport and biodegradation. Transport Porous Media 55,

18 18

19 HP1 Exercise U surface complexation This exercise simulates the leaching of U under saturated, steady-state flow conditions. U adsorbs on Fe-oxides in the soil profile. Following elements are considered: Ca, Cl, K, Mg, Na, U(6) and C(4). In this geochemical transport problem that is ph-sensitive (see below), also Total_O and Total_H need to be transported by the model. U adsorption is described by a non-electrostatic surface complexation model. This has as a consequence that a charge on the solid surface is not balanced by counter-ions in a double surface layer. Therefore, the aqueous phase will have a charge imbalance that will be of the same size as, but opposite to, that on the surface. The entire system (i.e., solid surface + aqueous phase) will be then charged balanced. Therefore also the 'charge' of the aqueous solution has to be transported. Note that when an electrostatic model that takes into account the composition of the double layer is used, the aqueous phase will be charged balanced, and so will be the solid surface and the double layer. A solution composition of rain water is assumed for both initial and boundary conditions: [Cl] = 69 µmol/kg water, [Ca] = 6 µmol/kg water, [K] = 4 µmol/kg water, [Na] = 64 µmol/kg water, [Mg] = 8 µmol/kg water. The solution is assumed to be in equilibrium with CO 2(aq) and the atmospheric partial pressure of CO 2(g) ( atm). The U concentration in the initial solution composition is considered to be very low ([U] = M), and much larger (10-7 M) in the boundary solution. This problem is carried out using the PHREEQCU.DAT database. This is the PHREEQC.DAT database with the definition of additional U-species (from Langmuir, 1997 dabase from Sorption is described using solid complexation reactions on the surface site called Hfo_w (line 3448 in the database). Solution complexation species are defined further in the database. Note that only one U-species adsorbs (uranyl): Hfo_wOH + UO2+2 = Hfo_wOUO2+ + H+ log_k 2.8 Sorption of U is strongly ph-dependent. Several figures presented below result from speciation calculations with PHREEQC. Calculations were done with a constant U concentration of 10-7 M in rain water defined with 0.43 kg water and the specified amount of sorption sites. More acid conditions were obtained by adding HCl, more basic conditions by adding NaOH. U is then added to maintain the concentration of 10-7 M. The PHREEQC input file for these calculations and the file with the output data are in the course directory (U sorption speciation.phrqc and U sorption speciation.xls, respectively). Figure 1a shows total U (moles) in the system. A maximum amount of U is present between ph 6 and 7, indicating maximum values for the linear distribution coefficient K d (L kg -1 ) defined as: K d = [U] sorbed / [U] water where [U] sorbed is the total sorbed U concentration (mol/kg solid) and [U] water is the total aqueous U concentration (mol/kg water). Plotting K d versus ph shows indeed a maximum K d between ph 6 and 7 (Figure 1b). Figure 1c shows that most U is sorbed in a ph range between 4.5 and 8. These changes in the percentage of adsorbed U and K d as a function of ph 19

20 are due both the surface speciation and aqueous U-speciation as illustrated in Figure 1d and 1c, respectively. Figure 1d shows the surface speciation of the 6 different surface species in the geochemical problem. In the lower ph range, the surface is mainly protonated so U sorption (and also sorption of Ca and Mg) is minimal. Figure 1e shows that in the higher ph range (above ph 8), the concentration of the uranyl ion (UO 2 2+ ) is very low, and that the U- carbonate species are the main U aqueous complexes. This results in low sorption of U at high ph. More information on changing U sorption during transient flow simulations is found in Jacques et al. (2008) U in system (mol) ph Figure 1a: Speciation of U: Total amount of U in the system for a constant aqueous concentration of 10-7 M as a function of ph. 1.E+04 1.E+02 Kd of U sorption (L/kg) 1.E+00 1.E-02 1.E-04 1.E-06 1.E-08 1.E ph Figure 1b: Speciation of U: A linear distribution coefficient of U as a function of ph. 100 Percentage of adsorbed U ph Figure 1c: Speciation of U: Percentage of U adsorbed as a function of ph 20

21 0.008 Surface species (mol/kgw) m_hfo_woh2+ m_hfo_woh m_hfo_wom_hfo_womg+ m_hfo_woca+ m_hfo_wouo ph Figure 1d: Speciation of U: Surface speciation as a function of ph Solution species (mol/kgw) 1.20E E E E E E-08 m_uo2+2 m_uo2oh+ m_uo2(oh)2 m_uo2(oh)3- m_uo2co3 m_uo2(co3)2-2 m_uo2(co3) E ph Figure 1e: Speciation of U: Solution speciation of U as a function of ph (only main species are shown). To illustrate this effect, transport simulations are done with rainwater as defined above, but also with more acid or basic rainwaters by adding HCl and NaOH, respectively. For each of these boundary solution composition, Total_O, Total_H, Charge, C(4), and Cl or Naconcentrations have to be calculated. 21

22 1. Calculation of boundary solution composition with PHREEQC Open the file 'U sorption - inflowsolution.phrq' from the course directory Select the database PHREEQCU.dat Run the file This file contains three different boundary solution compositions together with statements for calculating Total_O and Total_H. Solution 1 is for regular rain water: solution 1 rain water -temp 20 -ph 7 charge -pe units mol/kgw C 1 CO2(g) -3.5 Ca 6E-6 Cl 69E-6 K 4E-6 Mg 8E-6 Na 64E-6 O(0) 1 O2(g) U(6) 1E-7 The keyword SOLUTION has several identifiers/options and then the definition of the solution composition. After the identifier ph there is a number (7), followed by charge. This indicates that during initial speciation calculations ph will be adopted to have a charged balanced solution. The concentration of the elements Ca, Cl, K, Mg, Na, and U is fixed as defined above. The concentration of C is adapted to have equilibrium with the CO 2(g) partial pressure of atm. The concentration of O(0) is adapted to have equilibrium with the O 2(g) partial pressure of atm. In the output window, you can find ph, Total_O, Total_H, Charge, and C concentration. Solution 2 is for a more acid solution obtained by adding HCl to it: [Answer: ph = 6.7 Total_O = mol/kgw Total_H = mol/kgw Charge = mol/kgw C = mol/kgw ] solution 2 HCl added to rain water to ph 4 -temp 20 -ph 4 -pe units mol/kgw C 1 CO2(g) -3.5 Ca 6E-6 22

23 Cl 69E-6 charge K 4E-6 Mg 8E-6 Na 64E-6 O(0) 1 O2(g) U(6) 1E-7 In this solution, there is no charge option for ph anymore, but ph has a fixed value of 4. The element Cl is followed by the charge option, meaning that Cl will be added (or removed) to obtain a charged balance solution with ph of 4. In the output window, you can find ph, Total_O, Total_H, Charge, and C and Cl concentrations. [Answer: Total_O = mol/kgw Total_H = mol/kgw Charge = mol/kgw C = mol/kgw Cl = mol/kgw ] Solution 3 is for a more basic solution obtained by adding NaOH to it: solution 3 NaOH added to rain water to have ph 9 -temp 20 -ph 9 -pe units mol/kgw C 1 CO2(g) -3.5 Ca 6E-6 Cl 69E-6 K 4E-6 Mg 8E-6 Na 64E-6 charge O(0) 1 O2(g) U(6) 1E-7 Now ph has a fixed value of 9, and a charge option is added to the element Na. In the output window, you can find ph, Total_O, Total_H, Charge, and C and Na concentrations. [Answer: Total_O = mol/kgw Total_H = mol/kgw Charge = mol/kgw C = mol/kgw Na = mol/kgw ] 23

24 PART 1: RAIN WATER 1. HYDRUS input (general definition and water flow) The flow problem is exactly the same as in the exercise involving cation exchange during transient flow conditions. Copy this project as a new project. Heading: U complexation: Rain water The saturated hydraulic conductivity is changed to 1 cm/day. 2. HYDRUS input (solute transport) Solute Transport General Information Change the number of solutes to 10 (Cd and Br are not needed, but U(6), C(4) and Charge are needed now) Solute Transport HP1 Components and Database Pathway Database Pathway: Select phreeqcu.dat database Components: Specify 9 components (Total_H, Total_O, Cl, Ca, K, Na, Mg, U(6), Charge, C(4)) Solute Transport Boundary Conditions Concentrations: Fill in the boundary condition as calculated above (Solution 1 rain water - Total_H = E-005, Total_O = , Cl = 6.9E-005, Ca = 6E- 006, K = 4E-006, Na = 6.4E-005, Mg = 8E-006, U(6) = 1E-007, Charge = E- 020, C(4) = 3.96E-005). Soil Profile Graphical Editor Define initial conditions for pressure heads: saturated flow conditions Add observation nodes at 0.5, 2, 5, 15, 25 and 50 cm Soil Profile Summary Nothing to be changed here, because the PHREEQC.TMP file will not be used. Save 3. PHREEQC input (chemistry) Open 'U sorption - phreeqc.in' from the course directory. This file contains the definition of the initial solution: solution initial solution -temp 20 -ph 7 charge -pe units mol/kgw -water 0.43 C 1 CO2(g)

25 Ca 6E-6 Cl 69E-6 K 4E-6 Mg 8E-6 Na 64E-6 O(0) 1 O2(g) U(6) 1E-24 with the amount of water equal to the water content at saturation (steady-state saturated flow problem). Next, the surface is defined as: Surface Hfo_w no_edl -equilibrate with solution 1 end As with the cation exchange, Hfo_w is the name of the surface site as defined in the PHREEQCU.dat database, followed by the number of sites in mol/1000 cm³. The no_edl identifier indicates that the non-electrostatic surface complexation model is used. The equilibrate identifier indicates that the composition of the surface complex is calculated in equilibrium with the aqueous phase composition (of solution 1). The rest of the file is more or less equal to the information in the exercise on cation exchange: PRINT -reset false selected_output -reset false -solution true -distance true -time true -ph true -totals U user_punch -headings Usorbed_(mol/kg) Usorbed(%) log(kd) -start 10 Usorbed = mol("hfo_wouo2+")*tot("water")/bulkdensity(cell_no) 20 PUNCH Usorbed 30 PUNCH mol("hfo_wouo2+")*tot("water") / SYS("U(6)") * Kd = Usorbed / tot("u(6)") 50 PUNCH log10(kd) -end TRANSPORT -cells 101 -end 25

26 Slightly different output variables are calculated by USER_PUNCH: the concentration of sorbed U in mol/kg solid, the percentage of U in the system that is sorbed, and the log-value of K d. This information will be printed into the NOD_INF_CHEM.out and OBS_NOD_CHEM.OUT files in the project folder. Save the file in the project folder as PHREEQC.IN. RUN HP1 Look at the output 26

27 PART 2: ACID WATER Copy the previous project as a new project Headings: U complexation: ph 4 Change the composition of the boundary solution (see above) Save the project No changes had to be made in PHREEQC.IN RUN HP1 Look at the output PART 3: WATER WITH PH 9 Copy the previous project as a new project Headings: U complexation: ph 9 Change the composition of the boundary solution (see above) Save the project No changes had to be made in PHREEQC.IN RUN HP1 Look at the output 27

28 COMPARISON OF U-PROFILES Figure 2 shows U-profiles after 200 days of infiltration. With the near neutral ph of rain water, adsorption is very high (see above). Consequently, U migration in the soil profile is very limited and aqueous concentrations near the soil surface are very low. U migration is more pronounced in the case when the soil profile is flushed with more acid or base solutions. This is directly related to lower K d values at ph 3 and 9 compared to the one at ph E-07 U concentrations [mol/kgw] 1.20E E E E E E-08 rainwater ph3 ph E Depth [cm] Figure 2: U-profiles after 200 days. The leaching pattern of Ca, Mg and U for the last boundary solution (ph 9) is quite particular (see Figure 3). Can you explain the leaching pattern? Why was this not observed for the acid infiltration simulation? 9.00E Concentrations [mol/kgw] 8.00E E E E E E E E-06 U Ca Mg ph ph 0.00E Time [days] Figure 3: ph and Ca, Mg, and U breakthrough curves at a 15-cm depth for the last boundary solution. Reference Jacques, D., J. Simunek, D. Mallants, and M. Th. van Genuchten, Modeling Coupled Hydrologic and Chemical Processes: Long-Term Uranium Transport following Phosphorus Fertilization, Vadoze Zone Journal, 7(2), , Langmuir, D., Aqueous Environmental Geochemistry, Prentice-Hall, Inc., New Jersey,

29 HP1 Exercise Horizontal Infiltration of Multiple Cations and Cation Exchange This exercise simulates horizontal infiltration of multiple cations (Ca, Na, and K) into the initially dry soil column. It is vaguely based on experimental data presented by Smiles and Smith [2004]. The cation exchange between particular cations is described using the Gapon Exchange equation [White and Zelazny, 1986]: y+ x+ 1/ x c ( i c j ) K ij = (1) x+ y+ 1/ y c j ( ci ) where y and x are the valences of species i and j, respectively, and K ij is the Gapon selectivity coefficient [-]. The adsorbed concentration is expressed in (mol c kg -1 soil). It is assumed that the cation exchange capacity c T (mol c kg -1 soil) is constant and independent of ph. This exercise illustrates: - the use of variables Total_O and Total_H as components in the inflowing water - the use of the PHREEQC.tmp file to prepare input for PHREEQC - recalculations of PHREEQC output variables to desired values Consider a dry sandy soil column 15-cm long with an initial water content of (estimate from Fig. 1a). Infiltration occurs on the left side of the column under a constant water content of 0.35 (estimate from Fig. 1a). Consider a free drainage right boundary condition. Following elements are considered: Ca, Cl, K, Mg, Amm, and Na. In case of transient water flow conditions, the total amount of O and H in the inflowing water has to be defined. Because most O and H will be in the species H 2 O (e.g., in 1 kg of water, there is about 55 mol of O and 110 mol of H), O and H in H 2 O will be subtracted from the total amount. This has to be done prior to HP1 calculations with PHREEQC. The bulk density is 1.75 g/cm 3 and CEC is 55 meq/kg soil. In HP1, the amount of CEC should be expressed in MOL/1000 cm³ soil. Calculate the amount of CEC in mol/1000 cm³ soil. [Answer: mol / 1000 cm³ soil] You can define the initial concentrations using the HYDRUS-1D interface in the usual way. Changes of the initial concentrations due to geochemical reactions can be added to the phreeqc.in file. As initial concentrations take (estimate from Fig. 3): [Cl] = 1 mmol/kg water, [Ca] = 20 mmol/kg water, [K] = 2 mmol/kg water, [Na] = 5 mmol/kg water, [Mg] = 7.5 mmol/kg water, [Amm] = 0. mmol/kg water and [C(4)] = 1 mmol/kg water. The inflowing solution has following composition: [Ca] = mol/kg water, [Na] = 0.01 mol/kg water, [K] = mol/kg water, [Mg]=[Amm]=0, and [Cl] = mol/kgw. Note that while the initial concentrations can be defined in any concentration units used by PHREEQC (default is mol/kg water), the boundary concentrations have to be defined in mol/kg water. 1. HYDRUS input (general definition and water flow) Set up the defined problem: 29

30 - check water flow, solute transport, HP1 - adapt the depth of the soil profile and set the horizontal flow - time: 270 minutes, initial time step 0.01 min - check the appropriate conditions for water flow (select sand from the soil catalog, constant water content upper BC and free drainage at the bottom; initial conditions in water contents) 2. HYDRUS input (solute transport) Solute Transport General Information Number of solutes: 9 Solute Transport HP1 Components and Database Pathway Database Pathway: Select phreeqc.dat database Components: Specify 9 components (Total_H, Total_O, Na, K, Ca, Mg, Amm, Cl, C(4) Check: Create default phreeqc.tmp file Solute Transport Transport Parameters Bulk Density: 1.75 (g/cm 3 ) Dispersivity: 10 cm Solute Transport Boundary Conditions Upper boundary condition: Concentration Flux Lower boundary condition: Zero gradient Concentrations: Fill in Total_H= , Total_O= , Na=0.01, K=0.0201, Ca= , Mg=0, Amm=0, Cl=0.035, C(4)=1.232E

31 Calculation of Total_O and Total_H using PHREEQC A small PHREEQC program is used to calculate Total_O and Total_H: SOLUTION 0 artificial effluent Set 1 -temp 20 -ph 7 charge -units mmol/kgw Na 10 K 20.1 Ca Mg 0 Amm 0 Cl 35 C 1 CO2(g) 3.5 #assume equilibrium with atmospheric CO2(g) partial pressure O(0) 1 O2(g) #assume equilibrium with atmospheric O2(g) partial pressure USER_PRINT -start 10 print "Total_O" tot("o") / print "Total_H" tot("h") - 2*1000/ end SELECTED_OUTPUT -high_precision true Fill in the correct path (path) or delete this line and browse for the correct database file - PHREEQC for Windows: Calculations -> Files -> Browse database file - PHREEQC Interactive: Options -> Set Default Database -> Browse database file SOLUTION keyword is used to define the inflowing solution USER_PRINT keyword is used to calculate the Total_O and Total_H required in HYDRUS-1D Run the program in PHREEQC and look at the output file 31

32 Total_O and Total_H are shown highlighted above. These values must be copied to the concentration of the boundary condition. Soil Profile Graphical Editor Discretization by 0.5 cm (i.e., 31 nodes) Define initial conditions for water content (0.075) Define initial conditions for concentrations Alternatively: use the Soil Profile Summary to define the concentrations Add observation nodes at 1, 5, 10, and 15 cm Soil Profile Summary Change the water content of the first node to fixed boundary water content (0.350) Add solute concentrations (e.g., by copying it from an Excel spreadsheet) ph: Provide known initial ph, or leave it zero (ph will be calculated to charge the solution) O(0): leave it (definition of it in phreeqc.in) Add other concentrations (Na=0.005, K=0.002, Ca=0.02, Mg=0.0075, Amm=1E-020, Cl=0.001, C(4)=0.001) Save 3. PHREEQC input (chemistry) Open phreeqc.tmp from the project folder (e.g., using notepad or PHREEQC GUI) Save it as phreeqc.in in the project folder Information in phreeqc.tmp The file looks like this (in PHREEQC GUI): 32

33 A # sign is a comment line in the PHREEQC input file. The first comment line provides information on the project folder, the second comment line on the location of the used database file. TITLE is a PHREEQC keyword the title is taken from the Heading of the HYDRUS-1D GUI. The next comment line gives information on the number of soil layers (horizons), and the number of nodes corresponding to different layers. SOLUTION_SPREAD is basically the information given in the Soil Profile Summary dialog window in the HYDRUS-1D GUI. It defines the solution compositions corresponding to different FE nodes. Information on various options that can be used behind this keyword is given in the SOLUTION_SPREAD PHREEQC manual. The first line defines units used in SOLUTION_SPREAD (here in mol/kgw). The next line defines the column headings: - description: description of the solution -> gives the number of a soil layer - number: solution number -> solution number 1 corresponds to the first node, solution number 2 to the second node, and so on - water: the amount of water (volumetric water content) -> calculated based on the initial pressure head and specified soil hydraulic properties. - Temperature - ph: the ph of the solution - O(0): oxygen with redox state 0 33

34 - The components Cl, Ca, The next line (subheadings) specifies element-specific units, redox couples, concentrationdetermining phases. In this example, there is: - charge: corresponds to the element ph ; indicates that ph will be adapted to have a neutral initial solution - O2(g) 0.68: corresponds to O(0); indicates that the O(0) concentration will be calculated to be in equilibrium with the O 2(g) partial pressure of atm (i.e., the partial pressure in the atmosphere) - mol/kgw: corresponds to all other elements; indicates that the concentration unit for the element is mol/kgw The columns are tab-delimited. Note that when you change your hydraulic properties and/or initial conditions, you have to copy the SOLUTION_SPREAD from phreeqc.tmp to phreeqc.in. At the end of the file, there is end PRINT -reset false TRANSPORT -cells 31 end PRINT keyword indicates that extensive printing in the output file (phreeqc.out) is suppressed. TRANSPORT keyword indicates transport calculations. You must only indicate the number of cells in the transport problem. All other information was provided in the HYDRUS-1D GUI. Two types of information must be added: 1. The geochemical model 2. The type of output Definition of the geochemical model Processes defined in the geochemical model for this example are aqueous complexation and cation exchange. The first process is automatically included by the reactions defined in the database file. The second process has to be explicitly stated in the phreeqc.in file by the keyword EXCHANGE: EXCHANGE 1-31 G equilibrate with solution 1 end 34

35 It is assumed here that CEC is mol /kg soil. In PHREEQC we need to express exchanger in units of mol/1000 cm³ soil. Assuming that the bulk density of the soil is 1.75 kg / 1000 cm³, the soil CEC is equal to mol/1000 cm³ soil. Numbers after the keyword indicate the solutions (all nodes), for which the exchanger is defined. G is the exchange species followed by the amount in moles/1000 cm³. The next line indicates that the initial composition of the exchanger has to be calculated in equilibrium with the initial solution. Since we do not want to use the default exchanger used in the database (X), we defined a new exchanger G, the definition of which we need to provide. We define the exchanger G using the PHREEQC keyword EXCHANGE_MASTER_SPECIES and its presence in our soil profile using the keyword EXCHANGE_SPECIES. We need to also define the Gapon exchange constants (see the example below). How is this approach related to Gapon equation? K K Mg = Ca /2 ( Ca ) (Mg ) /2 K = Ca Na ( Na ) ( Ca ) / Ca ( K ) = K ( Ca ) /2 (2) Exchange reactions are written in terms of half reactions. The reaction: Na + + K-G = Na-G + K + K Na/K (3) can be written as the sum of half reactions: G - + Na + = Na-G K GNa (4) G - + K + = K-G K GK (5) Equation (3) is equal to (4) (5), and consequently: 35

36 Log(K K/Na ) = Log(K GNa ) Log(K GK ) (6) By assuming that Log(K GNa ) equals 0, Log(K GK ) = -Log(K K/Na ). Thus, we can express the exchange coefficient relative to Na +. Similarly, for the reaction: Na + + Ca 0.5 -G = Na-G Ca 2+ K Na/Ca (7) Log(K Ca ) for the half reaction is then Log(K Ca ) = -Log(K Na/Ca ). Finally, the exchange between Ca and Mg is written as: 0.5 Ca 2+ + Mg 0.5 -G = Ca 0.5 -G Mg 2+ K Ca/Mg (8) with Log(K Ca/Mg ) = Log(K GCa ) Log(K GMg ). Since Log(K GCa ) is known, Log(K GMg ) = Log(K GCa ) - Log(K Ca/Mg ). Note that all half reactions are then expressed relative to Na +. Definition of the output Two keywords are used to define the output. SELECTED_OUTPUT is used for a standard output: ph, pe, total concentrations of the elements (the same as in the HYDRUS output files). USER_PUNCH is used for a user specific output. The user specific output can be calculated using small BASIC programs. All keywords are explained in the PHREEQC manual and GUI, except bulkdensity which is an HP1 specific keyword. It gives the bulk density for the node cell_no as defined in the HYDRUS-1D GUI. In this example, the adsorbed concentrations that are given in PHREEQC in mol/kgw (e.g., mol( NaX ) are converted to the units of meq/kg soil. SELECTED_OUTPUT -file pigslug.hse -reset false -solution true -distance true -time true -pe true -water true -totals Cl Ca K Na Mg USER_PUNCH -headings water_g ph Na(mol/kg) K(mol/kg) Ca(mol/kg) Cl(mol/kg) Ca(mmolc/kg) Mg(mmolc/kg) Na(mmolc/kg) K(mmolc/kg) -start 10 bd = bulkdensity(cell_no) #kg/1000cm³ soil 20 PUNCH tot("water")/bd 30 PUNCH -la("h+") tot("na") tot("k") tot("ca") tot("mg") tot("cl") 40 PUNCH mol("ca0.5g")*tot("water")/bd*1000 #in meq/kg 50 PUNCH mol("mg0.5g")*tot("water")/bd*1000 #in meq/kg 60 PUNCH mol("nag") *tot("water")/bd*1000 #in meq/kg 70 PUNCH mol("kg") *tot("water")/bd*1000 #in meq/kg -end 36

37 The file looks like: Save phreeqc.in Run HP1 Look at the Output References: Smiles, D. E., and C. J. Smith, Absorption of artificial piggery effluent by soil: A laboratory study, Australian J. of Soil Res., 42, , Smiles, D. E., and C. J. Smith, Absorption of gypsum solution by a potassic soil: a data set, Australian J. of Soil Res., 46, 67-75, White, N., and L. W. Zelazny, Charge properties in soil colloids, In: Soil Physical Chemistry, edited by D. L. Sparks, CRC Press, BOCA Raten, Florida,

38 38

HP1 Tutorials II (HYDRUS-1D + PHREEQC)

HP1 Tutorials II (HYDRUS-1D + PHREEQC) HP1 Tutorials II (HYDRUS-1D + PHREEQC).14.12 Concentration [mol/kg].1.8.6.4 Cl Ca Na K.2 144 288 432 576 72 864 Time [s] Diederik Jacques * and Jirka Šimůnek # * Waste and Disposal, SCK CEN, Mol, Belgium

More information

INTRODUCTION TO GEOCHEMICAL AND REACTIVE TRANSPORT MODELING. Ondra Sracek

INTRODUCTION TO GEOCHEMICAL AND REACTIVE TRANSPORT MODELING. Ondra Sracek INTRODUCTION TO GEOCHEMICAL AND REACTIVE TRANSPORT MODELING Ondra Sracek Principal types of geochemical modeling: 1. Speciation (for exemple, for lead); 2. Inverse geochemical modeling; 3. Direct geochemical

More information

Aquatic chemistry for engineers

Aquatic chemistry for engineers Water treatment in PHREEQC - Lab 1 89-12-2011 December 2011 Peter de Moel - TU Delft Delft University of Technology Challenge the future Course program Introduction Phreeqc (lecture) PHREEQC PHREEQCI -

More information

CALCULATING CATION EXCHANGE WITH PHREEQC (Version 2)

CALCULATING CATION EXCHANGE WITH PHREEQC (Version 2) CALCULATING CATION EXCHANGE WITH PHREEQC (Version 2) C.A.J. Appelo Hydrochemical Consultant Valeriusstraat 11 1071 MB Amsterdam, The Netherlands appt@xs4all.nl D.L. Parkhurst U.S. Geological Survey Denver

More information

4 Carbonates and CO2

4 Carbonates and CO2 PhreeqcI Introductory Course (Exercises booklet, chapters 4 and 5) by Manuel Prieto Department of Geology, University of Oviedo, Spain mprieto@ @geol.uniovi.es http://wwwbrr.cr.usgs.gov/projects/gwc_coupled/phreeqci/

More information

Colloid and colloid-facilitated transport modeling using HPx

Colloid and colloid-facilitated transport modeling using HPx Colloid and colloid-facilitated transport modeling using HPx D. Jacques 1, D. Zhou 2, J. Makselon 3, I. Engelhardt 2, and S. Thiele-Bruh 4 1 SCK-CEN, 2 TU Berlin, 3 Forschungszentrum Jülich GmbH, 4 University

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

EXAMPLE PROBLEMS. 1. Example 1 - Column Infiltration

EXAMPLE PROBLEMS. 1. Example 1 - Column Infiltration EXAMPLE PROBLEMS The module UNSATCHEM is developed from the variably saturated solute transport model HYDRUS-1D [Šimůnek et al., 1997], and thus the water flow and solute transport parts of the model have

More information

GEOCHEMISTRY, GROUNDWATER AND POLLUTION,

GEOCHEMISTRY, GROUNDWATER AND POLLUTION, GEOCHEMISTRY, GROUNDWATER AND POLLUTION, 2 ND EDITION C.A.J. APPELO Hydrochemical Consultant, Amsterdam, the Netherlands D. POSTMA Environment & Resources DTU, Technical University of Denmark, Kgs. Lyngby,

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

Tutorial on Visual Minteq 2.30 operation and input/output for simple problems related to acid/base ph and titrations.

Tutorial on Visual Minteq 2.30 operation and input/output for simple problems related to acid/base ph and titrations. Tutorial on Visual Minteq 2.30 operation and input/output for simple problems related to acid/base ph and titrations. To install Visual Minteq click on the following and follow the instructions: http://www.lwr.kth.se/english/oursoftware/vminteq/#download

More information

Groundwater chemistry

Groundwater chemistry Read: Ch. 3, sections 1, 2, 3, 5, 7, 9; Ch. 7, sections 2, 3 PART 14 Groundwater chemistry Introduction Matter present in water can be divided into three categories: (1) Suspended solids (finest among

More information

A COUPLED REACTIVE TRANSPORT MODEL FOR CONTAMINANT LEACHING FROM CEMENTITIOUS WASTE MATRICES ACCOUNTING FOR SOLID PHASE ALTERATIONS

A COUPLED REACTIVE TRANSPORT MODEL FOR CONTAMINANT LEACHING FROM CEMENTITIOUS WASTE MATRICES ACCOUNTING FOR SOLID PHASE ALTERATIONS A COUPLED REACTIVE TRANSPORT MODEL FOR CONTAMINANT LEACHING FROM CEMENTITIOUS WASTE MATRICES ACCOUNTING FOR SOLID PHASE ALTERATIONS D. JACQUES *1, J. ŠIMŮNEK **, D. MALLANTS *, M.TH. VAN GENUCHTEN ***,

More information

Linking GoldSim with the PHREEQC Geochemical Model with a Dynamic Link Library Element

Linking GoldSim with the PHREEQC Geochemical Model with a Dynamic Link Library Element Linking GoldSim with the PHREEQC Geochemical Model with a Dynamic Link Library Element Ted Eary MWH Americas, Inc. Fort Collins, Colorado (ted.eary@mwhglobal.com or ted_eary@yahoo.com) GoldSim 2007 User

More information

Getting started with BatchReactor Example : Simulation of the Chlorotoluene chlorination

Getting started with BatchReactor Example : Simulation of the Chlorotoluene chlorination Getting started with BatchReactor Example : Simulation of the Chlorotoluene chlorination 2011 ProSim S.A. All rights reserved. Introduction This document presents the different steps to follow in order

More information

Contents Preface Introduction Model Concepts

Contents Preface Introduction Model Concepts Preface xi 1 Introduction 1 1.1 Environmental Problems and Geochemical Modeling 1 1.1.1 High-Level Radioactive Waste Disposal 1 1.1.2 Mining Related Environmental Issues 4 1.1.3 Landfills 8 1.1.4 Deep

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

Tutorial on Visual Minteq 2.50 operation and input/output for simple problems related to acid/base ph and titrations.

Tutorial on Visual Minteq 2.50 operation and input/output for simple problems related to acid/base ph and titrations. Tutorial on Visual Minteq 2.50 operation and input/output for simple problems related to acid/base ph and titrations. Generally, it is recommended that you work problems that you are already familiar with,

More information

The HPx reactive transport models: A. possibilities. D. Jacques (1), J. Šimůnek (2), D. Mallants (3), M.Th. van Genuchten (4)

The HPx reactive transport models: A. possibilities. D. Jacques (1), J. Šimůnek (2), D. Mallants (3), M.Th. van Genuchten (4) The HPx reactive tranport model: A hort overview of development and poibilitie HPx Flow Tranport Geochemitry Outline D. Jacque (1), J. Šimůnek (2), D. Mallant (3), M.Th. van Genuchten (4) (1) CEN, Belgium,

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

Modeling Hg Reactive Transport in Soil Systems Using HP1

Modeling Hg Reactive Transport in Soil Systems Using HP1 Modeling Hg Reactive Transport in Soil Systems Using HP1 Bertrand Leterme and Diederik Jacques Performance Assessments, Institute Environment, Health and Safety, Belgian Nuclear Research Centre, Mol, Belgium,

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

HYDROGEOCHEMICAL PROCESSES ASSOCIATED WITH SEAWATER INTRUSION

HYDROGEOCHEMICAL PROCESSES ASSOCIATED WITH SEAWATER INTRUSION HYDROGEOCHEMICAL PROCESSES ASSOCIATED WITH SEAWATER INTRUSION 1 1 Departamento de Ingeniería Química PART 1 I. Corrections for solubility calculations II. Species distribution and mineral saturation (PHREEQCI)

More information

Create custom rock (Rock1) and fluid (Fluid1) compositions. 1. Copy the folder Module3 to your project folder located in Library\Gems3\projects.

Create custom rock (Rock1) and fluid (Fluid1) compositions. 1. Copy the folder Module3 to your project folder located in Library\Gems3\projects. MODULE 3: GREISEN ALTERATION In this tutorial we will use the GEMS project file Module3 in the examples to model the reaction path of a leucogranite during greisenization and evaluate the solubility of

More information

Uranium in an ISR Wellfield using Kinetic-based

Uranium in an ISR Wellfield using Kinetic-based Geochemical Fate and Transport of Dissolved Uranium in an ISR Wellfield using Kinetic-based Modeling Approach and PHREEQC and PHAST Aaron Payne, P.G., M.S. Senior Hydrogeologist PETROTEK ENGINEERING CORPORATION

More information

17. E - ph (Pourbaix) Diagrams Module

17. E - ph (Pourbaix) Diagrams Module HSC - EpH 15011-ORC-J 1 (16) 17. E - ph (Pourbaix) Diagrams Module E - ph diagrams show the thermodynamic stability areas of different species in an aqueous solution. Stability areas are presented as a

More information

USER S GUIDE TO PHREEQC A COMPUTER PROGRAM FOR SPECIATION, REACTION-PATH,

USER S GUIDE TO PHREEQC A COMPUTER PROGRAM FOR SPECIATION, REACTION-PATH, USER S GUIDE TO PHREEQC A COMPUTER PROGRAM FOR SPECIATION, REACTION-PATH, ADVECTIVE-TRANSPORT, AND INVERSE GEOCHEMICAL CALCULATIONS By David L. Parkhurst U.S. GEOLOGICAL SURVEY Water-Resources Investigations

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

Notes on Spatial and Temporal Discretization (when working with HYDRUS) by Jirka Simunek

Notes on Spatial and Temporal Discretization (when working with HYDRUS) by Jirka Simunek Notes on Spatial and Temporal Discretization (when working with HYDRUS) by Jirka Simunek 1. Temporal Discretization Four different time discretizations are used in HYDRUS: (1) time discretizations associated

More information

v Prerequisite Tutorials GSSHA WMS Basics Watershed Delineation using DEMs and 2D Grid Generation Time minutes

v Prerequisite Tutorials GSSHA WMS Basics Watershed Delineation using DEMs and 2D Grid Generation Time minutes v. 10.1 WMS 10.1 Tutorial GSSHA WMS Basics Creating Feature Objects and Mapping Attributes to the 2D Grid Populate hydrologic parameters in a GSSHA model using land use and soil data Objectives This tutorial

More information

Desorption Of (HDTMA) Hexadecyltrimethylammoniumfrom Charged Mineral Surfaces and Desorption Of Loaded Modified Zeolite Minerals

Desorption Of (HDTMA) Hexadecyltrimethylammoniumfrom Charged Mineral Surfaces and Desorption Of Loaded Modified Zeolite Minerals Desorption Of (HDTMA) Hexadecyltrimethylammoniumfrom Charged Mineral Surfaces and Desorption Of Loaded Modified Zeolite Minerals VandanaSwarnkar 1 &RadhaTomar 2 ABSTRACT: The use of surfactant-modified

More information

Acid Soil. Soil Acidity and ph

Acid Soil. Soil Acidity and ph Acid Soil Soil Acidity and ph ph ph = - log (H + ) H 2 O H + + OH - (H + ) x (OH - )= K w = 10-14 measures H + activity with an electrode (in the lab), solutions (in the field) reflects the acid intensity,

More information

Three-dimensional Modelling of Reactive Solutes Transport in Porous Media

Three-dimensional Modelling of Reactive Solutes Transport in Porous Media 151 A publication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 41, 214 Guest Editors: Simonetta Palmas, Michele Mascia, Annalisa Vacca Copyright 214, AIDIC Servizi S.r.l., ISBN 978-88-9568-32-7; ISSN 2283-9216

More information

Distribution of radionuclides in soils dependence on soil parameters

Distribution of radionuclides in soils dependence on soil parameters Landesmessstelle für Radioaktivität Fachbereich 01 Fachbereich Physik/Elektrotechnik Distribution of radionuclides in soils dependence on soil parameters BIOPROTA-Meeting Nancy 24.05.2012 Contents modelling

More information

Titrator 3.0 Tutorial: Calcite precipitation

Titrator 3.0 Tutorial: Calcite precipitation Titrator 3.0 Tutorial: Calcite precipitation November 2008 Steve Cabaniss A. Introduction This brief tutorial is intended to acquaint you with some of the features of the program Titrator. It assumes that

More information

User Manual of the Multicomponent Variably- Saturated Flow and Transport Model HP1

User Manual of the Multicomponent Variably- Saturated Flow and Transport Model HP1 OPEN REPORT SCK CEN-BLG-998 5/DJa/P-36 User Manual of the Multicomponent Variably- Saturated Flow and Transport Model HP Description, Verification, and Examples Version. Diederik Jacques* and Jirka Šimůnek

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

Model manual (INRA-CREED)

Model manual (INRA-CREED) Model manual (INRA-CREED) Charlotte N. Legind (November 2010), revised by Stefan Trapp, February 2011 Introduction Color code A color code was used to structure the models and to make programming and data

More information

Help Models. Overview. 1. Base Map. 2. HELP Model for Paved Location A (near Bldg G-1)

Help Models. Overview. 1. Base Map. 2. HELP Model for Paved Location A (near Bldg G-1) Help Models SAIC May 25, 2005 Overview 1. Base Map 2. HELP Model for Paved Location A (near Bldg G-1) Soil Column Surface Conditions Subsurface Properties Basecase Model 3. HELP Model for Unpaved Location

More information

Removal of cationic surfactants from water using clinoptilolite zeolite

Removal of cationic surfactants from water using clinoptilolite zeolite 2098 From Zeolites to Porous MOF Materials the 40 th Anniversary of International Zeolite Conference R. Xu, Z. Gao, J. Chen and W. Yan (Editors) 2007 Elsevier B.V. All rights reserved. Removal of cationic

More information

Particles in aqueous environments

Particles in aqueous environments Lecture 11 Particle-Aqueous Solute Interactions Today 1. Particle types and sizes 2. Particle charges 3. Particle-solute Interactions Next time Please continue to read Manahan Chapter 4. 1. Fresh-salt

More information

3. Organic Geochemisty Organic Chemistry is the chemistry... of Carbon -Morrison and Boyd

3. Organic Geochemisty Organic Chemistry is the chemistry... of Carbon -Morrison and Boyd 3. Organic Geochemisty Organic Chemistry is the chemistry... of Carbon -Morrison and Boyd Definitions, Nomenclature Organic Compound Solubility Octanol-Water Partition Coefficient Organic Compound Sorption

More information

Optimization of In-Situ Chemical Oxidation Design Parameters

Optimization of In-Situ Chemical Oxidation Design Parameters Optimization of In-Situ Chemical Oxidation Design Parameters by Amine Dahmani, PhD Director, Site Assessment & Remediation Laboratories Ken Huang, PhD Remediation Laboratory Manager Environmental Research

More information

Table 1. Solubility of gypsum and anhydrite adopted in this research and the predicted SI values

Table 1. Solubility of gypsum and anhydrite adopted in this research and the predicted SI values Supporting information: Table 1. Solubility of gypsum and anhydrite adopted in this research and the predicted SI values Sample T ID # ( o C) 16, 65, 74 P NaCl CaSO 4 nh 2 O SI System (psi) (mol/kg H 2

More information

MODELLING LONG-TERM EVOLUTION OF CEMENTITIOUS MATERIALS USED IN WASTE DISPOSAL

MODELLING LONG-TERM EVOLUTION OF CEMENTITIOUS MATERIALS USED IN WASTE DISPOSAL MODELLING LONG-TERM EVOLUTION OF CEMENTITIOUS MATERIALS USED IN WASTE DISPOSAL Abstract D. JACQUES 1 *, J. PERKO*, S. SEETHARAM*, D. MALLANTS **, J. GOVAERTS* *Belgian Nuclear Research Centre (SCK CEN),

More information

WMS 9.0 Tutorial GSSHA Modeling Basics Infiltration Learn how to add infiltration to your GSSHA model

WMS 9.0 Tutorial GSSHA Modeling Basics Infiltration Learn how to add infiltration to your GSSHA model v. 9.0 WMS 9.0 Tutorial GSSHA Modeling Basics Infiltration Learn how to add infiltration to your GSSHA model Objectives This workshop builds on the model developed in the previous workshop and shows you

More information

Soil ph: Review of Concepts

Soil ph: Review of Concepts Soils and Water, Spring 008 Soil ph: Review of Concepts Acid: substance that can donate a proton Base: substance that can accept a proton HA H A HA and A - are called conjugate acid-base pairs. The strength

More information

RT3D BTEX Degradation with Multiple Electron Acceptors

RT3D BTEX Degradation with Multiple Electron Acceptors GMS TUTRIALS RTD BTEX Degradation with Multiple Electron Acceptors This tutorial illustrates the steps involved in using GMS and RTD to model BTEX degradation using a multiple electron acceptor model.

More information

CLASS EXERCISE 5.1 List processes occurring in soils that cause changes in the levels of ions.

CLASS EXERCISE 5.1 List processes occurring in soils that cause changes in the levels of ions. 5 SIL CHEMISTRY 5.1 Introduction A knowledge of the chemical composition of a soil is less useful than a knowledge of its component minerals and organic materials. These dictate the reactions that occur

More information

Illustrating ph Modeling in BioWin - Titrations of Acids and Bases

Illustrating ph Modeling in BioWin - Titrations of Acids and Bases Illustrating ph Modeling in BioWin - Titrations of Acids and Bases Volume 7 Number 1 : January 2018 Illustrating ph Modeling in BioWin - Titrations of Acids and Bases EnviroSim Associates McMaster Innovation

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 OptiSage module. Use the OptiSage module for the assessment of Gibbs energy data. Table of contents

The OptiSage module. Use the OptiSage module for the assessment of Gibbs energy data. Table of contents The module Use the module for the assessment of Gibbs energy data. Various types of experimental data can be utilized in order to generate optimized parameters for the Gibbs energies of stoichiometric

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

Adsorption of ions Ion exchange CEC& AEC Factors influencing ion

Adsorption of ions Ion exchange CEC& AEC Factors influencing ion Adsorption of ions Ion exchange CEC& AEC Factors influencing ion exchange- Significance. Adsorption of ions Ion adsorption and subsequent exchange are important processes that take place between soil colloidal

More information

Distribution of radionuclides in soils modelling the dependence on soil parameters

Distribution of radionuclides in soils modelling the dependence on soil parameters Landesmessstelle für Radioaktivität Institut für Umweltphysik Fachbereich Physik/Elektrotechnik Distribution of radionuclides in soils modelling the dependence on soil parameters Volker Hormann and Helmut

More information

15. Studio ScaleChem Getting Started

15. Studio ScaleChem Getting Started 15. Studio ScaleChem Getting Started Terminology Analysis Brines Gases Oils Reconciliation Before we can discuss how to use Studio ScaleChem we must first discuss some terms. This will help us define some

More information

13. Equilibrium Module - Description of Menus and Options

13. Equilibrium Module - Description of Menus and Options 15008-ORC-J 1 (57) 13. Equilibrium Module - Description of Menus and Options 15008-ORC-J 2 (57) SUMMARY HSC Equilibrium module enables user to calculate multi-component equilibrium compositions in heterogeneous

More information

Solubility Equilibria

Solubility Equilibria Chapter 17 SOLUBILITY EQUILIBRIA (Part II) Dr. Al Saadi 1 Solubility Equilibria The concept of chemical equilibrium helps to predict how much of a specific ionic compound (salt) will dissolve in water.

More information

11-1 Notes. Chemical Reactions

11-1 Notes. Chemical Reactions 11-1 Notes Chemical Reactions Chemical Reactions In a chemical reaction 1 or more substances (the reactants) change into 1 or more new substances (the products). Reactants are always written on the left

More information

Chemistry of Tiling and Crusting

Chemistry of Tiling and Crusting Chemistry of Tiling and Crusting Tom DeSutter Assistant Professor of Soil Science NDSU Soil and Soil/Water Training 25 January 2012 What is Dispersion? Soil particles are repelled away from each other

More information

6.6 Solute Transport During Variably Saturated Flow Inverse Methods

6.6 Solute Transport During Variably Saturated Flow Inverse Methods 6.6 Solute Transport During Variably Saturated Flow Inverse Methods JIÌÍ ŠIMæNEK AND MARTINUS TH. VAN GENUCHTEN, USDA-ARS, George E. Brown, Jr. Salinity Laboratory, Riverside, California DIEDERIK JACQUES,

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

CH 221 Chapter Four Part II Concept Guide

CH 221 Chapter Four Part II Concept Guide CH 221 Chapter Four Part II Concept Guide 1. Solubility Why are some compounds soluble and others insoluble? In solid potassium permanganate, KMnO 4, the potassium ions, which have a charge of +1, are

More information

General Chemistry Study Guide

General Chemistry Study Guide General Chemistry 1311 Study Guide Name : Louise K number: Date: Oct 02006 Instructor: Jingbo Louise Liu kfjll00@tamuk.edu 1 Chapter 04 & 05 (10 questions required and 5 questions for extra credit) Credited

More information

13. EQUILIBRIUM MODULE

13. EQUILIBRIUM MODULE HSC Chemistry 5.0 13 1 13. EQUILIBRIUM MODULE Fig. 1. Equilibrium Module Menu. This module enables you to calculate multi component equilibrium compositions in heterogeneous systems easily. The user simply

More information

SoilGen2 model: data requirements and model output

SoilGen2 model: data requirements and model output SoilGen2 model: data requirements and model output 1. Essential plot data... 1 2. Essential soil data... 2 3. Precipitation data (for a typical year)... 2 4. Evapotranspiration and Air temperature data

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

The Geochemist s Workbench

The Geochemist s Workbench The Geochemist s Workbench GWB Essentials The Geochemist's Workbench 9.0 Essentials edition makes quick work of the tasks most commonly encountered in geochemical modeling. With a few mouse clicks, you

More information

TECHNICAL SCIENCE DAS12703 ROZAINITA BT. ROSLEY PUSAT PENGAJIAN DIPLOMA UNVERSITI TUN HUSSEIN ONN MALAYSIA

TECHNICAL SCIENCE DAS12703 ROZAINITA BT. ROSLEY PUSAT PENGAJIAN DIPLOMA UNVERSITI TUN HUSSEIN ONN MALAYSIA TECHNICAL SCIENCE DAS12703 ROZAINITA BT. ROSLEY PUSAT PENGAJIAN DIPLOMA UNVERSITI TUN HUSSEIN ONN MALAYSIA ii TABLE OF CONTENTS TABLE OF CONTENTS... i LIST OF FIGURES... iii Chapter 1... 4 SOLUTIONS...

More information

Exercises for Windows

Exercises for Windows Exercises for Windows CAChe User Interface for Windows Select tool Application window Document window (workspace) Style bar Tool palette Select entire molecule Select Similar Group Select Atom tool Rotate

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

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

NETPATH-WIN: An Interactive User Version of the Mass-Balance Model, NETPATH

NETPATH-WIN: An Interactive User Version of the Mass-Balance Model, NETPATH Supporting information to: NETPATH-WIN: An Interactive User Version of the Mass-Balance Model, NETPATH by Aly I. El-Kadi 1, L. Niel Plummer 2 and Pradeep Aggarwal 3 As an example of using DB-WIN and NETPATH-WIN,

More information

California Standards Test (CST) Practice

California Standards Test (CST) Practice California Standards Test (CST) Practice 1. Which element has properties most like those of magnesium? (a) calcium (b) potassium (c) cesium (d) sodium 5. Which pair of atoms will share electrons when a

More information

Physicochemical Processes

Physicochemical Processes Lecture 3 Physicochemical Processes Physicochemical Processes Air stripping Carbon adsorption Steam stripping Chemical oxidation Supercritical fluids Membrane processes 1 1. Air Stripping A mass transfer

More information

E) Buffer capacity is the amount of acid that can be added until all of the base is used up.

E) Buffer capacity is the amount of acid that can be added until all of the base is used up. Chem 124 Spring 2016 Exam 3 VERSION 1 Name make sure you fill in your version number in the TN box on the side of your scantron sheet 1) Which of the following solutions is a good buffer system? A) a solution

More information

Name AP Chemistry / / Chapter 5 Collected AP Exam Free Response Questions Answers

Name AP Chemistry / / Chapter 5 Collected AP Exam Free Response Questions Answers Name AP Chemistry / / Chapter 5 Collected AP Exam Free Response Questions 1980 2010 - Answers 1982 - #5 (a) From the standpoint of the kinetic-molecular theory, discuss briefly the properties of gas molecules

More information

13. EQUILIBRIUM MODULE

13. EQUILIBRIUM MODULE HSC Chemistry 7.0 13-1 13. EQUILIBRIUM MODULE Fig. 1. Equilibrium Module Menu. This module enables you to calculate multi-component equilibrium compositions in heterogeneous systems easily. The user simply

More information

HSC Chemistry A. Roine June 28, ORC T

HSC Chemistry A. Roine June 28, ORC T HSC Chemistry 5.0 10 1 10. REACTION EQUATIONS Clicking the Reaction Equations button in the main menu shows the Reaction Equations Window, see Fig. 1. With this calculation option you can calculate the

More information

Solubility Rules See also Table 4.1 in text and Appendix G in Lab Manual

Solubility Rules See also Table 4.1 in text and Appendix G in Lab Manual Ch 4 Chemical Reactions Ionic Theory of Solutions - Ionic substances produce freely moving ions when dissolved in water, and the ions carry electric current. (S. Arrhenius, 1884) - An electrolyte is a

More information

STUDIES ON THE SORPTION OF PHOSPHATE ON SOME SOILS OF INDIA SATURATED WITH DIFFERENT CATIONS

STUDIES ON THE SORPTION OF PHOSPHATE ON SOME SOILS OF INDIA SATURATED WITH DIFFERENT CATIONS I.J.S.N., VOL. 2(2) 211: 327-333 ISSN 2229 6441 STUDIES ON THE SORPTION OF PHOSPHATE ON SOME SOILS OF INDIA SATURATED WITH DIFFERENT CATIONS Bansal, O. P. Chemistry Department, D.S. College, Aligarh-221

More information

Emerging Contaminant Soil Fate Model Subroutine Development for SWAT

Emerging Contaminant Soil Fate Model Subroutine Development for SWAT Emerging Contaminant Soil Fate Model Subroutine Development for SWAT Louis J. Thibodeaux and Eileen M. Canfield Louisiana State University Cain Department of Chemical Engineering Jesse Coates Hall, South

More information

Soil Solution Concentration Prediction of Volcanic Ash Soil upon Addition of Acid Solutions di#er in Anion Composition

Soil Solution Concentration Prediction of Volcanic Ash Soil upon Addition of Acid Solutions di#er in Anion Composition J. Jpn. Soc. Soil Phys. No. 3-, p.-++,**- * ****** Soil Solution Concentration Prediction of Volcanic Ash Soil upon Addition of Acid Solutions di#er in Anion Composition Kouji KAMEYAMA*, Susumu MATSUKAWA**,

More information

Calculating Bond Enthalpies of the Hydrides

Calculating Bond Enthalpies of the Hydrides Proposed Exercise for the General Chemistry Section of the Teaching with Cache Workbook: Calculating Bond Enthalpies of the Hydrides Contributed by James Foresman, Rachel Fogle, and Jeremy Beck, York College

More information

Redox, ph, pe OUTLINE 9/12/17. Equilibrium? Finish last lecture Mineral stability Aquatic chemistry oxidation and reduction: redox

Redox, ph, pe OUTLINE 9/12/17. Equilibrium? Finish last lecture Mineral stability Aquatic chemistry oxidation and reduction: redox Redox, ph, pe Equilibrium? OUTLINE Finish last lecture Mineral stability Aquatic chemistry oxidation and reduction: redox Reading: White p555-563 1 Question of the day? So what about the CO 2 system? CO

More information

Gain a better understanding of soil ph and how it is measured. Understand how lime requirement is determined.

Gain a better understanding of soil ph and how it is measured. Understand how lime requirement is determined. LABORATORY 7 SOIL REACTION (ph) AND LIME REQUIREMENT I Objectives Gain a better understanding of soil ph and how it is measured. Understand how lime requirement is determined. II Introduction A Soil Reaction

More information

Reaction Stoichiometry

Reaction Stoichiometry Reaction Stoichiometry PURPOSE To determine the stoichiometry of acid-base reactions by measuring temperature changes which accompany them. GOALS To learn to use the MicroLab Interface. To practice generating

More information

Chem 128, Exam III April 23, 2004

Chem 128, Exam III April 23, 2004 I. (35 points) A. (10 points) Consider an aqueous solution of PbI 2 with solid lead(ii) iodide present. K sp =8.4x10 9. 1. Write a balanced net ionic equation for the equilibrium established between the

More information

Development of a European standard for the determination of acid potential and neutralisation potential of sulfidic waste

Development of a European standard for the determination of acid potential and neutralisation potential of sulfidic waste Development of a European standard for the determination of acid potential and neutralisation potential of sulfidic waste Tommi Kaartinen 1 and Margareta Wahlström 1 1 VTT Technical Research Centre of

More information

Coupled Thermo-Hydro-Mechanical and Chemical Analysis of Expansive Clay Subjected to Heating and Hydration

Coupled Thermo-Hydro-Mechanical and Chemical Analysis of Expansive Clay Subjected to Heating and Hydration Transport in Porous Media (2007) 66:341 372 Springer 2007 DOI 10.1007/s11242-006-0014-z Coupled Thermo-Hydro-Mechanical and Chemical Analysis of Expansive Clay Subjected to Heating and Hydration L. DO

More information

PDF created with pdffactory trial version A) mol Answer: moles FeS 2 8 mol SO 2 /4 mol FeS 2 = mol SO 2.

PDF created with pdffactory trial version   A) mol Answer: moles FeS 2 8 mol SO 2 /4 mol FeS 2 = mol SO 2. Part A. [2 points each] For each question, circle the letter of the one correct answer and enter the answer on the TEST SCORING SHEET in pencil only. The TEST SCORING ANSWER SHEET will be considered final.

More information

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

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

Column Testing and 1D Reactive Transport Modeling To Evaluate Uranium Plume Persistence Processes

Column Testing and 1D Reactive Transport Modeling To Evaluate Uranium Plume Persistence Processes Column Testing and 1D Reactive Transport Modeling To Evaluate Uranium Plume Persistence Processes Raymond H. Johnson 1, Stan Morrison 1, Sarah Morris 1, Aaron Tigar 1, William L. Dam 2, Jalena Dayvault

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

HW #5: 5.28, 5.34, 5.36, 5.38, 5.46, 5.52, 5.54, 5.58, 5.68, 5.72, 5.74, 5.76, 5.78, 5.80

HW #5: 5.28, 5.34, 5.36, 5.38, 5.46, 5.52, 5.54, 5.58, 5.68, 5.72, 5.74, 5.76, 5.78, 5.80 Chemistry 121 Lectures 11 & 12: Chemical Equations; Balancing Chemical Equations; Classes of Chemical Reactions: Precipitation, Acid-Base, and Redox Reactions Chapter 5 in McMurry, Ballantine, et. al.

More information

REACTION RATES AND EQUILIBRIUM

REACTION RATES AND EQUILIBRIUM Name Date Class 18 REACTION RATES AND EQUILIBRIUM SECTION 18.1 RATES OF REACTION (pages 541 547) This section explains what is meant by the rate of a chemical reaction. It also uses collision theory to

More information

Stoichiometric Reactor Simulation Robert P. Hesketh and Concetta LaMarca Chemical Engineering, Rowan University (Revised 4/8/09)

Stoichiometric Reactor Simulation Robert P. Hesketh and Concetta LaMarca Chemical Engineering, Rowan University (Revised 4/8/09) Stoichiometric Reactor Simulation Robert P. Hesketh and Concetta LaMarca Chemical Engineering, Rowan University (Revised 4/8/09) In this session you will learn how to create a stoichiometric reactor model

More information