Solution methods commonly employed for solving the ADE (advection-dispersion equation) include:
Finite
Difference, Finite Elements, Random Walk, and Method of Characteristics. Recently,
solution techniques collectively referred to as total-variation-diminishing
methods (TVD) have provided a higher-order Finite Difference method that
are robust, minimizing numerical dispersion and, when implemented with procedures
called flux-limiters, they eliminate spurious oscillations while preserving
sharp concentration fronts. TVD refers to the property where the sum of
concentration differences between adjacent nodes diminishes over successive
transport steps. When compared with commonly utilized Lagrangian and mixed
Eulerian-Lagrangian methods (e.g. Method of Characteristics), TVD schemes
are not as effective in eliminating numerical dispersion while preserving
sharp concentration fronts and concentration peaks, but their ability to
conserve mass and their smaller memory requirements make them an excellent
choice for simulating subsurface contaminant transport.
The flow equation is solved first by some means and the interfacial velocities
are provided to the transport model. For transient flow problems this is coupled
by solving a time step for the flow solution and then solving the transport
equation for that time period. The nature of the transport solution often requires
that a number of smaller time steps are undertaken for the transport simulation
within a constant flow system that prevails for that time step.
Finite Difference
Finite Elements
Random
Walk
Method of Characteristics
Given the velocities at every cell interface from a flow solution
After each particle has been repositioned
on this basis, the algorithm begins at the top of this list again, moving
each particle forward in time.
It can take a very large number of particles to capture the important
features of a system in a complex system, which may require large amounts
of computer memory, storage, and time.
Please explore this sample Random Walk Simulation.
For more detail on the random walk approach, see Zheng and Bennett, Chapter
6.
Given the velocities at every cell interface from a flow solution
- The process is repeated starting with advection of the packets from their new locations with their new concentrations.
- Click here to learn more about The Method of Characteristics
For further discussion, see the Zheng and Wang MT3DMS manual which is available in the document sharing area of this course.
We will use TVD based method when we use MT3D for our class project.