From 5a166a02efe011931faa7a9ff9fe4043e3a8017a Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 23 Jun 2025 16:12:27 +0200 Subject: Upgrading the cavity example --- tests/particle_flow_coupling.cpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/particle_flow_coupling.cpp (limited to 'tests/particle_flow_coupling.cpp') diff --git a/tests/particle_flow_coupling.cpp b/tests/particle_flow_coupling.cpp new file mode 100644 index 0000000..216c229 --- /dev/null +++ b/tests/particle_flow_coupling.cpp @@ -0,0 +1,20 @@ +#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; + + +} +} -- cgit v1.2.3