summaryrefslogtreecommitdiff
path: root/examples/stokes_drag_particle_2d_fplbm_gpu/sim.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stokes_drag_particle_2d_fplbm_gpu/sim.cpp')
-rw-r--r--examples/stokes_drag_particle_2d_fplbm_gpu/sim.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stokes_drag_particle_2d_fplbm_gpu/sim.cpp b/examples/stokes_drag_particle_2d_fplbm_gpu/sim.cpp
index 78e7ba5..0a9b2fb 100644
--- a/examples/stokes_drag_particle_2d_fplbm_gpu/sim.cpp
+++ b/examples/stokes_drag_particle_2d_fplbm_gpu/sim.cpp
@@ -206,7 +206,7 @@ saw::error_or<void> step(
saw::data<sch::Scalar<T>> eps;
eps.at({}).set(1.5f);
saw::data<sch::Scalar<T>> rad;
- rad.at({}).set(dim_y*0.1);
+ rad.at({}).set(dim_y*0.1/4.0);
saw::data<sch::Vector<T,Desc::D>> p_pos;
{
p_pos.at({{0u}}) = dim_x * 0.5;