diff options
Diffstat (limited to 'modules/core/c++/boundary')
| -rw-r--r-- | modules/core/c++/boundary/common.hpp | 8 | ||||
| -rw-r--r-- | modules/core/c++/boundary/zou_he_pressure.hpp | 9 |
2 files changed, 17 insertions, 0 deletions
diff --git a/modules/core/c++/boundary/common.hpp b/modules/core/c++/boundary/common.hpp new file mode 100644 index 0000000..3feb451 --- /dev/null +++ b/modules/core/c++/boundary/common.hpp @@ -0,0 +1,8 @@ +#pragma once + +#include "../common.hpp" + +namespace kel { +namespace lbm { +} +} 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 { + +} +} |
