From 66873cc938d27585f00c7bf106a59b294b24824f Mon Sep 17 00:00:00 2001
From: andy <a.heather@opencfd.co.uk>
Date: Thu, 26 Jun 2008 12:33:25 +0100
Subject: [PATCH] updated file headers for v1.5

---
 tutorials/lesCavitatingFoam/throttle/0/U      | 24 +++++------------
 tutorials/lesCavitatingFoam/throttle/0/gamma  | 24 +++++------------
 tutorials/lesCavitatingFoam/throttle/0/k      | 24 +++++------------
 tutorials/lesCavitatingFoam/throttle/0/nuSgs  |  6 ++---
 tutorials/lesCavitatingFoam/throttle/0/p      | 24 +++++------------
 tutorials/lesCavitatingFoam/throttle/0/rho    | 24 +++++------------
 .../throttle/constant/LESProperties           | 23 +++++-----------
 .../throttle/constant/polyMesh/blockMeshDict  | 25 +++++------------
 .../throttle/constant/polyMesh/boundary       |  3 +--
 .../throttle/constant/thermodynamicProperties | 22 +++++----------
 .../throttle/constant/transportProperties     | 23 +++++-----------
 .../throttle/system/cellSetDict.1             | 22 +++++----------
 .../throttle/system/cellSetDict.2             | 22 +++++----------
 .../throttle/system/cellSetDict.3             | 22 +++++----------
 .../throttle/system/controlDict               | 22 +++++----------
 .../throttle/system/fvSchemes                 | 23 +++++-----------
 .../throttle/system/fvSolution                | 22 +++++----------
 .../throttle/system/refineMeshDict            | 22 +++++----------
 tutorials/lesCavitatingFoam/throttle3D/0/U    | 24 +++++------------
 .../lesCavitatingFoam/throttle3D/0/gamma      | 24 +++++------------
 tutorials/lesCavitatingFoam/throttle3D/0/k    | 24 +++++------------
 .../lesCavitatingFoam/throttle3D/0/nuSgs      |  6 ++---
 tutorials/lesCavitatingFoam/throttle3D/0/p    | 24 +++++------------
 tutorials/lesCavitatingFoam/throttle3D/0/rho  | 24 +++++------------
 .../throttle3D/constant/LESProperties         | 23 +++++-----------
 .../constant/polyMesh/blockMeshDict           | 25 +++++------------
 .../throttle3D/constant/polyMesh/boundary     |  3 +--
 .../constant/thermodynamicProperties          | 22 +++++----------
 .../throttle3D/constant/transportProperties   | 23 +++++-----------
 .../throttle3D/system/cellSetDict.1           | 22 +++++----------
 .../throttle3D/system/cellSetDict.2           | 22 +++++----------
 .../throttle3D/system/cellSetDict.3           | 22 +++++----------
 .../throttle3D/system/controlDict             | 22 +++++----------
 .../throttle3D/system/decomposeParDict        | 24 +++++------------
 .../throttle3D/system/fvSchemes               | 23 +++++-----------
 .../throttle3D/system/fvSolution              | 22 +++++----------
 .../throttle3D/system/mapFieldsDict           | 23 +++++-----------
 .../throttle3D/system/refineMeshDict          | 22 +++++----------
 .../throttle3D/system/sampleDict              | 27 +++++--------------
 tutorials/rasCavitatingFoam/0/U               | 24 +++++------------
 tutorials/rasCavitatingFoam/0/gamma           | 24 +++++------------
 tutorials/rasCavitatingFoam/0/k               | 24 +++++------------
 tutorials/rasCavitatingFoam/0/omega           | 24 +++++------------
 tutorials/rasCavitatingFoam/0/p               | 24 +++++------------
 tutorials/rasCavitatingFoam/0/rho             | 24 +++++------------
 .../rasCavitatingFoam/constant/RASProperties  | 23 +++++-----------
 .../constant/polyMesh/blockMeshDict           | 25 +++++------------
 .../constant/polyMesh/boundary                |  3 +--
 .../constant/thermodynamicProperties          | 22 +++++----------
 .../constant/transportProperties              | 23 +++++-----------
 .../rasCavitatingFoam/system/cellSetDict.1    | 22 +++++----------
 .../rasCavitatingFoam/system/cellSetDict.2    | 22 +++++----------
 .../rasCavitatingFoam/system/cellSetDict.3    | 22 +++++----------
 .../rasCavitatingFoam/system/controlDict      | 22 +++++----------
 tutorials/rasCavitatingFoam/system/fvSchemes  | 23 +++++-----------
 tutorials/rasCavitatingFoam/system/fvSolution | 22 +++++----------
 .../rasCavitatingFoam/system/refineMeshDict   | 22 +++++----------
 57 files changed, 371 insertions(+), 852 deletions(-)

diff --git a/tutorials/lesCavitatingFoam/throttle/0/U b/tutorials/lesCavitatingFoam/throttle/0/U
index 9f02c5d6a09..3e9c2258fba 100644
--- a/tutorials/lesCavitatingFoam/throttle/0/U
+++ b/tutorials/lesCavitatingFoam/throttle/0/U
@@ -1,28 +1,19 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           volVectorField;
-    object          U;
+    version     2.0;
+    format      ascii;
+    class       volVectorField;
+    object      U;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-
 dimensions      [0 1 -1 0 0];
 
 internalField   uniform (0 0 0);
@@ -53,5 +44,4 @@ boundaryField
     }
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/lesCavitatingFoam/throttle/0/gamma b/tutorials/lesCavitatingFoam/throttle/0/gamma
index 908f5965b47..37221cbc11f 100644
--- a/tutorials/lesCavitatingFoam/throttle/0/gamma
+++ b/tutorials/lesCavitatingFoam/throttle/0/gamma
@@ -1,28 +1,19 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           volScalarField;
-    object          gamma;
+    version     2.0;
+    format      ascii;
+    class       volScalarField;
+    object      gamma;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-
 dimensions      [0 0 0 0 0];
 
 internalField   uniform 0;
@@ -53,5 +44,4 @@ boundaryField
     }
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/lesCavitatingFoam/throttle/0/k b/tutorials/lesCavitatingFoam/throttle/0/k
index 9103bf7494b..7b6294a311a 100644
--- a/tutorials/lesCavitatingFoam/throttle/0/k
+++ b/tutorials/lesCavitatingFoam/throttle/0/k
@@ -1,28 +1,19 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           volScalarField;
-    object          k;
+    version     2.0;
+    format      ascii;
+    class       volScalarField;
+    object      k;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-
 dimensions      [0 2 -2 0 0];
 
 internalField   uniform 10.0;
@@ -51,5 +42,4 @@ boundaryField
     }
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/lesCavitatingFoam/throttle/0/nuSgs b/tutorials/lesCavitatingFoam/throttle/0/nuSgs
index a0dc83485dc..920e5548848 100644
--- a/tutorials/lesCavitatingFoam/throttle/0/nuSgs
+++ b/tutorials/lesCavitatingFoam/throttle/0/nuSgs
@@ -1,8 +1,8 @@
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4.2                                 |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
 FoamFile
@@ -11,7 +11,6 @@ FoamFile
     format      binary;
     class       volScalarField;
     object      nuSgs;
-    location    "0";
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
@@ -40,5 +39,4 @@ boundaryField
     }
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/lesCavitatingFoam/throttle/0/p b/tutorials/lesCavitatingFoam/throttle/0/p
index 54098181445..045e287118f 100644
--- a/tutorials/lesCavitatingFoam/throttle/0/p
+++ b/tutorials/lesCavitatingFoam/throttle/0/p
@@ -1,28 +1,19 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           volScalarField;
-    object          p;
+    version     2.0;
+    format      ascii;
+    class       volScalarField;
+    object      p;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-
 dimensions      [1 -1 -2 0 0];
 
 internalField   uniform 300e5;
@@ -57,5 +48,4 @@ boundaryField
     }
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/lesCavitatingFoam/throttle/0/rho b/tutorials/lesCavitatingFoam/throttle/0/rho
index e9454d05b3e..54b72e3d1a0 100644
--- a/tutorials/lesCavitatingFoam/throttle/0/rho
+++ b/tutorials/lesCavitatingFoam/throttle/0/rho
@@ -1,28 +1,19 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           volScalarField;
-    object          rho;
+    version     2.0;
+    format      ascii;
+    class       volScalarField;
+    object      rho;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-
 dimensions      [1 -3 0 0 0];
 
 internalField   uniform 845;
@@ -52,5 +43,4 @@ boundaryField
     }
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/lesCavitatingFoam/throttle/constant/LESProperties b/tutorials/lesCavitatingFoam/throttle/constant/LESProperties
index b7167dc837b..86f1040611b 100644
--- a/tutorials/lesCavitatingFoam/throttle/constant/LESProperties
+++ b/tutorials/lesCavitatingFoam/throttle/constant/LESProperties
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          LESProperties;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      LESProperties;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 LESModel        devOneEqEddy;
@@ -185,5 +177,4 @@ wallFunctionCoeffs
     E                9;
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/lesCavitatingFoam/throttle/constant/polyMesh/blockMeshDict b/tutorials/lesCavitatingFoam/throttle/constant/polyMesh/blockMeshDict
index 1a91064940e..54b29bc2032 100644
--- a/tutorials/lesCavitatingFoam/throttle/constant/polyMesh/blockMeshDict
+++ b/tutorials/lesCavitatingFoam/throttle/constant/polyMesh/blockMeshDict
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.0                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          blockMeshDict;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      blockMeshDict;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 convertToMeters 1.0e-3;
@@ -61,7 +53,6 @@ vertices
     ( 0.00  -0.15   0.50)
 );
 
