summaryrefslogtreecommitdiff
path: root/examples/one_particle_sedimentation_2d/sim.cpp
diff options
context:
space:
mode:
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}}
};