summaryrefslogtreecommitdiff
path: root/c++/lbm.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-07-02 14:36:33 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-07-02 14:36:33 +0200
commita6d73e49cd17f1c55d4d4718c89df74ef0a03b41 (patch)
tree432f2bf1aca23dc69d971c77411084744ace8448 /c++/lbm.hpp
parent5be771eb356263bf43c57056eba77df7235c78f4 (diff)
Moving to global equilibrium with proper types and introducing poiseulle
Slowly though
Diffstat (limited to 'c++/lbm.hpp')
-rw-r--r--c++/lbm.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/lbm.hpp b/c++/lbm.hpp
index 3f46776..d331c6a 100644
--- a/c++/lbm.hpp
+++ b/c++/lbm.hpp
@@ -4,6 +4,7 @@
#include "converter.hpp"
#include "config.hpp"
#include "component.hpp"
+#include "equilibrium.hpp"
#include "write_vtk.hpp"
#include <forstio/codec/unit/unit_print.hpp>