-
 blocks
 (
     hex ( 0  1  2 15 16 17 18 31) ( 50 24 1) simpleGrading (1 1 1)
@@ -73,7 +64,6 @@ blocks
     hex (10  7  8  9 26 23 24 25) (100 24 1) simpleGrading (1 1 1)
 );
 
-
 edges
 (
 );
@@ -128,5 +118,4 @@ patches
     )
 );
 
-
 // ************************************************************************* //
diff --git a/tutorials/lesCavitatingFoam/throttle/constant/polyMesh/boundary b/tutorials/lesCavitatingFoam/throttle/constant/polyMesh/boundary
index f7d75820c37..662a1faf0a2 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:  dev                                   |
+|  \\    /   O peration     | Version:  1.5                                   |
 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
@@ -10,7 +10,6 @@ FoamFile
     version     2.0;
     format      binary;
     class       polyBoundaryMesh;
-    location    "constant/polyMesh";
     object      boundary;
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
diff --git a/tutorials/lesCavitatingFoam/throttle/constant/thermodynamicProperties b/tutorials/lesCavitatingFoam/throttle/constant/thermodynamicProperties
index 73712572f26..39d5cf170cf 100644
--- a/tutorials/lesCavitatingFoam/throttle/constant/thermodynamicProperties
+++ b/tutorials/lesCavitatingFoam/throttle/constant/thermodynamicProperties
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          thermodynamicProperties;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      thermodynamicProperties;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 barotropicCompressibilityModel    linear; //Chung;
diff --git a/tutorials/lesCavitatingFoam/throttle/constant/transportProperties b/tutorials/lesCavitatingFoam/throttle/constant/transportProperties
index 6d5853219c4..dcf82123d28 100644
--- a/tutorials/lesCavitatingFoam/throttle/constant/transportProperties
+++ b/tutorials/lesCavitatingFoam/throttle/constant/transportProperties
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          transportProperties;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      transportProperties;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 mul         mul   [1 -1 -1 0 0]   6.500e-03;
@@ -74,5 +66,4 @@ phase2
     }
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/lesCavitatingFoam/throttle/system/cellSetDict.1 b/tutorials/lesCavitatingFoam/throttle/system/cellSetDict.1
index 17b78b6c371..9dc65721573 100644
--- a/tutorials/lesCavitatingFoam/throttle/system/cellSetDict.1
+++ b/tutorials/lesCavitatingFoam/throttle/system/cellSetDict.1
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          cellSetDict;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      cellSetDict;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 name c0;
diff --git a/tutorials/lesCavitatingFoam/throttle/system/cellSetDict.2 b/tutorials/lesCavitatingFoam/throttle/system/cellSetDict.2
index 326bcb48f20..0eb66c8739b 100644
--- a/tutorials/lesCavitatingFoam/throttle/system/cellSetDict.2
+++ b/tutorials/lesCavitatingFoam/throttle/system/cellSetDict.2
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          cellSetDict;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      cellSetDict;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 name c0;
diff --git a/tutorials/lesCavitatingFoam/throttle/system/cellSetDict.3 b/tutorials/lesCavitatingFoam/throttle/system/cellSetDict.3
index 40d5dc4f53c..c1833b014ea 100644
--- a/tutorials/lesCavitatingFoam/throttle/system/cellSetDict.3
+++ b/tutorials/lesCavitatingFoam/throttle/system/cellSetDict.3
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          cellSetDict;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      cellSetDict;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 name c0;
diff --git a/tutorials/lesCavitatingFoam/throttle/system/controlDict b/tutorials/lesCavitatingFoam/throttle/system/controlDict
index 34bfbb5102c..098c1812215 100644
--- a/tutorials/lesCavitatingFoam/throttle/system/controlDict
+++ b/tutorials/lesCavitatingFoam/throttle/system/controlDict
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          controlDict;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      controlDict;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 startFrom                  latestTime;
diff --git a/tutorials/lesCavitatingFoam/throttle/system/fvSchemes b/tutorials/lesCavitatingFoam/throttle/system/fvSchemes
index 8a043c36edd..69156453d7f 100644
--- a/tutorials/lesCavitatingFoam/throttle/system/fvSchemes
+++ b/tutorials/lesCavitatingFoam/throttle/system/fvSchemes
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          fvSchemes;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      fvSchemes;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 ddtSchemes
@@ -75,5 +67,4 @@ fluxRequired
     rho;
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/lesCavitatingFoam/throttle/system/fvSolution b/tutorials/lesCavitatingFoam/throttle/system/fvSolution
index fdde2e5563b..9ee09481dd0 100644
--- a/tutorials/lesCavitatingFoam/throttle/system/fvSolution
+++ b/tutorials/lesCavitatingFoam/throttle/system/fvSolution
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          fvSolution;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      fvSolution;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 solvers
diff --git a/tutorials/lesCavitatingFoam/throttle/system/refineMeshDict b/tutorials/lesCavitatingFoam/throttle/system/refineMeshDict
index df30f712ceb..12b021090d6 100644
--- a/tutorials/lesCavitatingFoam/throttle/system/refineMeshDict
+++ b/tutorials/lesCavitatingFoam/throttle/system/refineMeshDict
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          refineMeshDict;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      refineMeshDict;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 set c0;
diff --git a/tutorials/lesCavitatingFoam/throttle3D/0/U b/tutorials/lesCavitatingFoam/throttle3D/0/U
index 6bd81e4e0d1..00bd1a6a19b 100644
--- a/tutorials/lesCavitatingFoam/throttle3D/0/U
+++ b/tutorials/lesCavitatingFoam/throttle3D/0/U
@@ -1,28 +1,19 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           volVectorField;
-    object          U;
+    version     2.0;
+    format      ascii;
+    class       volVectorField;
+    object      U;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-
 dimensions      [0 1 -1 0 0];
 
 internalField   uniform (0 0 0);
