diff --git a/bin/foamLog b/bin/foamLog
index 47968aa1205f34945d97b21432bdbf09806474cc..06b2a2c5dc3960b6ecd70313e2e0dc03b8e1cbb6 100755
--- a/bin/foamLog
+++ b/bin/foamLog
@@ -452,5 +452,6 @@ done
 #-----------------------------
 myEcho "Generated XY files for:"
 getAllQueries $DBFILE $LOG
+myEcho "End"
 
 #------------------------------------------------------------------------------
diff --git a/tutorials/combustion/XiFoam/les/pitzDaily/0/alphaSgs b/tutorials/combustion/XiFoam/les/pitzDaily/0/alphaSgs
index dde33b47e9c58ab0cec7ce41bb72c3efdd98aeed..145d82f010edc275814c6e8dc9cc94b059de5ad9 100644
--- a/tutorials/combustion/XiFoam/les/pitzDaily/0/alphaSgs
+++ b/tutorials/combustion/XiFoam/les/pitzDaily/0/alphaSgs
@@ -32,13 +32,13 @@ boundaryField
 
     upperWall
     {
-        type            compressible::alphaSgsJayatillekeWallFunction;
+        type            alphaSgsJayatillekeWallFunction;
         value           uniform 0;
     }
 
     lowerWall
     {
-        type            compressible::alphaSgsJayatillekeWallFunction;
+        type            alphaSgsJayatillekeWallFunction;
         value           uniform 0;
     }
 
diff --git a/tutorials/combustion/XiFoam/les/pitzDaily/0/muSgs b/tutorials/combustion/XiFoam/les/pitzDaily/0/muSgs
index 2f642fa18afa0908265e036bb9f29b3646c9c47b..05bf1b53293ad42e085447b264136dc549337082 100644
--- a/tutorials/combustion/XiFoam/les/pitzDaily/0/muSgs
+++ b/tutorials/combustion/XiFoam/les/pitzDaily/0/muSgs
@@ -32,13 +32,13 @@ boundaryField
 
     upperWall
     {
-        type            compressible::muSgsWallFunction;
+        type            muSgsUSpaldingWallFunction;
         value           uniform 0;
     }
 
     lowerWall
     {
-        type            compressible::muSgsWallFunction;
+        type            muSgsUSpaldingWallFunction;
         value           uniform 0;
     }
 
diff --git a/tutorials/combustion/XiFoam/les/pitzDaily/constant/polyMesh/boundary b/tutorials/combustion/XiFoam/les/pitzDaily/constant/polyMesh/boundary
index eb4a4e461df4c51d64c38b8a33c61baff06750ca..313dcceba1abd7b93d57320c4c674f1734692506 100644
--- a/tutorials/combustion/XiFoam/les/pitzDaily/constant/polyMesh/boundary
+++ b/tutorials/combustion/XiFoam/les/pitzDaily/constant/polyMesh/boundary
@@ -1,7 +1,7 @@
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.6                                   |
+|  \\    /   O peration     | Version:  dev                                   |
 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
diff --git a/tutorials/combustion/XiFoam/les/pitzDaily3D/0/alphaSgs b/tutorials/combustion/XiFoam/les/pitzDaily3D/0/alphaSgs
index bc78e8f836e50f95e8cd602284e0776e71efa78b..b536298afbde6d3d058e1e71a21879386d1a9e50 100644
--- a/tutorials/combustion/XiFoam/les/pitzDaily3D/0/alphaSgs
+++ b/tutorials/combustion/XiFoam/les/pitzDaily3D/0/alphaSgs
@@ -32,13 +32,13 @@ boundaryField
 
     upperWall
     {
-        type            compressible::alphaSgsJayatillekeWallFunction;
+        type            alphaSgsJayatillekeWallFunction;
         value           uniform 0;
     }
 
     lowerWall
     {
-        type            compressible::alphaSgsJayatillekeWallFunction;
+        type            alphaSgsJayatillekeWallFunction;
         value           uniform 0;
     }
 
diff --git a/tutorials/combustion/XiFoam/les/pitzDaily3D/0/muSgs b/tutorials/combustion/XiFoam/les/pitzDaily3D/0/muSgs
index 8f65a482659bb18407e62403a9b885901f74c46d..7a45526d54a995080e2de0fe56b082a297abb641 100644
--- a/tutorials/combustion/XiFoam/les/pitzDaily3D/0/muSgs
+++ b/tutorials/combustion/XiFoam/les/pitzDaily3D/0/muSgs
@@ -32,13 +32,13 @@ boundaryField
 
     upperWall
     {
-        type            compressible::muSgsWallFunction;
+        type            muSgsUSpaldingWallFunction;
         value           uniform 0;
     }
 
     lowerWall
     {
-        type            compressible::muSgsWallFunction;
+        type            muSgsUSpaldingWallFunction;
         value           uniform 0;
     }
 
