Public Attributes | |
character(len=AERO_MODE_NAME_LEN) | name |
Mode name, used to track particle sources. | |
character(len=AERO_MODE_TYPE_LEN) | type |
Mode type ("log_normal", "exp", or "mono"). | |
real *8 | mean_radius |
Mean radius of mode (m). | |
real *8 | log10_std_dev_radius |
Log base 10 of geometric standard deviation of radius, if necessary (m). | |
real *8 | num_conc |
Total number concentration of mode (#/m^3). | |
real *8, dimension(:), pointer | vol_frac |
Species fractions by volume [length aero_data%n_spec ] (1). |
Each mode is assumed to be fully internally mixed so that every particle has the same composition. The num_conc
array then stores the number concentration distribution.
character(len=AERO_MODE_NAME_LEN) pmc_aero_mode::aero_mode_t::name |
Mode name, used to track particle sources.
character(len=AERO_MODE_TYPE_LEN) pmc_aero_mode::aero_mode_t::type |
Mode type ("log_normal", "exp", or "mono").
Mean radius of mode (m).
Log base 10 of geometric standard deviation of radius, if necessary (m).
Total number concentration of mode (#/m^3).
real*8,dimension(:),pointer pmc_aero_mode::aero_mode_t::vol_frac |
Species fractions by volume [length aero_data%n_spec
] (1).