@@ -54,5 +45,4 @@ boundaryField
     }
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/lesCavitatingFoam/throttle3D/0/gamma b/tutorials/lesCavitatingFoam/throttle3D/0/gamma
index 24bb2d500c1..8a9e6601693 100644
--- a/tutorials/lesCavitatingFoam/throttle3D/0/gamma
+++ b/tutorials/lesCavitatingFoam/throttle3D/0/gamma
@@ -1,28 +1,19 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           volScalarField;
-    object          gamma;
+    version     2.0;
+    format      ascii;
+    class       volScalarField;
+    object      gamma;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-
 dimensions      [0 0 0 0 0];
 
 internalField   uniform 0;
@@ -54,5 +45,4 @@ boundaryField
     }
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/lesCavitatingFoam/throttle3D/0/k b/tutorials/lesCavitatingFoam/throttle3D/0/k
index 15737221bac..1deb4efcb9e 100644
--- a/tutorials/lesCavitatingFoam/throttle3D/0/k
+++ b/tutorials/lesCavitatingFoam/throttle3D/0/k
@@ -1,28 +1,19 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           volScalarField;
-    object          k;
+    version     2.0;
+    format      ascii;
+    class       volScalarField;
+    object      k;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-
 dimensions      [0 2 -2 0 0];
 
 internalField   uniform 10.0;
@@ -51,5 +42,4 @@ boundaryField
     }
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/lesCavitatingFoam/throttle3D/0/nuSgs b/tutorials/lesCavitatingFoam/throttle3D/0/nuSgs
index 3501d1bbb96..908414b2eac 100644
--- a/tutorials/lesCavitatingFoam/throttle3D/0/nuSgs
+++ b/tutorials/lesCavitatingFoam/throttle3D/0/nuSgs
@@ -1,8 +1,8 @@
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4.2                                 |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
 FoamFile
@@ -11,7 +11,6 @@ FoamFile
     format      binary;
     class       volScalarField;
     object      nuSgs;
-    location    "0";
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
@@ -41,5 +40,4 @@ boundaryField
     }
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/lesCavitatingFoam/throttle3D/0/p b/tutorials/lesCavitatingFoam/throttle3D/0/p
index a4f465e0607..245ce1f46bb 100644
--- a/tutorials/lesCavitatingFoam/throttle3D/0/p
+++ b/tutorials/lesCavitatingFoam/throttle3D/0/p
@@ -1,28 +1,19 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           volScalarField;
-    object          p;
+    version     2.0;
+    format      ascii;
+    class       volScalarField;
+    object      p;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-
 dimensions      [1 -1 -2 0 0];
 
 internalField   uniform 300e5;
@@ -57,5 +48,4 @@ boundaryField
     }
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/lesCavitatingFoam/throttle3D/0/rho b/tutorials/lesCavitatingFoam/throttle3D/0/rho
index de5b1fac765..c3a355b28e6 100644
--- a/tutorials/lesCavitatingFoam/throttle3D/0/rho
+++ b/tutorials/lesCavitatingFoam/throttle3D/0/rho
@@ -1,28 +1,19 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           volScalarField;
-    object          rho;
+    version     2.0;
+    format      ascii;
+    class       volScalarField;
+    object      rho;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-
 dimensions      [1 -3 0 0 0];
 
 internalField   uniform 845;
