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/common.hpp | |
| parent | e6168bb3f656ebab9b63be697c79819b08fc1ae0 (diff) | |
| download | libs-lbm-2b153a0e0263e5a76550b15382e2609f7b5a5d41.tar.gz | |
Stuff
Diffstat (limited to 'examples/one_particle_sedimentation_2d/common.hpp')
| -rw-r--r-- | examples/one_particle_sedimentation_2d/common.hpp | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/examples/one_particle_sedimentation_2d/common.hpp b/examples/one_particle_sedimentation_2d/common.hpp index 37e0402..954557d 100644 --- a/examples/one_particle_sedimentation_2d/common.hpp +++ b/examples/one_particle_sedimentation_2d/common.hpp @@ -14,15 +14,17 @@ namespace kel { namespace lbm { /** - * length 2.2m - * height 0.41m + * length 20mm + * height 80mm * viscosity 10^-3 - * particle diameter 0.1m - * position at (0.16m,0.2m) + * particle radius 1.25mm + * position at (10mm,40mm) + * particle density 0.00125g/mm³ + * fluid density 0.001g/mm³ */ -constexpr uint64_t dim_y = 512ul; -constexpr uint64_t dim_x = 256ul; +constexpr uint64_t dim_y = 800ul; +constexpr uint64_t dim_x = 200ul; constexpr uint64_t particle_amount = 1ul; |
