diff --git a/CMake/cmake_config_files/PHOENIX.config.cmake b/CMake/cmake_config_files/PHOENIX.config.cmake index 12355ebb32bacd3251e95b434207ac2820c6bf77..43f29d9d02a5de241905de9d4b739ec1c620b4ad 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 62957069ee279e3ff3e93ea1c4d0203bf5c5a2f2..638d025c8a2673968e4c5fec25301a4c104ea160 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 ae4ea633a164b6d8e9b09b7cb754cda4f18a1e60..ca7f0aefb024f74043b311fc488e22e38e089803 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