diff --git a/tutorials/combustion/XiFoam/les/pitzDaily3D/constant/polyMesh/boundary b/tutorials/combustion/XiFoam/les/pitzDaily3D/constant/polyMesh/boundary
index 7a35f54079a65c5f68d5617efd16825496a77f0c..19a09dd2c70ea42bdd3a67d5f2b730301dfbb213 100644
--- a/tutorials/combustion/XiFoam/les/pitzDaily3D/constant/polyMesh/boundary
+++ b/tutorials/combustion/XiFoam/les/pitzDaily3D/constant/polyMesh/boundary
@@ -1,7 +1,7 @@
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.6                                   |
+|  \\    /   O peration     | Version:  dev                                   |
 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
diff --git a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nu.xy b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nu.xy
new file mode 100644
index 0000000000000000000000000000000000000000..39d86bc30fe35c3d87688848b9b0814193426c42
--- /dev/null
+++ b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nu.xy
@@ -0,0 +1,80 @@
+  0.000625      0.001
+  0.001875      0.001
+  0.003125      0.001
+  0.004375      0.001
+  0.005625      0.001
+  0.006875      0.001
+  0.008125      0.001
+  0.009375      0.001
+  0.010625      0.001
+  0.011875      0.001
+  0.013125      0.001
+  0.014375      0.001
+  0.015625      0.001
+  0.016875      0.001
+  0.018125      0.001
+  0.019375      0.001
+  0.020625      0.001
+  0.021875      0.001
+  0.023125      0.001
+  0.024375      0.001
+  0.025625      0.001
+  0.026875      0.001
+  0.028125      0.001
+  0.029375      0.001
+  0.030625      0.001
+  0.031875      0.001
+  0.033125      0.001
+  0.034375      0.001
+  0.035625      0.001
+  0.036875      0.001
+  0.038125      0.001
+  0.039375      0.001
+  0.040625      0.001
+  0.041875      0.001
+  0.043125      0.001
+  0.044375      0.001
+  0.045625      0.001
+  0.046875      0.001
+  0.048125      0.001
+  0.049375      0.001
+  0.050625      0.001
+  0.051875      0.001
+  0.053125      0.001
+  0.054375      0.001
+  0.055625      0.001
+  0.056875      0.001
+  0.058125      0.001
+  0.059375      0.001
+  0.060625      0.001
+  0.061875      0.001
+  0.063125      0.001
+  0.064375      0.001
+  0.065625      0.001
+  0.066875      0.001
+  0.068125      0.001
+  0.069375      0.001
+  0.070625      0.001
+  0.071875      0.001
+  0.073125      0.001
+  0.074375      0.001
+  0.075625      0.001
+  0.076875      0.001
+  0.078125      0.001
+  0.079375      0.001
+  0.080625      0.001
+  0.081875      0.001
+  0.083125      0.001
+  0.084375      0.001
+  0.085625      0.001
+  0.086875      0.001
+  0.088125      0.001
+  0.089375      0.001
+  0.090625      0.001
+  0.091875      0.001
+  0.093125      0.001
+  0.094375      0.001
+  0.095625      0.001
+  0.096875      0.001
+  0.098125      0.001
+  0.099375      0.001
diff --git a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/constant/transportProperties b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/constant/transportProperties
index f4e64506c6ccd3dc0bf4f255d1e9eda3b57c496d..acf7b7754fb0eae6dafc4eee2c22b604642ef76f 100644
--- a/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/constant/transportProperties
+++ b/tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/constant/transportProperties
@@ -19,7 +19,7 @@ Ubar            Ubar [ 0 1 -1 0 0 0 0 ] ( 10 0 0 );
 
 transportModel  Newtonian;
 
-nu              nu [ 0 2 -1 0 0 0 0 ] 1e-8;
+nu              nu [ 0 2 -1 0 0 0 0 ] 1e-3;
 
 
 // ************************************************************************* //
diff --git a/tutorials/multiphase/settlingFoam/ras/tank3D/Allrun b/tutorials/multiphase/settlingFoam/ras/tank3D/Allrun
new file mode 100755
index 0000000000000000000000000000000000000000..411704d7836a4f61312e668b2f93d4ae057a8e22
--- /dev/null
+++ b/tutorials/multiphase/settlingFoam/ras/tank3D/Allrun
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# Source tutorial run functions
+. $WM_PROJECT_DIR/bin/tools/RunFunctions
+
+application=`getApplication`
+
+runApplication $application