From df681e3ea00181b7b203bfbbde658a462e2ef575 Mon Sep 17 00:00:00 2001
From: Anna Wellmann <a.wellmann@tu-bs.de>
Date: Wed, 21 Dec 2022 08:17:30 +0000
Subject: [PATCH] Phoenix setup

---
 CMake/cmake_config_files/PHOENIX.config.cmake    | 1 +
 apps/gpu/LBM/ActuatorLine/ActuatorLine.cpp       | 2 +-
 apps/gpu/LBM/ActuatorLine/configActuatorLine.txt | 4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/CMake/cmake_config_files/PHOENIX.config.cmake b/CMake/cmake_config_files/PHOENIX.config.cmake
index d31d8684a..43f29d9d0 100644
--- a/CMake/cmake_config_files/PHOENIX.config.cmake
+++ b/CMake/cmake_config_files/PHOENIX.config.cmake
@@ -31,4 +31,5 @@ list(APPEND USER_APPS
     # "${GPU_APP}DrivenCavityMultiGPU"
     # "${GPU_APP}SphereScaling"
     # "${GPU_APP}MusselOyster"
+    "${GPU_APP}ActuatorLine"
     )
diff --git a/apps/gpu/LBM/ActuatorLine/ActuatorLine.cpp b/apps/gpu/LBM/ActuatorLine/ActuatorLine.cpp
index 77afe599b..61140eacd 100644
--- a/apps/gpu/LBM/ActuatorLine/ActuatorLine.cpp
+++ b/apps/gpu/LBM/ActuatorLine/ActuatorLine.cpp
@@ -164,7 +164,7 @@ void multipleLevel(const std::string& configPath)
     para->setMaxLevel(2);
     scalingFactory.setScalingFactory(GridScalingFactory::GridScaling::ScaleCompressible);
 
-    std::string stlPath = "./apps/gpu/LBM/ActuatorLine/Pole.stl";
+    std::string stlPath = "./VirtualFluids_dev/apps/gpu/LBM/ActuatorLine/Pole.stl";
 
     Object *sphere = TriangularMesh::make(stlPath);
     gridBuilder->addGeometry(sphere);
diff --git a/apps/gpu/LBM/ActuatorLine/configActuatorLine.txt b/apps/gpu/LBM/ActuatorLine/configActuatorLine.txt
index ae4ea633a..ca7f0aefb 100644
--- a/apps/gpu/LBM/ActuatorLine/configActuatorLine.txt
+++ b/apps/gpu/LBM/ActuatorLine/configActuatorLine.txt
@@ -1,14 +1,14 @@
 ##################################################
 #informations for Writing
 ##################################################
-# Path = ./output
+Path = /work/y0078217/Results/ActuatorLine
 ##################################################
 #informations for reading
 ##################################################
 GridPath=.
 ##################################################
 ReferenceDiameter=126
-NodesPerDiameter=40
+NodesPerDiameter=60
 Velocity=9
 ##################################################
 tStartOut=0
-- 
GitLab