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

The pmc_coag_kernel_constant module. More...

Go to the source code of this file.

Modules

module  pmc_coag_kernel_constant
 Constant coagulation kernel.
 

Functions/Subroutines

subroutine pmc_coag_kernel_constant::kernel_constant (aero_particle_1, aero_particle_2, aero_data, env_state, k)
 Constant coagulation kernel. More...
 
subroutine pmc_coag_kernel_constant::kernel_constant_minmax (v1, v2, aero_data, env_state, k_min, k_max)
 Minimum and maximum values of the constant coagulation kernel. More...
 
subroutine pmc_coag_kernel_constant::soln_constant_exp (bin_grid, aero_data, time, num_conc, radius_at_mean_vol, env_state, aero_binned)
 Exact solution with a constant coagulation kernel and an exponential initial condition. More...
 

Variables

real(kind=dp), parameter pmc_coag_kernel_constant::beta_0 = 0.25d0 / (60d0 * 2d8)
 Coefficient for constant kernel. More...
 

Detailed Description

The pmc_coag_kernel_constant module.

Definition in file coag_kernel_constant.F90.