From 4fc53195d952be76a5ac75e9a38e4cf4385bda70 Mon Sep 17 00:00:00 2001
From: Felix <feh7@hi.is>
Date: Sat, 24 Apr 2021 12:47:27 +0000
Subject: [PATCH] revert complicated div thingy to original scheme

because of error
---
 openfoam2012/freeCylinderFlow/system/fvSchemes | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openfoam2012/freeCylinderFlow/system/fvSchemes b/openfoam2012/freeCylinderFlow/system/fvSchemes
index 5a805ab..4949370 100644
--- a/openfoam2012/freeCylinderFlow/system/fvSchemes
+++ b/openfoam2012/freeCylinderFlow/system/fvSchemes
@@ -39,7 +39,7 @@ divSchemes
     div(phi,epsilon) $turbulence;
     div(phi,omega)  $turbulence;  // error was that this was missing. Just do the same as with the other div(phi,...)...
 
-    div((nuEff*dev2(T(grad(U))))) $turbulence; // to have the same everywhere Gauss linear;
+    div((nuEff*dev2(T(grad(U))))) Gauss linear;
 }
 
 laplacianSchemes
-- 
GitLab