diff --git a/tutorials/lesCavitatingFoam/throttle/constant/polyMesh/blockMeshDict b/tutorials/lesCavitatingFoam/throttle/constant/polyMesh/blockMeshDict
index 54b29bc2032d5af14326e05743c9719d4d13814e..635e0b0965f0c1bb10b496ab9d936d74802fa46b 100644
--- a/tutorials/lesCavitatingFoam/throttle/constant/polyMesh/blockMeshDict
+++ b/tutorials/lesCavitatingFoam/throttle/constant/polyMesh/blockMeshDict
@@ -18,39 +18,39 @@ convertToMeters 1.0e-3;
 
 vertices
 (
-    ( 0.00  -2.50  -0.50)
-    ( 5.00  -2.50  -0.50)
-    ( 5.00  -0.15  -0.50)
-    ( 7.00  -0.15  -0.50)
-    ( 7.00  -2.50  -0.50)
-    (17.00  -2.50  -0.50)
-    (17.00  -0.15  -0.50)
-    (17.00   0.15  -0.50)
-    (17.00   2.50  -0.50)
-    ( 7.00   2.50  -0.50)
-    ( 7.00   0.15  -0.50)
-    ( 5.00   0.15  -0.50)
-    ( 5.00   2.50  -0.50)
-    ( 0.00   2.50  -0.50)
-    ( 0.00   0.15  -0.50)
-    ( 0.00  -0.15  -0.50)
+    ( 0.00  -2.50  -0.15)
+    ( 5.00  -2.50  -0.15)
+    ( 5.00  -0.15  -0.15)
+    ( 7.00  -0.15  -0.15)
+    ( 7.00  -2.50  -0.15)
+    (17.00  -2.50  -0.15)
+    (17.00  -0.15  -0.15)
+    (17.00   0.15  -0.15)
+    (17.00   2.50  -0.15)
+    ( 7.00   2.50  -0.15)
+    ( 7.00   0.15  -0.15)
+    ( 5.00   0.15  -0.15)
+    ( 5.00   2.50  -0.15)
+    ( 0.00   2.50  -0.15)
+    ( 0.00   0.15  -0.15)
+    ( 0.00  -0.15  -0.15)
 
-    ( 0.00  -2.50   0.50)
-    ( 5.00  -2.50   0.50)
-    ( 5.00  -0.15   0.50)
-    ( 7.00  -0.15   0.50)
-    ( 7.00  -2.50   0.50)
-    (17.00  -2.50   0.50)
-    (17.00  -0.15   0.50)
-    (17.00   0.15   0.50)
-    (17.00   2.50   0.50)
-    ( 7.00   2.50   0.50)
-    ( 7.00   0.15   0.50)
-    ( 5.00   0.15   0.50)
-    ( 5.00   2.50   0.50)
-    ( 0.00   2.50   0.50)
-    ( 0.00   0.15   0.50)
-    ( 0.00  -0.15   0.50)
+    ( 0.00  -2.50   0.15)
+    ( 5.00  -2.50   0.15)
+    ( 5.00  -0.15   0.15)
+    ( 7.00  -0.15   0.15)
+    ( 7.00  -2.50   0.15)
+    (17.00  -2.50   0.15)
+    (17.00  -0.15   0.15)
+    (17.00   0.15   0.15)
+    (17.00   2.50   0.15)
+    ( 7.00   2.50   0.15)
+    ( 7.00   0.15   0.15)
+    ( 5.00   0.15   0.15)
+    ( 5.00   2.50   0.15)
+    ( 0.00   2.50   0.15)
+    ( 0.00   0.15   0.15)
+    ( 0.00  -0.15   0.15)
 );
 
 blocks
