Size Distributions#
MIAM supports two families of aerosol size distributions: modal (log-normal) and sectional (uniform bins).
Log-Normal (Modal)#
A log-normal distribution is parameterized by the geometric mean radius \(r_g\) and geometric standard deviation \(\sigma_g\):
Effective radius#
For use in condensation rate calculations, the effective radius accounts for the surface-area weighting of the distribution:
This moment relation applies to both SingleMomentMode
(\(r_g\) fixed) and TwoMomentMode (\(r_g\) derived from
total volume and number).
Single-particle volume#
For SingleMomentMode, the volume of a single “average” particle:
Number concentration is diagnosed as \(N = V_\text{total}/V_\text{single}\).
Two-moment mean radius#
For TwoMomentMode, the geometric mean radius is derived from volume
and number:
Sectional (UniformSection)#
A sectional bin assumes particles are uniformly distributed between \(r_\min\) and \(r_\max\):
Number concentration is diagnosed from total volume: \(N = V_\text{total}/V_\text{single}\).
Volume Calculations#
All representations compute total volume from species concentrations:
Species must carry molecular weight [kg mol-1] and
density [kg m-3] properties for this calculation.