PartMC  2.6.1
Data Types | Modules | Functions/Subroutines | Variables
chamber.F90 File Reference

The pmc_chamber module. More...

Go to the source code of this file.

Data Types

type  pmc_chamber::chamber_t
 

Modules

module  pmc_chamber
 

Functions/Subroutines

real(kind=dp) function pmc_chamber::chamber_diff_coef (vol, aero_data, temp, pressure)
 Based on Eq. 23 in Naumann 2003 J. Aerosol. Sci. More...
 
real(kind=dp) function pmc_chamber::chamber_diff_bl_thick (chamber, vol, aero_data, temp, pressure)
 Calculate diffusional boundary layer thickness. Based on Eq. 40 in Naumann 2003 J. Aerosol. Sci. More...
 
real(kind=dp) function pmc_chamber::chamber_loss_rate_wall (chamber, vol, aero_data, env_state)
 Calculate the loss rate due to wall diffusion in chamber. Based on Eq. 37a in Naumann 2003 J. Aerosol. Sci. More...
 
real(kind=dp) function pmc_chamber::chamber_loss_rate_sedi (chamber, vol, density, aero_data, env_state)
 Calculate the loss rate due to sedimentation in chamber. Based on Eq. 37b in Naumann 2003 J. Aerosol. Sci. More...
 
integer function pmc_chamber::pmc_mpi_pack_size_chamber (val)
 Determines the number of bytes required to pack the given value. More...
 
subroutine pmc_chamber::pmc_mpi_pack_chamber (buffer, position, val)
 Packs the given value into the buffer, advancing position. More...
 
subroutine pmc_chamber::pmc_mpi_unpack_chamber (buffer, position, val)
 Unpacks the given value from the buffer, advancing position. More...
 

Variables

real(kind=dp), parameter pmc_chamber::chamber_unit_diff_coef = 1d0
 Unit translational diffusion coefficient (m^2 s^{-1}). More...
 

Detailed Description

The pmc_chamber module.

Definition in file chamber.F90.