Functions | |
subroutine | kernel_brown (v1, v2, env_state, bckernel) |
Compute the Brownian coagulation kernel. |
subroutine pmc_kernel_brown::kernel_brown | ( | real*8,intent(in) | v1, | |
real*8,intent(in) | v2, | |||
type(env_state_t),intent(in) | env_state, | |||
real*8,intent(out) | bckernel | |||
) |
Compute the Brownian coagulation kernel.
Uses equation (16.28) of M. Z. Jacobson, Fundamentals of Atmospheric Modeling, Cambridge University Press, 1999.
v1 | Volume of first particle (m^3). |
v2 | Volume of second particle (m^3). |
env_state | Environment state. |
bckernel | Kernel k(a,b) (m^3/s). |