From bffab324ca4d71c0eacb2389f1441638ac465b2e Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 27 Jun 2025 10:00:10 +0200 Subject: Moving towards poiseulle --- examples/cavity_2d.cpp | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'examples/cavity_2d.cpp') diff --git a/examples/cavity_2d.cpp b/examples/cavity_2d.cpp index 2860674..6ecdb23 100644 --- a/examples/cavity_2d.cpp +++ b/examples/cavity_2d.cpp @@ -105,25 +105,8 @@ public: */ namespace cmpt { struct MovingWall {}; -struct BBTwo {}; } -template -class component { -public: - - void apply(saw::data>& dfs){ - using dfi = df_info; - - // Technically use .copy() - auto df_cpy = dfs; - - for(uint64_t i = 1u; i < Desc::Q; ++i){ - dfs({i}) = df_cpy({dfi::opposite_index.at(i)}); - } - } -}; - /** * Full-Way moving wall Bounce back, something is not right here. * Technically it should reflect properly. @@ -244,8 +227,6 @@ void lbm_step( component coll{0.5384}; component bb; - component bb_two; - component bb_lid; bb_lid.lid_vel = {0.1,0.0}; -- cgit v1.2.3