@@ -52,5 +43,4 @@ boundaryField
     }
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/lesCavitatingFoam/throttle3D/constant/LESProperties b/tutorials/lesCavitatingFoam/throttle3D/constant/LESProperties
index b7167dc837b..86f1040611b 100644
--- a/tutorials/lesCavitatingFoam/throttle3D/constant/LESProperties
+++ b/tutorials/lesCavitatingFoam/throttle3D/constant/LESProperties
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          LESProperties;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      LESProperties;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 LESModel        devOneEqEddy;
@@ -185,5 +177,4 @@ wallFunctionCoeffs
     E                9;
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/lesCavitatingFoam/throttle3D/constant/polyMesh/blockMeshDict b/tutorials/lesCavitatingFoam/throttle3D/constant/polyMesh/blockMeshDict
index a26886597fb..9e97acdc95d 100644
--- a/tutorials/lesCavitatingFoam/throttle3D/constant/polyMesh/blockMeshDict
+++ b/tutorials/lesCavitatingFoam/throttle3D/constant/polyMesh/blockMeshDict
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.0                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          blockMeshDict;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      blockMeshDict;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 convertToMeters 1.0e-3;
@@ -61,7 +53,6 @@ vertices
     ( 0.00  -0.15   0.50)
 );
 
-
 blocks
 (
     hex ( 0  1  2 15 16 17 18 31) ( 50 24 10) simpleGrading (1 1 1)
@@ -73,7 +64,6 @@ blocks
     hex (10  7  8  9 26 23 24 25) (100 24 10) simpleGrading (1 1 1)
 );
 
-
 edges
 (
 );
@@ -128,5 +118,4 @@ patches
     )
 );
 
-
 // ************************************************************************* //
diff --git a/tutorials/lesCavitatingFoam/throttle3D/constant/polyMesh/boundary b/tutorials/lesCavitatingFoam/throttle3D/constant/polyMesh/boundary
index 30c545703a2..7d7f18a4989 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:  dev                                   |
+|  \\    /   O peration     | Version:  1.5                                   |
 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
@@ -10,7 +10,6 @@ FoamFile
     version     2.0;
     format      binary;
     class       polyBoundaryMesh;
-    location    "constant/polyMesh";
     object      boundary;
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
diff --git a/tutorials/lesCavitatingFoam/throttle3D/constant/thermodynamicProperties b/tutorials/lesCavitatingFoam/throttle3D/constant/thermodynamicProperties
index 73712572f26..39d5cf170cf 100644
--- a/tutorials/lesCavitatingFoam/throttle3D/constant/thermodynamicProperties
+++ b/tutorials/lesCavitatingFoam/throttle3D/constant/thermodynamicProperties
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          thermodynamicProperties;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      thermodynamicProperties;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 barotropicCompressibilityModel    linear; //Chung;
diff --git a/tutorials/lesCavitatingFoam/throttle3D/constant/transportProperties b/tutorials/lesCavitatingFoam/throttle3D/constant/transportProperties
index 6d5853219c4..dcf82123d28 100644
--- a/tutorials/lesCavitatingFoam/throttle3D/constant/transportProperties
+++ b/tutorials/lesCavitatingFoam/throttle3D/constant/transportProperties
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          transportProperties;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      transportProperties;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 mul         mul   [1 -1 -1 0 0]   6.500e-03;
@@ -74,5 +66,4 @@ phase2
     }
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/lesCavitatingFoam/throttle3D/system/cellSetDict.1 b/tutorials/lesCavitatingFoam/throttle3D/system/cellSetDict.1
index 17b78b6c371..9dc65721573 100644
--- a/tutorials/lesCavitatingFoam/throttle3D/system/cellSetDict.1
+++ b/tutorials/lesCavitatingFoam/throttle3D/system/cellSetDict.1
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          cellSetDict;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      cellSetDict;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 name c0;
diff --git a/tutorials/lesCavitatingFoam/throttle3D/system/cellSetDict.2 b/tutorials/lesCavitatingFoam/throttle3D/system/cellSetDict.2
index 326bcb48f20..0eb66c8739b 100644
--- a/tutorials/lesCavitatingFoam/throttle3D/system/cellSetDict.2
+++ b/tutorials/lesCavitatingFoam/throttle3D/system/cellSetDict.2
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          cellSetDict;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      cellSetDict;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 name c0;
diff --git a/tutorials/lesCavitatingFoam/throttle3D/system/cellSetDict.3 b/tutorials/lesCavitatingFoam/throttle3D/system/cellSetDict.3
index 40d5dc4f53c..c1833b014ea 100644
--- a/tutorials/lesCavitatingFoam/throttle3D/system/cellSetDict.3
+++ b/tutorials/lesCavitatingFoam/throttle3D/system/cellSetDict.3
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          cellSetDict;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      cellSetDict;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 name c0;
diff --git a/tutorials/lesCavitatingFoam/throttle3D/system/controlDict b/tutorials/lesCavitatingFoam/throttle3D/system/controlDict
index ddc25e78b20..cd83fdeefe7 100644
--- a/tutorials/lesCavitatingFoam/throttle3D/system/controlDict
+++ b/tutorials/lesCavitatingFoam/throttle3D/system/controlDict
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          controlDict;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      controlDict;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 startFrom                  latestTime;
diff --git a/tutorials/lesCavitatingFoam/throttle3D/system/decomposeParDict b/tutorials/lesCavitatingFoam/throttle3D/system/decomposeParDict
index 01d2010854f..30bfe19d724 100644
--- a/tutorials/lesCavitatingFoam/throttle3D/system/decomposeParDict
+++ b/tutorials/lesCavitatingFoam/throttle3D/system/decomposeParDict
@@ -1,28 +1,19 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          decomposeParDict;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      decomposeParDict;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-
 numberOfSubdomains 4;
 
 method          simple;
