PartMC  2.6.1
Modules | Functions/Subroutines
coag_kernel_brown_cont.F90 File Reference

The pmc_coag_kernel_brown_cont module. More...

Go to the source code of this file.

Modules

module  pmc_coag_kernel_brown_cont
 Brownian coagulation kernel in continuum regime based on Vemury and Pratsinis [1995].
 

Functions/Subroutines

subroutine pmc_coag_kernel_brown_cont::kernel_brown_cont (aero_particle_1, aero_particle_2, aero_data, env_state, k)
 Compute the Brownian coagulation kernel in continuum regime. More...
 
subroutine pmc_coag_kernel_brown_cont::kernel_brown_cont_minmax (v1, v2, aero_data, env_state, k_min, k_max)
 Compute the minimum and maximum Brownian coagulation kernel in continuum regime based on Vemury and Pratsinis [1995]. More...
 
subroutine pmc_coag_kernel_brown_cont::kernel_brown_cont_helper (v1, d1, v2, d2, aero_data, temp, bckernel)
 Helper function that does the actual coagulation kernel computation. More...
 

Detailed Description

The pmc_coag_kernel_brown_cont module.

The coagulation kernel is based on Eq. 6 in S. Vemury and S. E. Pratsinis, Self-preserving size distributions of agglomerates, Journal of Aerosol Science, Vol. 26, No. 2, pp. 175-185, 1995.

Definition in file coag_kernel_brown_cont.F90.