From 08f2d21521c107fef57abf20d81707020aa3bd47 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 16 Sep 2025 19:36:41 +0200 Subject: Dangling afternoon changes --- c++/hlbm.hpp | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 c++/hlbm.hpp (limited to 'c++/hlbm.hpp') diff --git a/c++/hlbm.hpp b/c++/hlbm.hpp new file mode 100644 index 0000000..1c665ce --- /dev/null +++ b/c++/hlbm.hpp @@ -0,0 +1,24 @@ +#pragma once + +#include "macroscopic.hpp" +#include "component.hpp" +#include "equilibrium.hpp" + +namespace kel { +namespace lbm { +namespace cmpt { +struct HLBM {}; +} + +/** + * HLBM collision operator for LBM + */ +template +class component { +private: +public: + component() = default; +}; + +} +} -- cgit v1.2.3