@@ -62,5 +53,4 @@ roots
 (
 );
 
-
 // ************************************************************************* //
diff --git a/tutorials/lesCavitatingFoam/throttle3D/system/fvSchemes b/tutorials/lesCavitatingFoam/throttle3D/system/fvSchemes
index 8a043c36edd..69156453d7f 100644
--- a/tutorials/lesCavitatingFoam/throttle3D/system/fvSchemes
+++ b/tutorials/lesCavitatingFoam/throttle3D/system/fvSchemes
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          fvSchemes;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      fvSchemes;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 ddtSchemes
@@ -75,5 +67,4 @@ fluxRequired
     rho;
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/lesCavitatingFoam/throttle3D/system/fvSolution b/tutorials/lesCavitatingFoam/throttle3D/system/fvSolution
index fdde2e5563b..9ee09481dd0 100644
--- a/tutorials/lesCavitatingFoam/throttle3D/system/fvSolution
+++ b/tutorials/lesCavitatingFoam/throttle3D/system/fvSolution
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          fvSolution;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      fvSolution;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 solvers
diff --git a/tutorials/lesCavitatingFoam/throttle3D/system/mapFieldsDict b/tutorials/lesCavitatingFoam/throttle3D/system/mapFieldsDict
index 517a710e840..bc87cbc6a4d 100644
--- a/tutorials/lesCavitatingFoam/throttle3D/system/mapFieldsDict
+++ b/tutorials/lesCavitatingFoam/throttle3D/system/mapFieldsDict
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          mapFieldsDict;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      mapFieldsDict;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 patchMap
@@ -30,5 +22,4 @@ cuttingPatches
 (
 );
 
-
 // ************************************************************************* //
diff --git a/tutorials/lesCavitatingFoam/throttle3D/system/refineMeshDict b/tutorials/lesCavitatingFoam/throttle3D/system/refineMeshDict
index 683c119f05f..91dd88b58aa 100644
--- a/tutorials/lesCavitatingFoam/throttle3D/system/refineMeshDict
+++ b/tutorials/lesCavitatingFoam/throttle3D/system/refineMeshDict
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          refineMeshDict;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      refineMeshDict;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 set c0;
diff --git a/tutorials/lesCavitatingFoam/throttle3D/system/sampleDict b/tutorials/lesCavitatingFoam/throttle3D/system/sampleDict
index c7c9d3a1722..d7efe65a508 100644
--- a/tutorials/lesCavitatingFoam/throttle3D/system/sampleDict
+++ b/tutorials/lesCavitatingFoam/throttle3D/system/sampleDict
@@ -1,26 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.0                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          sampleDict;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      sampleDict;
 }
-
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 // interpolationScheme : choice of
@@ -32,7 +23,6 @@ FoamFile
 //    for the field (linear, gamma, etc.)
 interpolationScheme cellPointFace;
 
-
 // setFormat : choice of
 //      xmgr
 //      jplot
@@ -40,7 +30,6 @@ interpolationScheme cellPointFace;
 //      raw
 setFormat raw;
 
-
 // Surface output format. Choice of
 //      null        : suppress output
 //      foamFile    : separate points, faces and values file
@@ -50,7 +39,6 @@ setFormat raw;
 //      stl         : ascii stl. Does not contain values!
 surfaceFormat vtk;
 
-
 // sampling definition:
 //
 // Dictionary with fields
@@ -160,5 +148,4 @@ fields
     UMeanx
 );
 
-
 // ************************************************************************* //
diff --git a/tutorials/rasCavitatingFoam/0/U b/tutorials/rasCavitatingFoam/0/U
index 624d9589762..ea19b448b7b 100644
--- a/tutorials/rasCavitatingFoam/0/U
+++ b/tutorials/rasCavitatingFoam/0/U
@@ -1,28 +1,19 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           volVectorField;
-    object          U;
+    version     2.0;
+    format      ascii;
+    class       volVectorField;
+    object      U;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-
 dimensions      [0 1 -1 0 0];
 
 internalField   uniform (0 0 0);
