From 919f5a625c5efeea94c0dd0de5039a27e77d3fac Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 12 Aug 2026 13:33:42 +0200 Subject: Fixing Pressure ZouHe, but also forgot that I wanted to move to momentum --- modules/core/c++/boundary/zou_he_pressure.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 modules/core/c++/boundary/zou_he_pressure.hpp (limited to 'modules/core/c++/boundary') diff --git a/modules/core/c++/boundary/zou_he_pressure.hpp b/modules/core/c++/boundary/zou_he_pressure.hpp new file mode 100644 index 0000000..7fc8591 --- /dev/null +++ b/modules/core/c++/boundary/zou_he_pressure.hpp @@ -0,0 +1,9 @@ +#pragma once + +#include "common.hpp" + +namespace kel { +namespace lbm { + +} +} -- cgit v1.2.3