diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-08 18:56:43 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-08 18:56:43 +0200 |
| commit | b056b8bc007c5e006ac9ee319a465a4b4634e803 (patch) | |
| tree | a06599af8e0d2f6cda57d267e3c7c858c5d07891 /examples/stokes_drag_particle_2d_hlbm_gpu | |
| parent | fe9fbe33df43ae9397c8cef311ff5f2f9afe8e1f (diff) | |
| parent | 14dd342782540607cdc08f718700cd7917c017fc (diff) | |
| download | libs-lbm-b056b8bc007c5e006ac9ee319a465a4b4634e803.tar.gz | |
Merge branch 'dev'
Diffstat (limited to 'examples/stokes_drag_particle_2d_hlbm_gpu')
| -rw-r--r-- | examples/stokes_drag_particle_2d_hlbm_gpu/sim.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/stokes_drag_particle_2d_hlbm_gpu/sim.cpp b/examples/stokes_drag_particle_2d_hlbm_gpu/sim.cpp index 6166aa1..9c28d88 100644 --- a/examples/stokes_drag_particle_2d_hlbm_gpu/sim.cpp +++ b/examples/stokes_drag_particle_2d_hlbm_gpu/sim.cpp @@ -132,6 +132,7 @@ saw::error_or<void> setup_initial_conditions( por_f.at(index).at({}) = {1}; rho.at({}) = {1}; auto& vel = vel_f.at(index); + vel.at({{0u}}) = 0.0002f; auto eq = equilibrium<T,Desc>(rho,vel); df = eq; |
