PartMC 2.1.0
Public Attributes
pmc_aero_mode::aero_mode_t Type Reference

An aerosol size distribution mode. More...

List of all members.

Public Attributes

character(len=AERO_MODE_NAME_LENname
 Mode name, used to track particle sources.
integer type
 Mode type (given by module constants).
real(kind=dp) char_radius
 Characteristic radius, with meaning dependent on mode type (m).
real(kind=dp) log10_std_dev_radius
 Log base 10 of geometric standard deviation of radius, if necessary (m).
real(kind=dp) num_conc
 Total number concentration of mode (#/m^3).
real(kind=dp), dimension(:),
pointer 
vol_frac
 Species fractions by volume [length aero_data%n_spec] (1).
integer source
 Source number.

Detailed Description

An aerosol size distribution mode.

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.


Member Data Documentation

Characteristic radius, with meaning dependent on mode type (m).

Log base 10 of geometric standard deviation of radius, if necessary (m).

Mode name, used to track particle sources.

Total number concentration of mode (#/m^3).

Source number.

Mode type (given by module constants).

real(kind=dp),dimension(:),pointer pmc_aero_mode::aero_mode_t::vol_frac

Species fractions by volume [length aero_data%n_spec] (1).


The documentation for this type was generated from the following file: