diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-12 13:33:42 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-12 13:33:42 +0200 |
| commit | 919f5a625c5efeea94c0dd0de5039a27e77d3fac (patch) | |
| tree | 443a6d9bb61abb87176bb7a6d1c878a34027cd5b /modules/core/c++/boundary | |
| parent | bff15d076515b93621a66fe93f58d4d3221c23c7 (diff) | |
| download | libs-lbm-919f5a625c5efeea94c0dd0de5039a27e77d3fac.tar.gz | |
Fixing Pressure ZouHe, but also forgot that I wanted to move to momentum
Diffstat (limited to 'modules/core/c++/boundary')
| -rw-r--r-- | modules/core/c++/boundary/zou_he_pressure.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
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 { + +} +} |
