diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-25 21:48:13 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-25 21:48:13 +0200 |
| commit | 8c2e629878ab1c73c73ae92d76e8883ccfa032a2 (patch) | |
| tree | c14b9d11d8ae1c1282a7fcd5611e5a2b13f38058 /examples/one_particle_sedimentation_2d/sim.cpp | |
| parent | 923d90f0d5dffa58ac6b4f820f1db5123a0df618 (diff) | |
| download | libs-lbm-dev.tar.gz | |
Feierabend?dev
Diffstat (limited to 'examples/one_particle_sedimentation_2d/sim.cpp')
| -rw-r--r-- | examples/one_particle_sedimentation_2d/sim.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/one_particle_sedimentation_2d/sim.cpp b/examples/one_particle_sedimentation_2d/sim.cpp index b0b374c..a722fc3 100644 --- a/examples/one_particle_sedimentation_2d/sim.cpp +++ b/examples/one_particle_sedimentation_2d/sim.cpp @@ -48,10 +48,10 @@ saw::error_or<void> lbm_main(const saw::data<args::LbmArgs>& args){ // delta_x {{0.02 / dim_x}}, // delta_t - {{1.067e-4}} + {{1.5e-6}} }; - print_lbm_meta<T,Desc>(conv,{1e-3},{1e-4},{0.5 * dim_y}); + print_lbm_meta<T,Desc>(conv,{1e-3},{1e-4},{0.02}); // saw::data<sch::FixedArray<sch::UInt64,Desc::D>> meta{{dim_x,dim_y}}; auto lbm_data_ptr = saw::heap<saw::data<sch::ChunkStruct<T,Desc>>>(); |
