From 613ad555aaf7c2f84df15581da60636a68d75f03 Mon Sep 17 00:00:00 2001 From: Anna Wellmann <a.wellmann@tu-bs.de> Date: Thu, 15 Dec 2022 16:02:22 +0100 Subject: [PATCH] Phoenix setup --- CMake/cmake_config_files/PHOENIX.config.cmake | 3 ++- apps/gpu/LBM/ActuatorLine/ActuatorLine.cpp | 2 +- apps/gpu/LBM/ActuatorLine/configActuatorLine.txt | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CMake/cmake_config_files/PHOENIX.config.cmake b/CMake/cmake_config_files/PHOENIX.config.cmake index 12355ebb3..43f29d9d0 100644 --- a/CMake/cmake_config_files/PHOENIX.config.cmake +++ b/CMake/cmake_config_files/PHOENIX.config.cmake @@ -29,6 +29,7 @@ set(CMAKE_CUDA_ARCHITECTURES 60) # NVIDIA Tesla P100 set(GPU_APP "apps/gpu/LBM/") list(APPEND USER_APPS # "${GPU_APP}DrivenCavityMultiGPU" - "${GPU_APP}SphereScaling" + # "${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 62957069e..638d025c8 100644 --- a/apps/gpu/LBM/ActuatorLine/ActuatorLine.cpp +++ b/apps/gpu/LBM/ActuatorLine/ActuatorLine.cpp @@ -133,7 +133,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