diff --git a/tutorials/compressible/acousticFoam/obliqueAirJet/main/Allclean b/tutorials/compressible/acousticFoam/obliqueAirJet/main/Allclean
index 7c16473df2a7c083e0a8b486812f48245d59f43a..6897daf72aebaa49bb0cc2193f557c11c62ed017 100755
--- a/tutorials/compressible/acousticFoam/obliqueAirJet/main/Allclean
+++ b/tutorials/compressible/acousticFoam/obliqueAirJet/main/Allclean
@@ -6,8 +6,6 @@ cd "${0%/*}" || exit                                # Run from this directory
 cleanCase0
 
 rm -rf constant/boundaryData
-rm -f constant/faMesh/faceLabels
-rm -f constant/faMesh/faBoundary
 rm -rf constant/triSurface
 
 # -----------------------------------------------------------------------------
diff --git a/tutorials/compressible/acousticFoam/obliqueAirJet/main/system/faMeshDefinition b/tutorials/compressible/acousticFoam/obliqueAirJet/main/system/faMeshDefinition
index 323a46fcffa802cd903ee2dcb450d2ddff5e1419..eff3656d39fdc0b03f4e18aa0164796631d60c7c 100644
--- a/tutorials/compressible/acousticFoam/obliqueAirJet/main/system/faMeshDefinition
+++ b/tutorials/compressible/acousticFoam/obliqueAirJet/main/system/faMeshDefinition
@@ -14,13 +14,13 @@ FoamFile
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-polyMeshPatches  ( window );
+polyMeshPatches ( window );
 
 boundary
 {
     sealing
     {
-        type                patch;
+        type patch;
         neighbourPolyPatch  fixedWall;
     }
 }
diff --git a/tutorials/finiteArea/liquidFilmFoam/cylinder/system/faMeshDefinition b/tutorials/finiteArea/liquidFilmFoam/cylinder/system/faMeshDefinition
index ff3067a18cfe8b1aaf8553059d1ea00224296749..153eb2dffd3e5bef7bf209bc545ca5b1f52afb6d 100644
--- a/tutorials/finiteArea/liquidFilmFoam/cylinder/system/faMeshDefinition
+++ b/tutorials/finiteArea/liquidFilmFoam/cylinder/system/faMeshDefinition
@@ -14,37 +14,37 @@ FoamFile
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-polyMeshPatches  ( film );
+polyMeshPatches ( film );
 
 boundary
 {
     inlet
     {
-        type                patch;
+        type patch;
         neighbourPolyPatch  inlet;
     }
 
     outlet
     {
-        type                patch;
+        type patch;
         neighbourPolyPatch  outlet;
     }
 
     side
     {
-        type                patch;
+        type patch;
         neighbourPolyPatch  side;
     }
 
     symmetry
     {
-        type                symmetry;
+        type symmetry;
         neighbourPolyPatch  symmetry;
     }
 
     cylinder
     {
-        type                patch;
+        type patch;
         neighbourPolyPatch  cylinder;
     }
 }
@@ -52,8 +52,8 @@ boundary
 
 defaultPatch
 {
-    name    empty;
-    type    empty;
+    name empty;
+    type empty;
 }
 
 
