This page was automatically generated by NetLogo 1.3.1. Questions, problems? Contact feedback@ccl.northwestern.edu.

In order for this to work, this file, your model file (Dispersion2.nlogo), and the file NetLogoLite.jar must all be in the same directory. (You can copy NetLogoLite.jar from the directory where you installed NetLogo.)

On some systems, you can test the applet locally on your computer before uploading it to a web server. It doesn't work on all systems, though, so if it doesn't work from your hard drive, please try uploading it to a web server.

You don't need to include everything in this file in your page. If you want, you can just take the HTML code beginning with <applet> and ending with </applet>, and paste it into any HTML file you want. It's even OK to put multiple <applet> tags on a single page.

If NetLogoLite.jar and your model are in different directories, you must modify the archive= and value= lines in the HTML code to point to their actual locations. (For example, if you have multiple applets in different directories on the same web server, you may want to put a single copy of NetLogoLite.jar in one central place and change the archive= lines of all the HTML files to point to that one central copy. This will save disk space for you and download time for your user.)

created with NetLogo

view/download model file: Dispersion2.nlogo

WHAT IS IT?
-----------
This is a model of shear dispersion. It simulates the release of a passive tracer into a channel of width B with a longitudinal velocity profile U(y). The individual tracer particles (think of them as molecules) advect with the current at the same time as they undergo a random diffusion process in the y-direction. The combination of transverse diffusion and "differential advection" gives rise to a longitudinal dispersion process that follows Fick's Law. This means that the tracer concentration profile in the longitudinal direction is Gaussian and longitudinal variance grows linearly with time, after an initial transient period.


HOW IT WORKS
------------
The user first initiates the trace molecules by pressing the "setup" button. This action releases the molecules in a transverse line at x = 0. Pressing the "Go" button then starts the simulation. Prior to starting the simulation, the user may use the slider buttons to vary the values of U, the longitudinal velocity along the channel centerline, and Dy, the trasverse diffusion constant. The transverse-dependence of the velocity, U(y) is visually represented by the color variation of the channel (dark blue is the maximum velocity, near the channel centerline, while white corresponds to zero velocity at the edges). The red lines are the solid channel boundaries, which tracer molecules are prohibited from crossing. The triangles represent the tracer particles.

Once the simulation has begun, the motion of the tracer can be monitored by watching the particles move within the colored channel. In addition, the behavior of the tracer is shown by the three plots entitles "Histogram", "Tracer Concentration Profile vs. Gaussian", and "Growth of Tracer Variance". The histogram plot shows a histogram of the locations of all tracer particles with time. Note that the x axis changes with time, as the tracer becomes more and more spread out. The next plot compares the tracer concentration profile to an ideal Gaussian curve. When the Fickian dispersion regime has been reached, the tracer curve should closely resemble a Gaussian. The last curve shows the growth of the tracer variance with time, and compares it with the prediction based on Fickian dispersion theory. Note that when the slope of the line from the simulation matches the slope of the ideal linear curve, the Fickian regime has been reached.


THINGS TO NOTICE
----------------
Notice that the higher the value of Dy, the faster the particles move in the transverse direction.
Note that the time necessary to reach the Fickian dispersion regime depends on the values of U and Dy. See if you can determine this dependence through some combination of scaling and simulation. Try varying the values of Dy and for each run, note the time at which you think Fickian dispersion has begun (Gaussian concentration profile and/or linear growth of tracer variance).



THINGS TO TRY
-------------
This section could give some ideas of things for the user to try to do (move sliders, switches, etc.) with the model.


EXTENDING THE MODEL
-------------------
This section could give some ideas of things to add or change in the procedures tab to make the model more complicated, detailed, accurate, etc.


NETLOGO FEATURES
----------------
This section could point out any especially interesting or unusual features of NetLogo that the model makes use of, particularly in the Procedures tab. It might also point out places where workarounds were needed because of missing features.


RELATED MODELS
--------------
This section could give the names of models in the NetLogo Models Library or elsewhere which are of related interest.


CREDITS AND REFERENCES
----------------------
This section could contain a reference to the model's URL on the web if it has one, as well as any other necessary credits or references.