summaryrefslogtreecommitdiff
path: root/lib/core/tests/particle_flow_coupling.cpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-12-19 14:11:57 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-12-19 14:11:57 +0100
commit6a918f0827a6e8806f77e39e0348b1a2abed71f2 (patch)
tree30e70bf0533e91a4aa9246de1dd3aa256c64d0c1 /lib/core/tests/particle_flow_coupling.cpp
parent434607c33deab6ad91cfeb203050138c108958ed (diff)
downloadlibs-lbm-6a918f0827a6e8806f77e39e0348b1a2abed71f2.tar.gz
Rewriting large portion for simpler approach
Diffstat (limited to 'lib/core/tests/particle_flow_coupling.cpp')
-rw-r--r--lib/core/tests/particle_flow_coupling.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/lib/core/tests/particle_flow_coupling.cpp b/lib/core/tests/particle_flow_coupling.cpp
deleted file mode 100644
index c3e3769..0000000
--- a/lib/core/tests/particle_flow_coupling.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
-#include <forstio/test/suite.hpp>
-
-#include <iostream>
-#include "../c++/particle/geometry/circle.hpp"
-
-
-namespace {
-namespace sch {
-using namespace kel::lbm::sch;
-
-using T = Float64;
-}
-
-SAW_TEST("Particle Coupling"){
- using namespace kel;
- lbm::particle_system<sch::T,2,sch::Particle<sch::T,2>> system;
-
- /// What are the steps?#
- ///
- /// Collide and Stream
-
-}
-}