diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-09-03 18:04:36 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-09-03 18:04:36 +0200 |
commit | 616b0011c3638eceaae8890c3a66037625587f1d (patch) | |
tree | 0487d2ddddcaedaa3006fd83ddfaf6520c41f419 /examples/cavity_2d_gpu.cpp | |
parent | dd90f1efc84a5f0d92e97fce6085763697092eae (diff) |
Error in guo forcing seems to persist
Some debug output left there, but there's no force. Might be that the
higher precision is impacting this
Diffstat (limited to 'examples/cavity_2d_gpu.cpp')
-rw-r--r-- | examples/cavity_2d_gpu.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/cavity_2d_gpu.cpp b/examples/cavity_2d_gpu.cpp index b24ca38..19563e2 100644 --- a/examples/cavity_2d_gpu.cpp +++ b/examples/cavity_2d_gpu.cpp @@ -199,7 +199,6 @@ void lbm_step( */ component<sch::T, sch::D2Q9, cmpt::BGK> coll{0.59}; component<sch::T, sch::D2Q9, cmpt::BounceBack> bb; - component<sch::T, sch::D2Q9, cmpt::MovingWall> bb_lid; bb_lid.lid_vel = {0.1,0.0}; |