opcsim.
AerosolDistribution
(label=None)¶Define an aerosol distribution.
Assuming an aerosol distribution can be described as the sum of n lognormal modes, define as (Seinfeld and Pandis equation 8.54):
__init__
(self, label=None)¶Initialize an Aerosol Distribution.
Label the distribution
An instance of the AerosolDistribution class
Examples
>>> d = AerosolDistribution("Urban")
Methods
|
Initialize an Aerosol Distribution. |
|
Add a mode to the distribution as defined using N, GM, and GSD. |
|
Evaluate and return the cumulative probability distribution function between dmin and dmax. |
|
Evaluate and return the probability distribution function at particle diameter dp. |