@@ -53,5 +44,4 @@ boundaryField
     }
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/rasCavitatingFoam/0/gamma b/tutorials/rasCavitatingFoam/0/gamma
index 908f5965b47..37221cbc11f 100644
--- a/tutorials/rasCavitatingFoam/0/gamma
+++ b/tutorials/rasCavitatingFoam/0/gamma
@@ -1,28 +1,19 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           volScalarField;
-    object          gamma;
+    version     2.0;
+    format      ascii;
+    class       volScalarField;
+    object      gamma;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-
 dimensions      [0 0 0 0 0];
 
 internalField   uniform 0;
@@ -53,5 +44,4 @@ boundaryField
     }
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/rasCavitatingFoam/0/k b/tutorials/rasCavitatingFoam/0/k
index 9e2c67698e3..835c3a99928 100644
--- a/tutorials/rasCavitatingFoam/0/k
+++ b/tutorials/rasCavitatingFoam/0/k
@@ -1,28 +1,19 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           volScalarField;
-    object          k;
+    version     2.0;
+    format      ascii;
+    class       volScalarField;
+    object      k;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-
 dimensions      [0 2 -2 0 0];
 
 internalField   uniform 10.0;
@@ -52,5 +43,4 @@ boundaryField
     }
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/rasCavitatingFoam/0/omega b/tutorials/rasCavitatingFoam/0/omega
index c7b63f6f3d4..330a29d8c18 100644
--- a/tutorials/rasCavitatingFoam/0/omega
+++ b/tutorials/rasCavitatingFoam/0/omega
@@ -1,28 +1,19 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           volScalarField;
-    object          omega;
+    version     2.0;
+    format      ascii;
+    class       volScalarField;
+    object      omega;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-
 dimensions      [0 0 -1 0 0];
 
 internalField   uniform 77200;
@@ -53,5 +44,4 @@ boundaryField
     }
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/rasCavitatingFoam/0/p b/tutorials/rasCavitatingFoam/0/p
index 54098181445..045e287118f 100644
--- a/tutorials/rasCavitatingFoam/0/p
+++ b/tutorials/rasCavitatingFoam/0/p
@@ -1,28 +1,19 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           volScalarField;
-    object          p;
+    version     2.0;
+    format      ascii;
+    class       volScalarField;
+    object      p;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-
 dimensions      [1 -1 -2 0 0];
 
 internalField   uniform 300e5;
@@ -57,5 +48,4 @@ boundaryField
     }
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/rasCavitatingFoam/0/rho b/tutorials/rasCavitatingFoam/0/rho
index e9454d05b3e..54b72e3d1a0 100644
--- a/tutorials/rasCavitatingFoam/0/rho
+++ b/tutorials/rasCavitatingFoam/0/rho
@@ -1,28 +1,19 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           volScalarField;
-    object          rho;
+    version     2.0;
+    format      ascii;
+    class       volScalarField;
+    object      rho;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-
 dimensions      [1 -3 0 0 0];
 
 internalField   uniform 845;
@@ -52,5 +43,4 @@ boundaryField
     }
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/rasCavitatingFoam/constant/RASProperties b/tutorials/rasCavitatingFoam/constant/RASProperties
index 6b6a49d627e..ee5f9ee5d74 100644
--- a/tutorials/rasCavitatingFoam/constant/RASProperties
+++ b/tutorials/rasCavitatingFoam/constant/RASProperties
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          RASProperties;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      RASProperties;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 RASModel kOmegaSST;
@@ -203,5 +195,4 @@ wallFunctionCoeffs
     E                9;
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/rasCavitatingFoam/constant/polyMesh/blockMeshDict b/tutorials/rasCavitatingFoam/constant/polyMesh/blockMeshDict
index 1a91064940e..54b29bc2032 100644
--- a/tutorials/rasCavitatingFoam/constant/polyMesh/blockMeshDict
+++ b/tutorials/rasCavitatingFoam/constant/polyMesh/blockMeshDict
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.0                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          blockMeshDict;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      blockMeshDict;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 convertToMeters 1.0e-3;
@@ -61,7 +53,6 @@ vertices
     ( 0.00  -0.15   0.50)
 );
 
-
 blocks
 (
     hex ( 0  1  2 15 16 17 18 31) ( 50 24 1) simpleGrading (1 1 1)
@@ -73,7 +64,6 @@ blocks
     hex (10  7  8  9 26 23 24 25) (100 24 1) simpleGrading (1 1 1)
 );
 
-
 edges
 (
 );
@@ -128,5 +118,4 @@ patches
     )
 );
 
-
 // ************************************************************************* //
diff --git a/tutorials/rasCavitatingFoam/constant/polyMesh/boundary b/tutorials/rasCavitatingFoam/constant/polyMesh/boundary
index 716ff9df05e..81c12c759d7 100644
--- a/tutorials/rasCavitatingFoam/constant/polyMesh/boundary
+++ b/tutorials/rasCavitatingFoam/constant/polyMesh/boundary
@@ -1,7 +1,7 @@
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  dev                                   |
+|  \\    /   O peration     | Version:  1.5                                   |
 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
