From 3868902d80d815d9310a52a179b630d2075e216f Mon Sep 17 00:00:00 2001
From: graham <g.macpherson@opencfd.co.uk>
Date: Mon, 16 May 2011 10:26:40 +0100
Subject: [PATCH] STYLE:  Using $internalField for lowerWall as per training
 notes.

---
 tutorials/incompressible/simpleFoam/motorBike/0.org/U | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tutorials/incompressible/simpleFoam/motorBike/0.org/U b/tutorials/incompressible/simpleFoam/motorBike/0.org/U
index 0e62e1551fe..c1fb7eec0af 100644
--- a/tutorials/incompressible/simpleFoam/motorBike/0.org/U
+++ b/tutorials/incompressible/simpleFoam/motorBike/0.org/U
@@ -35,7 +35,7 @@ boundaryField
     lowerWall
     {
         type            fixedValue;
-        value           uniform (20 0 0);
+        value           $internalField;
     }
 
     "motorBike_.*"
-- 
GitLab