summaryrefslogtreecommitdiff
path: root/tests/particle_flow_coupling.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/particle_flow_coupling.cpp')
-rw-r--r--tests/particle_flow_coupling.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/particle_flow_coupling.cpp b/tests/particle_flow_coupling.cpp
deleted file mode 100644
index c3e3769..0000000
--- a/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
-
-}
-}