diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-09-07 15:08:20 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-09-07 15:08:20 +0200 |
| commit | 96619fc23312e91e9fbe453cb115f116784c032a (patch) | |
| tree | 9d931191117f54f2134b3ad3615e2092870a99ca /examples/one_particle_sedimentation_2d/init.hpp | |
| parent | d2a406aceeb935d4eac1b5ae02e268be4463b6b0 (diff) | |
| parent | 54dfad7ac102fe40d71d8818d77801160a7073c1 (diff) | |
| download | libs-lbm-96619fc23312e91e9fbe453cb115f116784c032a.tar.gz | |
Diffstat (limited to 'examples/one_particle_sedimentation_2d/init.hpp')
| -rw-r--r-- | examples/one_particle_sedimentation_2d/init.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/one_particle_sedimentation_2d/init.hpp b/examples/one_particle_sedimentation_2d/init.hpp index d9b8a37..8bcc236 100644 --- a/examples/one_particle_sedimentation_2d/init.hpp +++ b/examples/one_particle_sedimentation_2d/init.hpp @@ -75,7 +75,7 @@ saw::error_or<void> init( { saw::data<sch::Scalar<T>> radius_p; - radius_p.at({}).set(conv.meter_si_to_lbm({{0.05}}).handle().get()); + radius_p.at({}).set(conv.meter_si_to_lbm({{0.00125}}).handle().get()); std::cout<<"RADIUS: "<<radius_p.at({}).get()<<std::endl; saw::data<sch::Scalar<T>> dense_p; dense_p.at({}).set(1); |
