summaryrefslogtreecommitdiff
path: root/examples/one_particle_sedimentation_2d/sim.cpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-08-24 17:15:52 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-08-24 17:15:52 +0200
commit2b153a0e0263e5a76550b15382e2609f7b5a5d41 (patch)
tree754727f9a5cd9cb2990fe0ba916ebbbfb9486e21 /examples/one_particle_sedimentation_2d/sim.cpp
parente6168bb3f656ebab9b63be697c79819b08fc1ae0 (diff)
downloadlibs-lbm-2b153a0e0263e5a76550b15382e2609f7b5a5d41.tar.gz
Stuff
Diffstat (limited to 'examples/one_particle_sedimentation_2d/sim.cpp')
-rw-r--r--examples/one_particle_sedimentation_2d/sim.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/one_particle_sedimentation_2d/sim.cpp b/examples/one_particle_sedimentation_2d/sim.cpp
index 7c9a56c..b0b374c 100644
--- a/examples/one_particle_sedimentation_2d/sim.cpp
+++ b/examples/one_particle_sedimentation_2d/sim.cpp
@@ -46,7 +46,7 @@ saw::error_or<void> lbm_main(const saw::data<args::LbmArgs>& args){
converter<T> conv {
// delta_x
- {{0.41 / dim_y}},
+ {{0.02 / dim_x}},
// delta_t
{{1.067e-4}}
};