diff --git a/tutorials/finiteArea/sphereSurfactantFoam/sphereTransport/system/faMeshDefinition b/tutorials/finiteArea/sphereSurfactantFoam/sphereTransport/system/faMeshDefinition
index f6d421dedb9979a478782d00db4ffdfb720dc25d..1c6d6b0d2baeaf56c0da00ccdd793f2e480421de 100644
--- a/tutorials/finiteArea/sphereSurfactantFoam/sphereTransport/system/faMeshDefinition
+++ b/tutorials/finiteArea/sphereSurfactantFoam/sphereTransport/system/faMeshDefinition
@@ -14,7 +14,7 @@ FoamFile
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-polyMeshPatches  ( outer );
+polyMeshPatches ( outer );
 
 boundary
 {
diff --git a/tutorials/finiteArea/surfactantFoam/planeTransport/system/faMeshDefinition b/tutorials/finiteArea/surfactantFoam/planeTransport/system/faMeshDefinition
index 95813d696bf60dd7f8e899fb61772c92316247cc..8f8dcbae430136184760ecf2606f880d9a78b4de 100644
--- a/tutorials/finiteArea/surfactantFoam/planeTransport/system/faMeshDefinition
+++ b/tutorials/finiteArea/surfactantFoam/planeTransport/system/faMeshDefinition
@@ -14,7 +14,7 @@ FoamFile
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-polyMeshPatches  ( "top.*" );
+polyMeshPatches ( "top.*" );
 
 boundary
 {
diff --git a/tutorials/heatTransfer/buoyantPimpleFoam/hotRoomWithThermalShell/system/faMeshDefinition b/tutorials/heatTransfer/buoyantPimpleFoam/hotRoomWithThermalShell/system/faMeshDefinition
index 9e9490832ee0532416a34c50f4762253aa8f8d40..98516add1cebcc0c3218eb745bd4e4d1c2295af8 100644
--- a/tutorials/heatTransfer/buoyantPimpleFoam/hotRoomWithThermalShell/system/faMeshDefinition
+++ b/tutorials/heatTransfer/buoyantPimpleFoam/hotRoomWithThermalShell/system/faMeshDefinition
@@ -14,35 +14,31 @@ FoamFile
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-polyMeshPatches             (ceiling);
+polyMeshPatches ( ceiling );
 
 boundary
 {
     side1
     {
-        type                patch;
-        ownerPolyPatch      ceiling;
+        type patch;
         neighbourPolyPatch  fixedWall1;
     }
 
     side2
     {
-        type                patch;
-        ownerPolyPatch      ceiling;
+        type patch;
         neighbourPolyPatch  fixedWall2;
     }
 
     side3
     {
-        type                patch;
-        ownerPolyPatch      ceiling;
+        type patch;
         neighbourPolyPatch  fixedWall3;
     }
 
     side4
     {
-        type                patch;
-        ownerPolyPatch      ceiling;
+        type patch;
         neighbourPolyPatch  fixedWall4;
     }
 }
diff --git a/tutorials/incompressible/pimpleFoam/laminar/contactAngleCavity/system/faMeshDefinition b/tutorials/incompressible/pimpleFoam/laminar/contactAngleCavity/system/faMeshDefinition
index ead009718a957fd22ff0e57cf2b29e630b3e51e0..3ca5e5cc9ddfdb71ab959bf28285aa0a17673789 100644
--- a/tutorials/incompressible/pimpleFoam/laminar/contactAngleCavity/system/faMeshDefinition
+++ b/tutorials/incompressible/pimpleFoam/laminar/contactAngleCavity/system/faMeshDefinition
@@ -14,25 +14,25 @@ FoamFile
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-polyMeshPatches  ( top );
+polyMeshPatches ( top );
 
 boundary
 {
     left
     {
-        type                patch;
+        type patch;
         neighbourPolyPatch  left;
     }
 
     right
     {
-        type                patch;
+        type patch;
         neighbourPolyPatch  right;
     }
 
     frontAndBack
     {
-        type                empty;
+        type empty;
         neighbourPolyPatch  frontAndBack;
     }
 }
diff --git a/tutorials/incompressible/pimpleFoam/laminar/contaminatedDroplet2D/system/faMeshDefinition b/tutorials/incompressible/pimpleFoam/laminar/contaminatedDroplet2D/system/faMeshDefinition
index 1d1dfdbd6af4672cbcdace3131f36f2839d66112..40412bb1630e927a0b98fa335b5ea8a1c49a6aa4 100644
--- a/tutorials/incompressible/pimpleFoam/laminar/contaminatedDroplet2D/system/faMeshDefinition
+++ b/tutorials/incompressible/pimpleFoam/laminar/contaminatedDroplet2D/system/faMeshDefinition
@@ -14,13 +14,13 @@ FoamFile
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-polyMeshPatches  ( freeSurface );
+polyMeshPatches ( freeSurface );
 
 boundary
 {
     frontAndBack
     {
-        type                empty;
+        type empty;
         neighbourPolyPatch  frontAndBack;
     }
 }
diff --git a/tutorials/incompressible/pimpleFoam/laminar/filmPanel0/system/faMeshDefinition b/tutorials/incompressible/pimpleFoam/laminar/filmPanel0/system/faMeshDefinition
index 15a6a4d93403ba222b1d9da4a59d743dc7083b02..7d1eac32546a0af7f8b42737977caf210336c39c 100644
--- a/tutorials/incompressible/pimpleFoam/laminar/filmPanel0/system/faMeshDefinition
+++ b/tutorials/incompressible/pimpleFoam/laminar/filmPanel0/system/faMeshDefinition
@@ -10,30 +10,29 @@ FoamFile
     version     2.0;
     format      ascii;
     class       dictionary;
-    location    "constant/faMesh";
     object      faMeshDefinition;
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-polyMeshPatches  ( film );
+polyMeshPatches ( film );
 
 boundary
 {
     inlet
     {
-        type                patch;
+        type patch;
         neighbourPolyPatch  inlet;
     }
 
     outlet
     {
-        type                patch;
+        type patch;
         neighbourPolyPatch  outlet;
     }
 
     side
     {
-        type                patch;
+        type patch;
         neighbourPolyPatch  side;
     }
 }
diff --git a/tutorials/incompressible/pimpleFoam/laminar/inclinedPlaneFilm/system/faMeshDefinition b/tutorials/incompressible/pimpleFoam/laminar/inclinedPlaneFilm/system/faMeshDefinition
index cd9f3f89033d949c3d37321a09d0616e2354397c..18ab4a4533fca61a8072368004ac79b8395e95fd 100644
--- a/tutorials/incompressible/pimpleFoam/laminar/inclinedPlaneFilm/system/faMeshDefinition
+++ b/tutorials/incompressible/pimpleFoam/laminar/inclinedPlaneFilm/system/faMeshDefinition
@@ -14,42 +14,42 @@ FoamFile
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-polyMeshPatches  ( film );
+polyMeshPatches ( film );
 
 boundary
 {
     inlet
     {
-        type                patch;
-        ownerPolyPatch      film;
+        type patch;
+        //ownerPolyPatch      film;
         neighbourPolyPatch  inlet;
     }
 
     outlet
     {
-        type                patch;
-        ownerPolyPatch      film;
+        type patch;
+        //ownerPolyPatch      film;
         neighbourPolyPatch  outlet;
     }
 
     side
     {
-        type                patch;
-        ownerPolyPatch      film;
+        type patch;
+        //ownerPolyPatch      film;
         neighbourPolyPatch  side;
     }
 
     symmetry
     {
-        type                patch;
-        ownerPolyPatch      film;
+        type patch;
+        //ownerPolyPatch      film;
         neighbourPolyPatch  bottom;
     }
 
     cylinder
     {
-        type                patch;
-        ownerPolyPatch      film;
+        type patch;
+        //ownerPolyPatch      film;
         neighbourPolyPatch  cylinder;
     }
 }
diff --git a/tutorials/incompressible/pimpleFoam/laminar/sloshing2D/system/faMeshDefinition b/tutorials/incompressible/pimpleFoam/laminar/sloshing2D/system/faMeshDefinition
index 24f479620fa0593e0ab8343362f38608e1c44982..3ca5e5cc9ddfdb71ab959bf28285aa0a17673789 100644
--- a/tutorials/incompressible/pimpleFoam/laminar/sloshing2D/system/faMeshDefinition
+++ b/tutorials/incompressible/pimpleFoam/laminar/sloshing2D/system/faMeshDefinition
@@ -20,19 +20,19 @@ boundary
 {
     left
     {
-        type                patch;
+        type patch;
         neighbourPolyPatch  left;
     }
 
     right
     {
-        type                patch;
+        type patch;
         neighbourPolyPatch  right;
     }
 
     frontAndBack
     {
-        type                empty;
+        type empty;
         neighbourPolyPatch  frontAndBack;
     }
 }
diff --git a/tutorials/lagrangian/kinematicParcelFoam/pitzDailyWithSprinklers/system/faMeshDefinition b/tutorials/lagrangian/kinematicParcelFoam/pitzDailyWithSprinklers/system/faMeshDefinition
index 3499617408f1f6770a80ef1094a567daec15fae0..2a847bead2b9e567a1e9e2abb50db9fed6e7cb70 100644
--- a/tutorials/lagrangian/kinematicParcelFoam/pitzDailyWithSprinklers/system/faMeshDefinition
+++ b/tutorials/lagrangian/kinematicParcelFoam/pitzDailyWithSprinklers/system/faMeshDefinition
@@ -14,28 +14,28 @@ FoamFile
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-polyMeshPatches   ( base );
+polyMeshPatches ( base );
 
 boundary
 {
     inlet
     {
-        type                patch;
-        ownerPolyPatch      base;
+        type patch;
+        //ownerPolyPatch      base;
         neighbourPolyPatch  inlet;
     }
 
     outlet
     {
-        type                patch;
-        ownerPolyPatch      base;
+        type patch;
+        //ownerPolyPatch      base;
         neighbourPolyPatch  outlet;
     }
 
     sides
     {
-        type                patch;
-        ownerPolyPatch      base;
+        type patch;
+        //ownerPolyPatch      base;
         neighbourPolyPatch  sides;
     }
 }
diff --git a/tutorials/lagrangian/reactingParcelFoam/liquidFilmStepWithSprinklers/system/faMeshDefinition b/tutorials/lagrangian/reactingParcelFoam/liquidFilmStepWithSprinklers/system/faMeshDefinition
index e8081bcd7433eeb80e0d89d57194c4b4a3fdcbf8..2a847bead2b9e567a1e9e2abb50db9fed6e7cb70 100644
--- a/tutorials/lagrangian/reactingParcelFoam/liquidFilmStepWithSprinklers/system/faMeshDefinition
+++ b/tutorials/lagrangian/reactingParcelFoam/liquidFilmStepWithSprinklers/system/faMeshDefinition
@@ -10,33 +10,32 @@ FoamFile
     version     2.0;
     format      ascii;
     class       dictionary;
-    location    "constant/faMesh";
     object      faMeshDefinition;
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-polyMeshPatches  1( base );
+polyMeshPatches ( base );
 
 boundary
 {
     inlet
     {
-        type                patch;
-        ownerPolyPatch      base;
+        type patch;
+        //ownerPolyPatch      base;
         neighbourPolyPatch  inlet;
     }
 
     outlet
     {
-        type                patch;
-        ownerPolyPatch      base;
+        type patch;
+        //ownerPolyPatch      base;
         neighbourPolyPatch  outlet;
     }
 
     sides
     {
-        type                patch;
-        ownerPolyPatch      base;
+        type patch;
+        //ownerPolyPatch      base;
         neighbourPolyPatch  sides;
     }
 }