From 317ccf3f412b14ddb6768d85d0d30a3b9fcbadae Mon Sep 17 00:00:00 2001
From: Anna Wellmann <a.wellmann@tu-braunschweig.de>
Date: Mon, 6 Sep 2021 18:16:40 +0200
Subject: [PATCH] Use new Mussel.stl

(cherry picked from commit 3191433948c45d04b49729cc92e9b54796981a7f)
---
 apps/gpu/LBM/MusselOyster/MusselOyster.cpp | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/apps/gpu/LBM/MusselOyster/MusselOyster.cpp b/apps/gpu/LBM/MusselOyster/MusselOyster.cpp
index 12ef13eba..79d6637b3 100644
--- a/apps/gpu/LBM/MusselOyster/MusselOyster.cpp
+++ b/apps/gpu/LBM/MusselOyster/MusselOyster.cpp
@@ -174,12 +174,12 @@ void multipleLevel(const std::string& configPath)
 
     if (useGridGenerator) {
         // bounding box mussel:
-        const real bbxm = -18.0;
-        const real bbxp = 58.0;
-        const real bbym = -17.0;
-        const real bbyp = 18.0;
-        const real bbzm = -5.0;
-        const real bbzp = 13.0;
+        const real bbxm = 0.0;
+        const real bbxp = 76.0;
+        const real bbym = 0.0;
+        const real bbyp = 35.0;
+        const real bbzm = 0.0;
+        const real bbzp = 18.3;
         // bounding box oyster:
         // const real bbxm = 0.0;
         // const real bbxp = 115.0;
-- 
GitLab