diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-07-02 14:36:33 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-07-02 14:36:33 +0200 |
commit | a6d73e49cd17f1c55d4d4718c89df74ef0a03b41 (patch) | |
tree | 432f2bf1aca23dc69d971c77411084744ace8448 /c++/lbm.hpp | |
parent | 5be771eb356263bf43c57056eba77df7235c78f4 (diff) |
Moving to global equilibrium with proper types and introducing poiseulle
Slowly though
Diffstat (limited to 'c++/lbm.hpp')
-rw-r--r-- | c++/lbm.hpp | 1 |
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> |