summaryrefslogtreecommitdiff
path: root/examples/stokes_drag_particle_2d_fplbm_gpu
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stokes_drag_particle_2d_fplbm_gpu')
-rw-r--r--examples/stokes_drag_particle_2d_fplbm_gpu/sim.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/stokes_drag_particle_2d_fplbm_gpu/sim.cpp b/examples/stokes_drag_particle_2d_fplbm_gpu/sim.cpp
index 0d6ebec..9e96219 100644
--- a/examples/stokes_drag_particle_2d_fplbm_gpu/sim.cpp
+++ b/examples/stokes_drag_particle_2d_fplbm_gpu/sim.cpp
@@ -135,6 +135,7 @@ saw::error_or<void> setup_initial_conditions(
por_f.at(index).at({}) = {0};
rho.at({}) = {1};
auto& vel = vel_f.at(index);
+ vel.at({{0u}}) = 0.0002f;
auto eq = equilibrium<T,Desc>(rho,vel);
df = eq;