From cbc57ee3830d3baaf3559ca944c2f444380899bb Mon Sep 17 00:00:00 2001
From: Martin Schoenherr <m.schoenherr@tu-braunschweig.de>
Date: Wed, 2 Aug 2023 11:48:57 +0200
Subject: [PATCH] select explicitly the main kernel in SphereGPU App

---
 apps/gpu/SphereGPU/Sphere.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/apps/gpu/SphereGPU/Sphere.cpp b/apps/gpu/SphereGPU/Sphere.cpp
index 40cc55df4..7b6676ff3 100644
--- a/apps/gpu/SphereGPU/Sphere.cpp
+++ b/apps/gpu/SphereGPU/Sphere.cpp
@@ -70,6 +70,7 @@
 #include "VirtualFluids_GPU/Factories/GridScalingFactory.h"
 #include "VirtualFluids_GPU/PreCollisionInteractor/Probes/PointProbe.h"
 #include "VirtualFluids_GPU/PreCollisionInteractor/Probes/PlaneProbe.h"
+#include "VirtualFluids_GPU/Kernel/Utilities/KernelTypes.h"
 
 int main(int argc, char *argv[])
 {
@@ -170,6 +171,8 @@ int main(int argc, char *argv[])
         para->setTimestepOut(timeStepOut);
         para->setTimestepEnd(timeStepEnd);
 
+        para->setMainKernel(vf::CollisionKernel::Compressible::K17CompressibleNavierStokes);
+
         //////////////////////////////////////////////////////////////////////////
         // set boundary conditions
         //////////////////////////////////////////////////////////////////////////
-- 
GitLab