Refer to the document on the course homepage entitled “MT3DMS Solution Methods and Parameter Options” (Look under the MT3DMS tab on the homepage)

Slides:



Advertisements
Similar presentations
Courant and all that Consistency, Convergence Stability Numerical Dispersion Computational grids and numerical anisotropy The goal of this lecture is to.
Advertisements

ASME-PVP Conference - July
Joint Mathematics Meetings Hynes Convention Center, Boston, MA
Fate & Transport of Contaminants in Environmental Flows 2015.
Chapter 13 MIMs - Mobile Immobile Models. Consider the Following Case You have two connected domains that can exchange mass
Numerical Uncertainty Assessment Reference: P.J. Roache, Verification and Validation in Computational Science and Engineering, Hermosa Press, Albuquerque.
Ground-Water Flow and Solute Transport for the PHAST Simulator Ken Kipp and David Parkhurst.
Coupling Continuum Model and Smoothed Particle Hydrodynamics Methods for Reactive Transport Yilin Fang, Timothy D Scheibe and Alexandre M Tartakovsky Pacific.
Adnan Khan Department of Mathematics Lahore University of Management Sciences.
Finite Difference Solutions to the ADE. Simplest form of the ADE Even Simpler form Plug Flow Plug Source Flow Equation.
General form of the ADE: sink/source term Chemical sink/source term.
REVIEW. What processes are represented in the governing equation that we use to represent solute transport through porous media? Advection, dispersion,
Problem Set 2 is based on a problem in the MT3D manual; also discussed in Z&B, p D steady state flow in a confined aquifer We want to predict.
Reactors . ä Reactor: a “container” where a reaction occurs ä Examples: ä Clear well at water treatment plant (chlorine contact) ä Activated sludge tank.
Source Terms Constant Concentration Injection Well Recharge May be introduced at the boundary or in the interior of the model.
1cs533d-term Notes  list Even if you’re just auditing!
Chapter 4 Numerical Solutions to the Diffusion Equation.
Mathematical Model governing equation & initial conditions boundary conditions.
Numerical Methods for Partial Differential Equations
BIOPLUME II Introduction to Solution Methods and Model Mechanics.
SELFE: Semi-implicit Eularian- Lagrangian finite element model for cross scale ocean circulation Paper by Yinglong Zhang and Antonio Baptista Presentation.
Lecture Objectives Review SIMPLE CFD Algorithm SIMPLE Semi-Implicit Method for Pressure-Linked Equations Define Residual and Relaxation.
Problem Set 2 is based on a problem in the MT3D manual; also discussed in Z&B, p D steady state flow in a confined aquifer We want to predict.
Starter Write an equation for a line that goes through point (-3,3) and (0,3) y = 1/2 x + 3/2.
AMBIENT AIR CONCENTRATION MODELING Types of Pollutant Sources Point Sources e.g., stacks or vents Area Sources e.g., landfills, ponds, storage piles Volume.
A Hybrid Particle-Mesh Method for Viscous, Incompressible, Multiphase Flows Jie LIU, Seiichi KOSHIZUKA Yoshiaki OKA The University of Tokyo,
Converting Macromolecular Regulatory Models from Deterministic to Stochastic Formulation Pengyuan Wang, Ranjit Randhawa, Clifford A. Shaffer, Yang Cao,
3x – 5y = 11 x = 3y + 1 Do Now. Homework Solutions 2)2x – 2y = – 6 y = – 2x 2x – 2(– 2x) = – 6 2x + 4x = – 6 6x = – 6 x = – 1y = – 2x y = – 2(– 1) y =
The 2010 NFMCC Collaboration Meeting University of Mississippi, January 13-16, Update on Parametric-resonance Ionization Cooling (PIC) V.S. Morozov.
A particle-gridless hybrid methods for incompressible flows
 Let’s take everything we have learned so far and now add in the two other processes discussed in the introduction chapter – advection and retardation.