@@ -10,7 +10,6 @@ FoamFile
     version     2.0;
     format      ascii;
     class       polyBoundaryMesh;
-    location    "constant/polyMesh";
     object      boundary;
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
diff --git a/tutorials/rasCavitatingFoam/constant/thermodynamicProperties b/tutorials/rasCavitatingFoam/constant/thermodynamicProperties
index 73712572f26..39d5cf170cf 100644
--- a/tutorials/rasCavitatingFoam/constant/thermodynamicProperties
+++ b/tutorials/rasCavitatingFoam/constant/thermodynamicProperties
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          thermodynamicProperties;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      thermodynamicProperties;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 barotropicCompressibilityModel    linear; //Chung;
diff --git a/tutorials/rasCavitatingFoam/constant/transportProperties b/tutorials/rasCavitatingFoam/constant/transportProperties
index 6d5853219c4..dcf82123d28 100644
--- a/tutorials/rasCavitatingFoam/constant/transportProperties
+++ b/tutorials/rasCavitatingFoam/constant/transportProperties
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          transportProperties;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      transportProperties;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 mul         mul   [1 -1 -1 0 0]   6.500e-03;
@@ -74,5 +66,4 @@ phase2
     }
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/rasCavitatingFoam/system/cellSetDict.1 b/tutorials/rasCavitatingFoam/system/cellSetDict.1
index 17b78b6c371..9dc65721573 100644
--- a/tutorials/rasCavitatingFoam/system/cellSetDict.1
+++ b/tutorials/rasCavitatingFoam/system/cellSetDict.1
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          cellSetDict;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      cellSetDict;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 name c0;
diff --git a/tutorials/rasCavitatingFoam/system/cellSetDict.2 b/tutorials/rasCavitatingFoam/system/cellSetDict.2
index 326bcb48f20..0eb66c8739b 100644
--- a/tutorials/rasCavitatingFoam/system/cellSetDict.2
+++ b/tutorials/rasCavitatingFoam/system/cellSetDict.2
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          cellSetDict;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      cellSetDict;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 name c0;
diff --git a/tutorials/rasCavitatingFoam/system/cellSetDict.3 b/tutorials/rasCavitatingFoam/system/cellSetDict.3
index 40d5dc4f53c..c1833b014ea 100644
--- a/tutorials/rasCavitatingFoam/system/cellSetDict.3
+++ b/tutorials/rasCavitatingFoam/system/cellSetDict.3
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          cellSetDict;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      cellSetDict;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 name c0;
diff --git a/tutorials/rasCavitatingFoam/system/controlDict b/tutorials/rasCavitatingFoam/system/controlDict
index dab5c8e74d5..04b11dbad0d 100644
--- a/tutorials/rasCavitatingFoam/system/controlDict
+++ b/tutorials/rasCavitatingFoam/system/controlDict
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          controlDict;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      controlDict;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 startFrom                  latestTime;
diff --git a/tutorials/rasCavitatingFoam/system/fvSchemes b/tutorials/rasCavitatingFoam/system/fvSchemes
index 5765793f750..fc43eb63b87 100644
--- a/tutorials/rasCavitatingFoam/system/fvSchemes
+++ b/tutorials/rasCavitatingFoam/system/fvSchemes
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          fvSchemes;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      fvSchemes;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 ddtSchemes
@@ -73,5 +65,4 @@ fluxRequired
     rho;
 }
 
-
 // ************************************************************************* //
diff --git a/tutorials/rasCavitatingFoam/system/fvSolution b/tutorials/rasCavitatingFoam/system/fvSolution
index 7a74bca95f7..ecacbfeb1d6 100644
--- a/tutorials/rasCavitatingFoam/system/fvSolution
+++ b/tutorials/rasCavitatingFoam/system/fvSolution
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          fvSolution;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      fvSolution;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 solvers
diff --git a/tutorials/rasCavitatingFoam/system/refineMeshDict b/tutorials/rasCavitatingFoam/system/refineMeshDict
index df30f712ceb..12b021090d6 100644
--- a/tutorials/rasCavitatingFoam/system/refineMeshDict
+++ b/tutorials/rasCavitatingFoam/system/refineMeshDict
@@ -1,25 +1,17 @@
-/*---------------------------------------------------------------------------*\
+/*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.4                                   |
-|   \\  /    A nd           | Web:      http://www.openfoam.org               |
+|  \\    /   O peration     | Version:  1.5                                   |
+|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
-
 FoamFile
 {
-    version         2.0;
-    format          ascii;
-
-    root            "";
-    case            "";
-    instance        "";
-    local           "";
-
-    class           dictionary;
-    object          refineMeshDict;
+    version     2.0;
+    format      ascii;
+    class       dictionary;
+    object      refineMeshDict;
 }
-
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
 set c0;
-- 
GitLab