PartMC  2.6.1
Modules | Functions/Subroutines | Variables
coag_kernel_additive.F90 File Reference

The pmc_coag_kernel_additive module. More...

Go to the source code of this file.

Modules

module  pmc_coag_kernel_additive
 Additive coagulation kernel.
 

Functions/Subroutines

subroutine pmc_coag_kernel_additive::kernel_additive (aero_particle_1, aero_particle_2, aero_data, env_state, k)
 Additive coagulation kernel. More...
 
subroutine pmc_coag_kernel_additive::kernel_additive_minmax (v1, v2, aero_data, env_state, k_min, k_max)
 Minimum and maximum values of the additive kernel. More...
 
subroutine pmc_coag_kernel_additive::soln_additive_exp (bin_grid, aero_data, time, num_conc, radius_at_mean_vol, env_state, aero_binned)
 Exact solution with the additive coagulation kernel and exponential initial condition. More...
 
subroutine pmc_coag_kernel_additive::bessi1 (x, r)
 Modified Bessel function of the first kind $ I_1(x) $. More...
 
subroutine pmc_coag_kernel_additive::calci1 (arg, result, jint)
 Calculates modified Bessel functions of the first kind $ I_1(x) $. More...
 

Variables

real(kind=dp), parameter pmc_coag_kernel_additive::beta_1 = 1000d0
 Scaling coefficient for constant kernel. More...
 

Detailed Description

The pmc_coag_kernel_additive module.

Definition in file coag_kernel_additive.F90.