From cf08f081da637b39178de8d1162e196dc54bc31a Mon Sep 17 00:00:00 2001
From: henry <Henry Weller h.weller@opencfd.co.uk>
Date: Tue, 18 Aug 2009 17:12:15 +0100
Subject: [PATCH] Corrected tutorials.

---
 bin/foamLog                                   |  1 +
 .../XiFoam/les/pitzDaily/0/alphaSgs           |  4 +-
 .../combustion/XiFoam/les/pitzDaily/0/muSgs   |  4 +-
 .../les/pitzDaily/constant/polyMesh/boundary  |  2 +-
 .../XiFoam/les/pitzDaily3D/0/alphaSgs         |  4 +-
 .../combustion/XiFoam/les/pitzDaily3D/0/muSgs |  4 +-
 .../pitzDaily3D/constant/polyMesh/boundary    |  2 +-
 .../boundaryWallFunctionsProfile/0/nu.xy      | 80 +++++++++++++++++++
 .../constant/transportProperties              |  2 +-
 .../multiphase/settlingFoam/ras/tank3D/Allrun |  8 ++
 10 files changed, 100 insertions(+), 11 deletions(-)
 create mode 100644 tutorials/incompressible/boundaryFoam/boundaryWallFunctionsProfile/0/nu.xy
 create mode 100755 tutorials/multiphase/settlingFoam/ras/tank3D/Allrun

diff --git a/bin/foamLog b/bin/foamLog
index 47968aa1205..06b2a2c5dc3 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 dde33b47e9c..145d82f010e 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 2f642fa18af..05bf1b53293 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 eb4a4e461df..313dcceba1a 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 bc78e8f836e..b536298afbd 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 8f65a482659..7a45526d54a 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 7a35f54079a..19a09dd2c70 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 00000000000..39d86bc30fe
--- /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 f4e64506c6c..acf7b7754fb 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 00000000000..411704d7836
--- /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
-- 
GitLab