From 24bf28a8fb9cc8c3a90b77de9b60728bece7885d Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Sat, 18 Oct 2025 18:01:14 +0200 Subject: Moving project structure for more less compilation --- lib/tests/particle_flow_coupling.cpp | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 lib/tests/particle_flow_coupling.cpp (limited to 'lib/tests/particle_flow_coupling.cpp') diff --git a/lib/tests/particle_flow_coupling.cpp b/lib/tests/particle_flow_coupling.cpp new file mode 100644 index 0000000..c3e3769 --- /dev/null +++ b/lib/tests/particle_flow_coupling.cpp @@ -0,0 +1,23 @@ +#include + +#include +#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> system; + + /// What are the steps?# + /// + /// Collide and Stream + +} +} -- cgit v1.2.3