From 9836ed50b9717aeae0a4af911ceb335e9a981186 Mon Sep 17 00:00:00 2001
From: Hussein Alihussein <h.alihussein@tu-braunschweig.de>
Date: Fri, 24 Nov 2023 10:51:06 +0100
Subject: [PATCH] Clean BC

---
 src/cpu/core/BoundaryConditions/VelocityNonReflecting.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cpu/core/BoundaryConditions/VelocityNonReflecting.cpp b/src/cpu/core/BoundaryConditions/VelocityNonReflecting.cpp
index 02b96ee04..354b9aeca 100644
--- a/src/cpu/core/BoundaryConditions/VelocityNonReflecting.cpp
+++ b/src/cpu/core/BoundaryConditions/VelocityNonReflecting.cpp
@@ -109,14 +109,14 @@ void VelocityNonReflecting::applyBC()
     real rho, vx1, vx2, vx3;
     calcMacrosFct(f, rho, vx1, vx2, vx3);
     //vx1                  = 0.;
-    real BCVeloWeight = c1o2;
+    //real BCVeloWeight = c1o2;
     // real velocity     = 0.004814077025232405; 
      // real velocity     = 0.00057735;
     //real velocity = 0.04; 
       // real velocity = 0.01; 
      // real velocity = 1./112.; 
     // real velocity = 1./126.; 
-     real velocity = c1o100/2;
+     //real velocity = c1o100/2;
      // real velocity = 0.005; 
     //real delf         =(-velocity+vx1)*0.5 ;
     real delf; 
-- 
GitLab