diff --git a/tutorials/lesCavitatingFoam/throttle/constant/polyMesh/boundary b/tutorials/lesCavitatingFoam/throttle/constant/polyMesh/boundary
index 662a1faf0a2946a7d6c30d272fcef84d205bc615..f7d75820c377876486fc7e532ffb122f9547d02d 100644
--- a/tutorials/lesCavitatingFoam/throttle/constant/polyMesh/boundary
+++ b/tutorials/lesCavitatingFoam/throttle/constant/polyMesh/boundary
@@ -1,7 +1,7 @@
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.5                                   |
+|  \\    /   O peration     | Version:  dev                                   |
 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
@@ -10,6 +10,7 @@ FoamFile
     version     2.0;
     format      binary;
     class       polyBoundaryMesh;
+    location    "constant/polyMesh";
     object      boundary;
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
diff --git a/tutorials/lesCavitatingFoam/throttle/system/controlDict b/tutorials/lesCavitatingFoam/throttle/system/controlDict
index 098c18122151371d6037078749a56b284ff1da75..24fde0b9b2578a4d4618dae38bb4719902a6740d 100644
--- a/tutorials/lesCavitatingFoam/throttle/system/controlDict
+++ b/tutorials/lesCavitatingFoam/throttle/system/controlDict
@@ -20,13 +20,13 @@ startTime                  0;
 
 stopAt                     endTime;
 
-endTime                    2e-3;
+endTime                    2e-4;
 
 deltaT                     1e-8;
 
 writeControl               adjustableRunTime;
 
-writeInterval              1e-4;
+writeInterval              2e-5;
 
 purgeWrite                 0;
 
