diff --git a/openfoam/run/flowAroundCylinder/0/U b/openfoam/run/flowAroundCylinder/0/U
index e9fd0f81b2f02de4055c0656714d4d4c1d00384e..8a08e69581a7e63ff480d763335a3701edc6de39 100644
--- a/openfoam/run/flowAroundCylinder/0/U
+++ b/openfoam/run/flowAroundCylinder/0/U
@@ -18,7 +18,6 @@ dimensions      [0 1 -1 0 0 0 0];
 
 internalField   uniform (0 0 0);
 
-#include "../scale"
 
 boundaryField
 {
@@ -31,7 +30,7 @@ boundaryField
     inlet
     {
         type            codedFixedValue;
-        value           uniform ($ubar 0 0);
+        value           uniform (0.2 0 0);
         name            parabolicChannelInlet;
         code            #{
             auto y0 = -0.2;      // Reference coordinate, lower wall
diff --git a/openfoam/run/flowAroundCylinder/scale b/openfoam/run/flowAroundCylinder/scale
index 5b946bfc546942512b3900d04f899219992ab596..ddb8e48649af49f005b1dd830275cc17c1d932cb 100644
--- a/openfoam/run/flowAroundCylinder/scale
+++ b/openfoam/run/flowAroundCylinder/scale
@@ -1,2 +1 @@
 N 8;
-ubar 0.2;