We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3260e18 + c2887f9 commit 959068cCopy full SHA for 959068c
src/particles_impl_kernel.ipp
@@ -146,7 +146,7 @@ namespace libcloudphxx
146
real_t res = kernel_geometric<real_t, n_t>::calc(tpl_wrap);
147
148
real_t r_L = max(sqrt(thrust::get<rw2_a_ix>(tpl_wrap.get_rw())), sqrt(thrust::get<rw2_b_ix>(tpl_wrap.get_rw())));
149
- if(r_L < 5.e-6)
+ if(r_L < 50.e-6)
150
{
151
real_t r_s = min(sqrt(thrust::get<rw2_a_ix>(tpl_wrap.get_rw())), sqrt(thrust::get<rw2_b_ix>(tpl_wrap.get_rw())));
152
if(r_s <= 3e-6)
0 commit comments