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

The pmc_coag_kernel_sedi module. More...

Go to the source code of this file.

Modules

module  pmc_coag_kernel_sedi
 Gravitational sedimentation coagulation kernel.
 

Functions/Subroutines

subroutine pmc_coag_kernel_sedi::kernel_sedi (aero_particle_1, aero_particle_2, aero_data, env_state, k)
 Sedimentation coagulation kernel. More...
 
subroutine pmc_coag_kernel_sedi::kernel_sedi_minmax (v1, v2, aero_data, env_state, k_min, k_max)
 Minimum and maximum values of the sedimentation coagulation. More...
 
subroutine pmc_coag_kernel_sedi::kernel_sedi_helper (v1, v2, aero_data, temp, pressure, k)
 Helper function that does the actual sedimentation kernel computation. More...
 
subroutine pmc_coag_kernel_sedi::fall_g (r, w_inf)
 Finds the terminal velocity of a particle based on its size. More...
 
subroutine pmc_coag_kernel_sedi::effic (r1, r2, ec)
 Coagulation efficiency. More...
 

Detailed Description

The pmc_coag_kernel_sedi module.

Contains code based on coad1d.f by Andreas Bott

Definition in file coag_kernel_sedi.F90.