diff --git a/tutorials/lesCavitatingFoam/throttle/system/fvSolution b/tutorials/lesCavitatingFoam/throttle/system/fvSolution
index 9ee09481dd0cc0b5a10d9bef1f981396f8a2478d..f5b778ec9cfd6c126100ba56c32093a7c536abfb 100644
--- a/tutorials/lesCavitatingFoam/throttle/system/fvSolution
+++ b/tutorials/lesCavitatingFoam/throttle/system/fvSolution
@@ -63,7 +63,7 @@ solvers
 
 PISO
 {
-    nCorrectors                2;
+    nCorrectors                3;
     nNonOrthogonalCorrectors   0;
 
 //    removeSwirl                2;
diff --git a/tutorials/lesCavitatingFoam/throttle3D/constant/polyMesh/blockMeshDict b/tutorials/lesCavitatingFoam/throttle3D/constant/polyMesh/blockMeshDict
index 9e97acdc95d6de1acfee2892ee567a5fbda96e8f..1e12bd6f6dbe9da7d99b2459c3954106f99a1990 100644
--- a/tutorials/lesCavitatingFoam/throttle3D/constant/polyMesh/blockMeshDict
+++ b/tutorials/lesCavitatingFoam/throttle3D/constant/polyMesh/blockMeshDict
@@ -18,39 +18,39 @@ convertToMeters 1.0e-3;
 
 vertices
 (
-    ( 0.00  -2.50  -0.50)
-    ( 5.00  -2.50  -0.50)
-    ( 5.00  -0.15  -0.50)
-    ( 7.00  -0.15  -0.50)
-    ( 7.00  -2.50  -0.50)
-    (17.00  -2.50  -0.50)
-    (17.00  -0.15  -0.50)
-    (17.00   0.15  -0.50)
-    (17.00   2.50  -0.50)
-    ( 7.00   2.50  -0.50)
-    ( 7.00   0.15  -0.50)
-    ( 5.00   0.15  -0.50)
-    ( 5.00   2.50  -0.50)
-    ( 0.00   2.50  -0.50)
-    ( 0.00   0.15  -0.50)
-    ( 0.00  -0.15  -0.50)
+    ( 0.00  -2.50  -0.15)
+    ( 5.00  -2.50  -0.15)
+    ( 5.00  -0.15  -0.15)
+    ( 7.00  -0.15  -0.15)
+    ( 7.00  -2.50  -0.15)
+    (17.00  -2.50  -0.15)
+    (17.00  -0.15  -0.15)
+    (17.00   0.15  -0.15)
+    (17.00   2.50  -0.15)
+    ( 7.00   2.50  -0.15)
+    ( 7.00   0.15  -0.15)
+    ( 5.00   0.15  -0.15)
+    ( 5.00   2.50  -0.15)
+    ( 0.00   2.50  -0.15)
+    ( 0.00   0.15  -0.15)
+    ( 0.00  -0.15  -0.15)
 
-    ( 0.00  -2.50   0.50)
-    ( 5.00  -2.50   0.50)
-    ( 5.00  -0.15   0.50)
-    ( 7.00  -0.15   0.50)
-    ( 7.00  -2.50   0.50)
-    (17.00  -2.50   0.50)
-    (17.00  -0.15   0.50)
-    (17.00   0.15   0.50)
-    (17.00   2.50   0.50)
-    ( 7.00   2.50   0.50)
-    ( 7.00   0.15   0.50)
-    ( 5.00   0.15   0.50)
-    ( 5.00   2.50   0.50)
-    ( 0.00   2.50   0.50)
-    ( 0.00   0.15   0.50)
-    ( 0.00  -0.15   0.50)
+    ( 0.00  -2.50   0.15)
+    ( 5.00  -2.50   0.15)
+    ( 5.00  -0.15   0.15)
+    ( 7.00  -0.15   0.15)
+    ( 7.00  -2.50   0.15)
+    (17.00  -2.50   0.15)
+    (17.00  -0.15   0.15)
+    (17.00   0.15   0.15)
+    (17.00   2.50   0.15)
+    ( 7.00   2.50   0.15)
+    ( 7.00   0.15   0.15)
+    ( 5.00   0.15   0.15)
+    ( 5.00   2.50   0.15)
+    ( 0.00   2.50   0.15)
+    ( 0.00   0.15   0.15)
+    ( 0.00  -0.15   0.15)
 );
 
 blocks
diff --git a/tutorials/lesCavitatingFoam/throttle3D/constant/polyMesh/boundary b/tutorials/lesCavitatingFoam/throttle3D/constant/polyMesh/boundary
index 7d7f18a4989038209232359792aa08946136d9af..30c545703a24f488a1d52a1d8ceca4fb3dfdc69e 100644
--- a/tutorials/lesCavitatingFoam/throttle3D/constant/polyMesh/boundary
+++ b/tutorials/lesCavitatingFoam/throttle3D/constant/polyMesh/boundary
@@ -1,7 +1,7 @@
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.5                                   |
+|  \\    /   O peration     | Version:  dev                                   |
 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
@@ -10,6 +10,7 @@ FoamFile
     version     2.0;
     format      binary;
     class       polyBoundaryMesh;
+    location    "constant/polyMesh";
     object      boundary;
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
diff --git a/tutorials/lesCavitatingFoam/throttle3D/system/fvSolution b/tutorials/lesCavitatingFoam/throttle3D/system/fvSolution
index 9ee09481dd0cc0b5a10d9bef1f981396f8a2478d..f5b778ec9cfd6c126100ba56c32093a7c536abfb 100644
--- a/tutorials/lesCavitatingFoam/throttle3D/system/fvSolution
+++ b/tutorials/lesCavitatingFoam/throttle3D/system/fvSolution
@@ -63,7 +63,7 @@ solvers
 
 PISO
 {
-    nCorrectors                2;
+    nCorrectors                3;
     nNonOrthogonalCorrectors   0;
 
 //    removeSwirl                2;
diff --git a/tutorials/lesCavitatingFoam/throttle3D/system/machines b/tutorials/lesCavitatingFoam/throttle3D/system/machines
deleted file mode 100644
index b5426a67199866fdf9b6281e500db190f343d5c7..0000000000000000000000000000000000000000
--- a/tutorials/lesCavitatingFoam/throttle3D/system/machines
+++ /dev/null
@@ -1 +0,0 @@
-shelob
diff --git a/tutorials/lesCavitatingFoam/throttle3D/system/sampleDict b/tutorials/lesCavitatingFoam/throttle3D/system/sampleDict
deleted file mode 100644
index d7efe65a508dca56189d3c2a2cc9f72f0b4a7047..0000000000000000000000000000000000000000
--- a/tutorials/lesCavitatingFoam/throttle3D/system/sampleDict
+++ /dev/null
@@ -1,151 +0,0 @@
-/*--------------------------------*- C++ -*----------------------------------*\
-| =========                 |                                                 |
-| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.5                                   |
-|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
-|    \\/     M anipulation  |                                                 |
-\*---------------------------------------------------------------------------*/
-FoamFile
-{
-    version     2.0;
-    format      ascii;
-    class       dictionary;
-    object      sampleDict;
-}
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-// interpolationScheme : choice of
-//	cell            : use cell-centre value only; constant over cells
-//	cellPoint       : use cell-centre and vertex values
-//	cellPointFace   : use cell-centre, vertex and face values.
-// 1] vertex values determined from neighbouring cell-centre values
-// 2] face values determined using the current face interpolation scheme
-//    for the field (linear, gamma, etc.)
-interpolationScheme cellPointFace;
-
-// setFormat : choice of
-//      xmgr
-//      jplot
-//      gnuplot
-//      raw
-setFormat raw;
-
-// Surface output format. Choice of
-//      null        : suppress output
-//      foamFile    : separate points, faces and values file
-//      dx          : DX scalar or vector format
-//      vtk         : VTK ascii format
-//      raw         : x y z value format for use with e.g. gnuplot 'splot'.
-//      stl         : ascii stl. Does not contain values!
-surfaceFormat vtk;
-
-// sampling definition:
-//
-// Dictionary with fields
-//      type : type of sampling method
-//      name : name of samples. Used e.g. as filename
-//      axis : how to write point coordinate
-//      ...  : depending on method
-//
-//
-// sample: choice of
-//      uniform             evenly distributed points on line
-//      face                one point per face intersection
-//      midPoint            one point per cell, inbetween two face intersections
-//      midPointAndFace     combination of face and midPoint
-//
-//      curve               specified points, not nessecary on line, uses
-//                          tracking
-//      cloud               specified points, uses findCell
-//
-//
-// axis: how to write point coordinate. Choice of
-// - x/y/z: x/y/z coordinate only
-// - xyz: three columns
-//  (probably does not make sense for anything but raw)
-// - distance: distance from start of sampling line (if uses line) or
-//             distance from first specified sampling point
-//
-// type specific:
-//      uniform, face, midPoint, midPointAndFace : start and end coordinate
-//      uniform: extra number of sampling points
-//      curve, cloud: list of coordinates
-sets
-(
-    IN1
-    {
-        type        uniform;
-        axis        y;
-
-        start       (11.8224e-3 -1.0e-3 1.0e-8);
-        end         (11.8224e-3  1.0e-3 1.0e-8);
-        nPoints     100;
-    }
-    IN
-    {
-        type        uniform;
-        axis        y;
-
-        start       (12.0864e-3 -1.0e-3 1.0e-8);
-        end         (12.0864e-3  1.0e-3 1.0e-8);
-        nPoints     50;
-    }
-    M1
-    {
-        type        uniform;
-        axis        y;
-
-        start       (12.3424e-3 -0.147539e-3 1.0e-8);
-        end         (12.3424e-3  0.147539e-3 1.0e-8);
-        nPoints     50;
-    }
-    M2
-    {
-        type        uniform;
-        axis        y;
-
-        start       (12.6032e-3 -0.147539e-3 1.0e-8);
-        end         (12.6032e-3  0.147539e-3 1.0e-8);
-        nPoints     50;
-    }
-    OUT
-    {
-        type        uniform;
-        axis        y;
-
-        start       (12.8928e-3 -0.147539e-3 1.0e-8);
-        end         (12.8928e-3  0.147539e-3 1.0e-8);
-        nPoints     50;
-    }
-
-    IN1_GR1
-    {
-        type        uniform;
-        axis        y;
-
-        start       (11.778e-3 -1.0e-3 1.0e-8);
-        end         (11.778e-3  1.0e-3 1.0e-8);
-        nPoints     100;
-    }
-    OUT_GR1
-    {
-        type        uniform;
-        axis        y;
-
-        start       (13.14e-3 -2.0e-3 1.0e-8);
-        end         (13.14e-3  2.0e-3 1.0e-8);
-        nPoints     200;
-    }
-);
-
-surfaces
-();
-
-// Fields to sample.
-fields
-(
-//    magUMean
-    UMeanx
-);
-
-// ************************************************************************* //
diff --git a/tutorials/rasCavitatingFoam/0/U b/tutorials/rasCavitatingFoam/throttle/0/U
similarity index 100%
rename from tutorials/rasCavitatingFoam/0/U
rename to tutorials/rasCavitatingFoam/throttle/0/U
diff --git a/tutorials/rasCavitatingFoam/0/gamma b/tutorials/rasCavitatingFoam/throttle/0/gamma
similarity index 100%
rename from tutorials/rasCavitatingFoam/0/gamma
rename to tutorials/rasCavitatingFoam/throttle/0/gamma
diff --git a/tutorials/rasCavitatingFoam/0/k b/tutorials/rasCavitatingFoam/throttle/0/k
similarity index 100%
rename from tutorials/rasCavitatingFoam/0/k
rename to tutorials/rasCavitatingFoam/throttle/0/k
diff --git a/tutorials/rasCavitatingFoam/0/omega b/tutorials/rasCavitatingFoam/throttle/0/omega
similarity index 100%
rename from tutorials/rasCavitatingFoam/0/omega
rename to tutorials/rasCavitatingFoam/throttle/0/omega
diff --git a/tutorials/rasCavitatingFoam/0/p b/tutorials/rasCavitatingFoam/throttle/0/p
similarity index 100%
rename from tutorials/rasCavitatingFoam/0/p
rename to tutorials/rasCavitatingFoam/throttle/0/p
diff --git a/tutorials/rasCavitatingFoam/0/rho b/tutorials/rasCavitatingFoam/throttle/0/rho
similarity index 100%
rename from tutorials/rasCavitatingFoam/0/rho
rename to tutorials/rasCavitatingFoam/throttle/0/rho
diff --git a/tutorials/rasCavitatingFoam/Allclean b/tutorials/rasCavitatingFoam/throttle/Allclean
similarity index 100%
rename from tutorials/rasCavitatingFoam/Allclean
rename to tutorials/rasCavitatingFoam/throttle/Allclean
diff --git a/tutorials/rasCavitatingFoam/Allrun b/tutorials/rasCavitatingFoam/throttle/Allrun
similarity index 80%
rename from tutorials/rasCavitatingFoam/Allrun
rename to tutorials/rasCavitatingFoam/throttle/Allrun
index 54efa294ddcfa12b8c35b8e6d64755f826db6166..972d1f37c9d1c49a54823f46b8ae14a204f9c44b 100755
--- a/tutorials/rasCavitatingFoam/Allrun
+++ b/tutorials/rasCavitatingFoam/throttle/Allrun
@@ -12,10 +12,7 @@ refineMeshByCellSet()
     cellSet >& log.cellSet.$1
 
     echo "refining primary zone - $1"
-    refineMesh -dict >& log.refineMesh.$1
-    rm -rf 0/polyMesh
-    mv 1e-08/polyMesh 0/
-    rm -rf 1e-08
+    refineMesh -dict -overwrite >& log.refineMesh.$1
 }
 
 runApplication blockMesh
diff --git a/tutorials/rasCavitatingFoam/constant/RASProperties b/tutorials/rasCavitatingFoam/throttle/constant/RASProperties
similarity index 100%
rename from tutorials/rasCavitatingFoam/constant/RASProperties
rename to tutorials/rasCavitatingFoam/throttle/constant/RASProperties
diff --git a/tutorials/rasCavitatingFoam/constant/polyMesh/blockMeshDict b/tutorials/rasCavitatingFoam/throttle/constant/polyMesh/blockMeshDict
similarity index 72%
rename from tutorials/rasCavitatingFoam/constant/polyMesh/blockMeshDict
rename to tutorials/rasCavitatingFoam/throttle/constant/polyMesh/blockMeshDict
index 54b29bc2032d5af14326e05743c9719d4d13814e..635e0b0965f0c1bb10b496ab9d936d74802fa46b 100644
--- a/tutorials/rasCavitatingFoam/constant/polyMesh/blockMeshDict
+++ b/tutorials/rasCavitatingFoam/throttle/constant/polyMesh/blockMeshDict
@@ -18,39 +18,39 @@ convertToMeters 1.0e-3;
 
 vertices
 (
-    ( 0.00  -2.50  -0.50)
-    ( 5.00  -2.50  -0.50)
-    ( 5.00  -0.15  -0.50)
-    ( 7.00  -0.15  -0.50)
-    ( 7.00  -2.50  -0.50)
-    (17.00  -2.50  -0.50)
-    (17.00  -0.15  -0.50)
-    (17.00   0.15  -0.50)
-    (17.00   2.50  -0.50)
-    ( 7.00   2.50  -0.50)
-    ( 7.00   0.15  -0.50)
-    ( 5.00   0.15  -0.50)
-    ( 5.00   2.50  -0.50)
-    ( 0.00   2.50  -0.50)
-    ( 0.00   0.15  -0.50)
-    ( 0.00  -0.15  -0.50)
+    ( 0.00  -2.50  -0.15)
+    ( 5.00  -2.50  -0.15)
+    ( 5.00  -0.15  -0.15)
+    ( 7.00  -0.15  -0.15)
+    ( 7.00  -2.50  -0.15)
+    (17.00  -2.50  -0.15)
+    (17.00  -0.15  -0.15)
+    (17.00   0.15  -0.15)
+    (17.00   2.50  -0.15)
+    ( 7.00   2.50  -0.15)
+    ( 7.00   0.15  -0.15)
+    ( 5.00   0.15  -0.15)
+    ( 5.00   2.50  -0.15)
+    ( 0.00   2.50  -0.15)
+    ( 0.00   0.15  -0.15)
+    ( 0.00  -0.15  -0.15)
 
-    ( 0.00  -2.50   0.50)
-    ( 5.00  -2.50   0.50)
-    ( 5.00  -0.15   0.50)
-    ( 7.00  -0.15   0.50)
-    ( 7.00  -2.50   0.50)
-    (17.00  -2.50   0.50)
-    (17.00  -0.15   0.50)
-    (17.00   0.15   0.50)
-    (17.00   2.50   0.50)
-    ( 7.00   2.50   0.50)
-    ( 7.00   0.15   0.50)
-    ( 5.00   0.15   0.50)
-    ( 5.00   2.50   0.50)
-    ( 0.00   2.50   0.50)
-    ( 0.00   0.15   0.50)
-    ( 0.00  -0.15   0.50)
+    ( 0.00  -2.50   0.15)
+    ( 5.00  -2.50   0.15)
+    ( 5.00  -0.15   0.15)
+    ( 7.00  -0.15   0.15)
+    ( 7.00  -2.50   0.15)
+    (17.00  -2.50   0.15)
+    (17.00  -0.15   0.15)
+    (17.00   0.15   0.15)
+    (17.00   2.50   0.15)
+    ( 7.00   2.50   0.15)
+    ( 7.00   0.15   0.15)
+    ( 5.00   0.15   0.15)
+    ( 5.00   2.50   0.15)
+    ( 0.00   2.50   0.15)
+    ( 0.00   0.15   0.15)
+    ( 0.00  -0.15   0.15)
 );
 
 blocks
diff --git a/tutorials/rasCavitatingFoam/constant/polyMesh/boundary b/tutorials/rasCavitatingFoam/throttle/constant/polyMesh/boundary
similarity index 92%
rename from tutorials/rasCavitatingFoam/constant/polyMesh/boundary
rename to tutorials/rasCavitatingFoam/throttle/constant/polyMesh/boundary
index 81c12c759d72595fb63aaa3dba88c8132b516deb..716ff9df05e0d84e526e8feefb9a721fd0f04798 100644
--- a/tutorials/rasCavitatingFoam/constant/polyMesh/boundary
+++ b/tutorials/rasCavitatingFoam/throttle/constant/polyMesh/boundary
@@ -1,7 +1,7 @@
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.5                                   |
+|  \\    /   O peration     | Version:  dev                                   |
 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
@@ -10,6 +10,7 @@ FoamFile
     version     2.0;
     format      ascii;
     class       polyBoundaryMesh;
+    location    "constant/polyMesh";
     object      boundary;
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
diff --git a/tutorials/rasCavitatingFoam/constant/thermodynamicProperties b/tutorials/rasCavitatingFoam/throttle/constant/thermodynamicProperties
similarity index 100%
rename from tutorials/rasCavitatingFoam/constant/thermodynamicProperties
rename to tutorials/rasCavitatingFoam/throttle/constant/thermodynamicProperties
diff --git a/tutorials/rasCavitatingFoam/constant/transportProperties b/tutorials/rasCavitatingFoam/throttle/constant/transportProperties
similarity index 100%
rename from tutorials/rasCavitatingFoam/constant/transportProperties
rename to tutorials/rasCavitatingFoam/throttle/constant/transportProperties
diff --git a/tutorials/rasCavitatingFoam/system/cellSetDict.1 b/tutorials/rasCavitatingFoam/throttle/system/cellSetDict.1
similarity index 100%
rename from tutorials/rasCavitatingFoam/system/cellSetDict.1
rename to tutorials/rasCavitatingFoam/throttle/system/cellSetDict.1
diff --git a/tutorials/rasCavitatingFoam/system/cellSetDict.2 b/tutorials/rasCavitatingFoam/throttle/system/cellSetDict.2
similarity index 100%
rename from tutorials/rasCavitatingFoam/system/cellSetDict.2
rename to tutorials/rasCavitatingFoam/throttle/system/cellSetDict.2
diff --git a/tutorials/rasCavitatingFoam/system/cellSetDict.3 b/tutorials/rasCavitatingFoam/throttle/system/cellSetDict.3
similarity index 100%
rename from tutorials/rasCavitatingFoam/system/cellSetDict.3
rename to tutorials/rasCavitatingFoam/throttle/system/cellSetDict.3
diff --git a/tutorials/rasCavitatingFoam/system/controlDict b/tutorials/rasCavitatingFoam/throttle/system/controlDict
similarity index 100%
rename from tutorials/rasCavitatingFoam/system/controlDict
rename to tutorials/rasCavitatingFoam/throttle/system/controlDict
diff --git a/tutorials/rasCavitatingFoam/system/fvSchemes b/tutorials/rasCavitatingFoam/throttle/system/fvSchemes
similarity index 100%
rename from tutorials/rasCavitatingFoam/system/fvSchemes
rename to tutorials/rasCavitatingFoam/throttle/system/fvSchemes
diff --git a/tutorials/rasCavitatingFoam/system/fvSolution b/tutorials/rasCavitatingFoam/throttle/system/fvSolution
similarity index 100%
rename from tutorials/rasCavitatingFoam/system/fvSolution
rename to tutorials/rasCavitatingFoam/throttle/system/fvSolution
diff --git a/tutorials/rasCavitatingFoam/system/refineMeshDict b/tutorials/rasCavitatingFoam/throttle/system/refineMeshDict
similarity index 100%
rename from tutorials/rasCavitatingFoam/system/refineMeshDict
rename to tutorials/rasCavitatingFoam/throttle/system/refineMeshDict