diff --git a/openfoam/run/flowAroundCylinder/system/fvSchemes b/openfoam/run/flowAroundCylinder/system/fvSchemes
index cd89b6bd282306b287bf708be3bbb3f5c35dd4d0..a5e6e3930fa15b523c6015ee4ef5e98a5eb8e086 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