diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-24 17:15:52 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-24 17:15:52 +0200 |
| commit | 2b153a0e0263e5a76550b15382e2609f7b5a5d41 (patch) | |
| tree | 754727f9a5cd9cb2990fe0ba916ebbbfb9486e21 /examples/one_particle_sedimentation_2d/sim.cpp | |
| parent | e6168bb3f656ebab9b63be697c79819b08fc1ae0 (diff) | |
| download | libs-lbm-2b153a0e0263e5a76550b15382e2609f7b5a5d41.tar.gz | |
Stuff
Diffstat (limited to 'examples/one_particle_sedimentation_2d/sim.cpp')
| -rw-r--r-- | examples/one_particle_sedimentation_2d/sim.cpp | 2 |
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}} }; |
