From b9aacd9c2fdc61721c8ca3e1b40ebc92daa3772e Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 5 Nov 2025 13:38:04 +0100 Subject: Reworking structure --- lib/core/tests/particle_flow_coupling.cpp | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 lib/core/tests/particle_flow_coupling.cpp (limited to 'lib/core/tests/particle_flow_coupling.cpp') diff --git a/lib/core/tests/particle_flow_coupling.cpp b/lib/core/tests/particle_flow_coupling.cpp new file mode 100644 index 0000000..c3e3769 --- /dev/null +++ b/lib/core/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