Lecture Objectives: Explicit vs. Implicit Residual, Stability, Relaxation Simple algorithm.
7. Introduction to the numerical integration of PDE. As an example, we consider the following PDE with one variable; Finite difference method is one of.
Advection-Dispersion Equation (ADE)
Session 3, Unit 5 Dispersion Modeling. The Box Model Description and assumption Box model For line source with line strength of Q L Example.
Outline Numerical implementation Diagnosis of difficulties
Lecture Objectives Review Define Residual and Relaxation SIMPLE CFD Algorithm SIMPLE Semi-Implicit Method for Pressure-Linked Equations.
Solving Systems of Equations: The Elimination Method Solving Systems of Equations: The Elimination Method Solving Systems of Equations: The Elimination.
Source Terms Constant Concentration Injection Well Recharge May be introduced at the boundary or in the interior of the model.
Types of Models Marti Blad Northern Arizona University College of Engineering & Technology.
Introduction to MT3DMS All equations & illustrations taken
Advanced Computer Graphics Spring 2014 K. H. Ko School of Mechatronics Gwangju Institute of Science and Technology.
Finite Difference Solutions to the ADE. Simplest form of the ADE Even Simpler form Plug Flow Plug Source Flow Equation.
Deutscher Wetterdienst Flux form semi-Lagrangian transport in ICON: construction and results of idealised test cases Daniel Reinert Deutscher Wetterdienst.
CSE 872 Dr. Charles B. Owen Advanced Computer Graphics1 Water Computational Fluid Dynamics Volumes Lagrangian vs. Eulerian modelling Navier-Stokes equations.
Model Anything. Quantity Conserved c  advect  diffuse S ConservationConstitutiveGoverning Mass, M  q -- M Momentum fluid, Mv -- F Momentum fluid.
8. Box Modeling 8.1 Box Models –Simplest of atmospheric models (simple saves $). –Species enter the box in two ways: 1. source emissions 2. atmospheric.
Numerical Solutions to the Diffusion Equation
Systems of Equations can be linear or non-linear
Solving Common Fraction Equations
Types of Models Marti Blad PhD PE
Objective Numerical methods SIMPLE CFD Algorithm Define Relaxation
Weekly problem solving session
Spectral methods for stiff problems MATH 6646
Objective Unsteady state Numerical methods Discretization
Ensemble variance loss in transport models:
Mathematical Model boundary conditions governing equation &
4 Rational Numbers: Positive and Negative Fractions.
Transport Modeling in Groundwater
Objective Numerical methods Finite volume.
Introduction to MT3DMS All equations & illustrations taken
MASS RELATIONSHIPS IN CHEMICAL REACTIONS.
SIMULTANEOUS EQUATIONS 1
Multiplying and Dividing Rational Numbers
Problem Set #3 – Part 3 - Remediation
Solving a Radical Equation
Transport Modeling in Groundwater
Solving Systems of Equations by Elimination Part 2
Example 2B: Solving Linear Systems by Elimination
Multiplying and Dividing Rational Numbers
Presentation transcript:

Refer to the document on the course homepage entitled “MT3DMS Solution Methods and Parameter Options” (Look under the MT3DMS tab on the homepage)

Dispersion, sink/source, chemical reactions Advection

MT3DMS Solution Options

Stability constraints for explicit solutions Courant Number

MT3DMS Solution Options Use GCG Solver

MT3DMS Solution Options  

TVD ULTIMATE METHOD a higher order FD method Conventional FD methods use 3 nodes in the FD approximation. The TVD method uses 4 nodes with upstream weighting. This essentially eliminates numerical dispersion.

Steps in the TVD Method Correction for oscillation errors Check for oscillation errors oscillation

TVD ULTIMATE METHOD In one dimension Compare with an equation for a lower order explicit approximation

MT3DMS Solution Options   

Eulerian vs Lagrangian Methods Eulerian: fixed coordinate system with mass flux through an REV Lagrangian: moving particles; each particle carries mass. The Random Walk method is a Lagrangian method. Mixed Eulerian-Lagrangian methods use particles to solve the advection portion of the ADE and an Eulerian method to solve the rest of the equation.

Method of Characteristics (MOC) 1 where  is a weighting factor to weight concentration between time level n and an intermediate time level n*, normally  = Step 1 is a Lagrangian method; Step 3 is a Eulerian method. Also update concentration of each particle. For example, for particles in cell m :

MOC uses multiple particles per cell. MMOC uses one particle per cell. HMOC uses multiple particles in high concentration regions and one particle per cell elsewhere.

Dynamic Particle Allocation

Breakthrough curve for example problem in the MT3DMS manual Compare with Fig in Z&B

MT3DMS Solution Options PS#2