diff --git a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/epsilon b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/epsilon
index d2d9900782a24e2181e23836d7828820a1de8e28..ac692bb7f2b0ed6680969f4477a21b008de32e46 100644
--- a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/epsilon
+++ b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/epsilon
@@ -24,12 +24,12 @@ boundaryField
     lowerWall
     {
         type            epsilonWallFunction;
-        value           uniform 1e-08;
+        value           $internalField;
     }
     upperWall
     {
         type            epsilonWallFunction;
-        value           uniform 1e-08;
+        value           $internalField;
     }
     front
     {
diff --git a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/k b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/k
index 5f80226cc8c8273ea7fe2efd8d6dc29a1a30db24..1c9826aebd4b14149824fc4dc7cc540d28b6a931 100644
--- a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/k
+++ b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/k
@@ -24,12 +24,12 @@ boundaryField
     lowerWall
     {
         type            kqRWallFunction;
-        internalField   uniform 0.1;
+        value           $internalField;
     }
     upperWall
     {
         type            kqRWallFunction;
-        internalField   uniform 0.1;
+        value           $internalField;
     }
     front
     {
diff --git a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nut b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nut
index ecdb3d27330cb39968e9c4cb144f3163df68c553..c9cc1c5b79ca5260ab5daed2b5b0991408a0c84a 100644
--- a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nut
+++ b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nut
@@ -24,12 +24,12 @@ boundaryField
     lowerWall
     {
         type            nutkWallFunction;
-        value           uniform 0;
+        value           $internalField;
     }
     upperWall
     {
         type            nutkWallFunction;
-        value           uniform 0;
+        value           $internalField;
     }
     front
     {
diff --git a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nut.k b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nut.k
index c353c0b7f29fca9af32532e8937ba79c182b4c2b..7d7ba9f720146176f2ca5d9f7d6056a43c040a2a 100644
--- a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nut.k
+++ b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nut.k
@@ -24,12 +24,12 @@ boundaryField
     lowerWall
     {
         type            nutkWallFunction;
-        value           uniform 0;
+        value           $internalField;
     }
     upperWall
     {
         type            nutkWallFunction;
-        value           uniform 0;
+        value           $internalField;
     }
     front
     {
diff --git a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nut.spalding b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nut.spalding
index b3d810e965e216fac2089baa77b5e711442b2fb4..4b988ac9abb2a469ae09e9566733551257c56bc3 100644
--- a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nut.spalding
+++ b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nut.spalding
@@ -24,12 +24,12 @@ boundaryField
     lowerWall
     {
         type            nutUSpaldingWallFunction;
-        value           uniform 0;
+        value           $internalField;
     }
     upperWall
     {
         type            nutUSpaldingWallFunction;
-        value           uniform 0;
+        value           $internalField;
     }
     front
     {
diff --git a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/omega b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/omega
index 45a6d6abade499373722858a8e8825d42a6b4fd9..8cc512ab34135083b1958acc8a3db5e43e7d8588 100644
--- a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/omega
+++ b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/omega
@@ -24,12 +24,12 @@ boundaryField
     lowerWall
     {
         type            omegaWallFunction;
-        value           uniform 1111.11;
+        value           $internalField;
     }
     upperWall
     {
         type            omegaWallFunction;
-        value           uniform 1111.11;
+        value           $internalField;
     }
     front
     {