From faebcaca39e2448f0d0db7405a4f6952528da747 Mon Sep 17 00:00:00 2001
From: felix <feh7@hi.is>
Date: Tue, 18 May 2021 13:51:25 +0000
Subject: [PATCH] 2 comments

---
 openfoam/run/flowAroundCylinder/system/fvSchemes | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/openfoam/run/flowAroundCylinder/system/fvSchemes b/openfoam/run/flowAroundCylinder/system/fvSchemes
index cd89b6b..a5e6e39 100644
--- a/openfoam/run/flowAroundCylinder/system/fvSchemes
+++ b/openfoam/run/flowAroundCylinder/system/fvSchemes
@@ -29,12 +29,12 @@ gradSchemes
 divSchemes
 {
     default         none;
-    div(phi,U)      Gauss linear;
+    div(phi,U)      Gauss linear;  // probably should be limitedLinearV 1 instead
 }
 
 laplacianSchemes
 {
-    default         Gauss linear orthogonal;
+    default         Gauss linear orthogonal;  // probably should be corrected instead
 }
 
 interpolationSchemes
-- 
GitLab