Next: Diffusion Model
Up: Air Pollution Model
Previous: Source
If there is a wind, pollutants are moved around after they are emitted
(advection). The wind velocity is assumed to be only horizontal and
is denoted by
. We also assume that it is the same
everywhere in the basin at a given time, but that it may vary with
time.
How does wind redistribute the pollutants? Suppose it is moving only
in the positive
direction with velocity
. Then over a time
all the pollutants in a given box move a distance
in the
positive
direction. Since we are keeping our grid fixed in time,
this means that some of the pollutants in each box get moved to the
neighboring box in the positive
direction. How much is moved? If
the distance
is less than the grid spacing
, then each box
loses a fraction
of its pollutants to its neighbor in the
positive
direction. So we have
 |
(3) |
This mass is transferred to the neighbor in the positive
direction, so at the same time we have
 |
(4) |
Note that we require
to make sense of the updating rules. However, if these ratios are too
small, the advection updating starts producing diffusion as well.
Diffusion is introduced because the model assumes that any small bit
of mass moved from one cell to the next immediately spreads throughout
that cell. It is better to control diffusion more directly through
the explicit diffusion step. So if there is a wind at all, we want it
to move reasonably big chunks of mass through the advection step to
minimize this artifact.
If the wind direction is in the negative
direction (so
is
negative) the box
loses mass to the neighbor in that direction
and that neighbor gains mass:
Similar considerations apply for the
direction. Contributions to
the change in four directions must be added up to get the net change
due to advection. (In the limit of small grid spacing
and small
time interval
the change in mass may be written in the form
.)
Next: Diffusion Model
Up: Air Pollution Model
Previous: Source
Carleton DeTar
2007-12-03