Sources

TODO

Functions

Cloudy.Sedimentation.get_sedimentation_fluxFunction

getsedimentationflux(pdists, vel)

pdists - list of ParticleDistributions vel - terminal velocity coefficients Returns sedimentation flux of all prognostic moments, which is the integral of terminal velocity times prognostic moments. The terminal velocity of particles is assumed to be expressed as: ∑ vel[i][1] * x^(vel[i][2]) where vel is a vector of tuples.