From 54dfad7ac102fe40d71d8818d77801160a7073c1 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 7 Sep 2026 13:36:54 +0200 Subject: FpLbm two way couple doing weird things --- modules/core/c++/fplbm.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/core/c++/fplbm.hpp b/modules/core/c++/fplbm.hpp index f50cb1b..0ab7903 100644 --- a/modules/core/c++/fplbm.hpp +++ b/modules/core/c++/fplbm.hpp @@ -352,7 +352,7 @@ public: // vel_s is technically time the density of the particle? - force = ( vel_s - mom) * two * flip_por; + force = global_force_ * por + ( vel_s - mom) * two * flip_por; // force = (vel_s - mom) * flip_por / (flip_por / two + one); force_p = force_p - force; -- cgit v1.3.1