|
PartMC
2.4.0
|
The pmc_aero_info module. More...
Go to the source code of this file.
Data Types | |
| type | pmc_aero_info::aero_info_t |
| Information about removed particles describing the sink. More... | |
Modules | |
| module | pmc_aero_info |
| The aero_info_t structure and associated subroutines. | |
Functions/Subroutines | |
| integer function | pmc_aero_info::pmc_mpi_pack_size_aero_info (val) |
| Determines the number of bytes required to pack the given value. More... | |
| subroutine | pmc_aero_info::pmc_mpi_pack_aero_info (buffer, position, val) |
| Packs the given value into the buffer, advancing position. More... | |
| subroutine | pmc_aero_info::pmc_mpi_unpack_aero_info (buffer, position, val) |
| Unpacks the given value from the buffer, advancing position. More... | |
Variables | |
| integer, parameter | pmc_aero_info::aero_info_none = 0 |
| No information. More... | |
| integer, parameter | pmc_aero_info::aero_info_dilution = 1 |
| Particle was removed due to dilution with outside air. More... | |
| integer, parameter | pmc_aero_info::aero_info_coag = 2 |
| Particle was removed due to coagulation. More... | |
| integer, parameter | pmc_aero_info::aero_info_halved = 3 |
| Particle was removed due to halving of the aerosol population. More... | |
| integer, parameter | pmc_aero_info::aero_info_weight = 4 |
| Particle was removed due to adjustments in the particle's weighting function. More... | |
The pmc_aero_info module.
Definition in file aero_info.F90.