11.3 Dry Deposition of Particles


Previous

HOME


Next

Dry deposition of particles is a continuation of the previous section on gaseous dry deposition. Complete the simulations in that section before starting these particle deposition examples. Otherwise start by retrieving the previously saved deposit_control.txt and deposit_setup.txt settings into the GUI menu and re-run the base case simulation. Follow the same process as in the previous section and note the maximum concentration for each of the first eight time periods.

  1. To configure the simulation for particle deposition, it is necessary to define the particle's characteristics. The particle settling velocity (Vg) is calculated for a spherical particle from the particle diameter (dp), air density (ρ), and particle density (ρg):
    • Vg = dp2 g (ρg - ρ) (18 μ)-1

    Open the Setup Run / Deposition menu and set the particle diameter, density, and shape all to 1.0. The shape factor ranges from 1 for a sphere to 2. A value of 2 reduces the settling velocity by half. Setting these to non-zero values defines the pollutant as a particle rather than a gas. Getting the density and diameter correct is essential in computing the correct settling velocity. However, for this exercise we will take a shortcut and force the model to use a fixed value, regardless of the particle settings. Whenever the deposition velocity field is non-zero, it is used to compute deposition, rather than computing a settling velocity from the particle descriptors. This means that the previously entered value of 0.01 (1 cm/s) will be used to compute the deposition. But more important, because it is now defined as a particle, this value will be added to the vertical velocity in the particle trajectory advection computation. Save to close the setup menu and run the model.

  2. When the run completes, display the concentrations and note the maximum value each time period. As before, save the graphical results to a unique file name such as plot_part. At the end of the run the maximum concentration is now 1800 rather than 1200 at the end of the gaseous deposition simulation. Open the MESSAGE file and the end mass is now 142000 grams, considerably less that the gaseous deposition run (173500), but the concentrations are higher. The answer lies in the profile, which shows 18% of the mass in the lowest six layers rather than 10%. Although the deposition rate is the same between the gas and particle run, the additional gravitational settling of the particles moves more mass into the lower layers, providing more mass to be removed, and counter-intuitively, higher concentrations near the surface, at times higher than even the non-depositing base simulation.

  3. All the previous simulations ended with the same number of particles as were released. However, instead of 10 grams per particle (200,000 g / 20,000 p), each particle may end up with considerably less mass by the end of the simulation. In this case it was 7 grams per particle. There is an alternative approach, where instead of removing a fraction of the particle’s mass, we can compute the probability that a particle will deposit all of its mass and then only a fraction of the particles in the deposition layer will be deposited each time step. In this situation, if R is a random number from 0 to 1, then a particle will deposit if
    • R < βdry Δt

    In this particle deposition approach, the particle number goes down as the particles stick to the surface. To set this option, open the Advanced / Configuration / Conversion Modules Menu #10 and set the Deposit Particles ... radio-button. Save the changes and run the model. The simulation log will indicate that the dry deposition probability option has been selected. When the run has completed, save the graphical results to a unique file name such as plot_prob and again note the maximum concentrations each time period. Note they are almost identical to the previous simulation. Open the MESSAGE file which shows a mass of 142500 grams but this time distributed over 14386 particles (10 g/particle), the same as the release rate, rather than 7 g/particle in the mass deposition approach.

The maximum concentration simulation results for no deposition, gaseous deposition, explicit particle deposition, and particle probability deposition are summarized in the table shown below.

Day/Time Base Gas Part Prob
25/18-2148000 410005200051000
25/21-0036000 200003700039000
26/00-0318000 29001400014000
26/03-06 6400 36001300013000
26/06-09 9000 4100 8500 9200
26/09-12 6500 2100 3200 3600
26/12-15 2600 1600 3200 2700
26/15-18 1600 1300 1900 1800

Normally the default would be to just remove particle mass rather than reducing the number of particles during a simulation. Although removing particles may make long duration simulations with continuous emissions more computationally efficient by eliminating particles, there may be issues at greater downwind distances of insufficient particle density to provide for smooth concentration or deposition patterns.

2 m 18 s