PartMC 2.1.2
Modules | Functions/Subroutines
coag_kernel_brown.F90 File Reference

The pmc_coag_kernel_brown module. More...

Go to the source code of this file.

Modules

module  pmc_coag_kernel_brown
 

Brownian coagulation kernel.


Functions/Subroutines

subroutine pmc_coag_kernel_brown::kernel_brown (aero_particle_1, aero_particle_2, aero_data, env_state, k)
 Compute the Brownian coagulation kernel.
subroutine pmc_coag_kernel_brown::kernel_brown_max (v1, v2, aero_data, env_state, k_max)
 Compute the maximum Brownian coagulation kernel.
subroutine pmc_coag_kernel_brown::kernel_brown_helper (v1, d1, v2, d2, tk, press, bckernel)
 Helper function that does the actual Brownian kernel computation.

Detailed Description

The pmc_coag_kernel_brown module.

Definition in file coag_kernel_brown.F90.