From ed73bcbc33e09204d4d87d170dd95d914a9e962d Mon Sep 17 00:00:00 2001
From: Mark Olesen <Mark.Olesen@esi-group.com>
Date: Sat, 12 Mar 2022 21:28:50 +0100
Subject: [PATCH] TUT: update keywords, fix spurious annotated dictionary item
 (#2401)

---
 etc/caseDicts/annotated/topoSetSourcesDict                     | 3 +--
 .../cpuCabinet/system/snappyHexMeshDict                        | 2 +-
 .../airRecirculationRoom/steady/system/snappyHexMeshDict       | 2 +-
 .../mesh/extrudeMesh/faceZoneExtrusion/{Allrun.pre => Allrun}  | 0
 .../distributedTriSurfaceMesh/system/snappyHexMeshDict         | 2 +-
 .../motorBike_leakDetection/system/snappyHexMeshDict           | 2 +-
 .../mesh/snappyHexMesh/opposite_walls/system/snappyHexMeshDict | 2 +-
 .../snappyHexMesh/sphere_gapClosure/system/snappyHexMeshDict   | 2 +-
 .../RAS/electrostaticDeposition/system/snappyHexMeshDict       | 2 +-
 .../rigidBodyHull/overset-1/system/snappyHexMeshDict           | 2 +-
 .../rigidBodyHull/overset-2/system/snappyHexMeshDict           | 2 +-
 11 files changed, 10 insertions(+), 11 deletions(-)
 rename tutorials/mesh/extrudeMesh/faceZoneExtrusion/{Allrun.pre => Allrun} (100%)

diff --git a/etc/caseDicts/annotated/topoSetSourcesDict b/etc/caseDicts/annotated/topoSetSourcesDict
index c1ad42711ac..fbcb500e82e 100644
--- a/etc/caseDicts/annotated/topoSetSourcesDict
+++ b/etc/caseDicts/annotated/topoSetSourcesDict
@@ -274,7 +274,6 @@ faceSet_doc
     //- Select based on cellSet
     {
         source  cellToFace;
-        source  faceToCell;
         sets    (c0 c1);
         // or
         set     c0;             // Name of cellSet
@@ -316,7 +315,7 @@ faceSet_doc
     //- Select by explicitly providing face labels
     {
         source  labelToFace;
-        value  (12 13 56);      // labels of faces
+        value   (12 13 56);     // labels of faces
     }
 
 
diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/cpuCabinet/system/snappyHexMeshDict b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/cpuCabinet/system/snappyHexMeshDict
index 1ee086588b0..1049b0e3b92 100644
--- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/cpuCabinet/system/snappyHexMeshDict
+++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/cpuCabinet/system/snappyHexMeshDict
@@ -170,7 +170,7 @@ addLayersControls
     slipFeatureAngle 30;
     nGrow           0;
     nBufferCellsNoExtrude 0;
-    minMedianAxisAngle 90;
+    minMedialAxisAngle 90;
     maxFaceThicknessRatio 0.2;
     maxThicknessToMedialRatio 0.3;
     minThickness    1e-06;
diff --git a/tutorials/lagrangian/reactingParcelFoam/airRecirculationRoom/steady/system/snappyHexMeshDict b/tutorials/lagrangian/reactingParcelFoam/airRecirculationRoom/steady/system/snappyHexMeshDict
index 4b6acf04e0f..8dd28fb297b 100644
--- a/tutorials/lagrangian/reactingParcelFoam/airRecirculationRoom/steady/system/snappyHexMeshDict
+++ b/tutorials/lagrangian/reactingParcelFoam/airRecirculationRoom/steady/system/snappyHexMeshDict
@@ -273,7 +273,7 @@ addLayersControls
     slipFeatureAngle 30;
     nGrow           0;
     nBufferCellsNoExtrude 0;
-    minMedianAxisAngle 90;
+    minMedialAxisAngle 90;
     maxFaceThicknessRatio 0.2;
     maxThicknessToMedialRatio 0.3;
     minThickness    1e-06;
diff --git a/tutorials/mesh/extrudeMesh/faceZoneExtrusion/Allrun.pre b/tutorials/mesh/extrudeMesh/faceZoneExtrusion/Allrun
similarity index 100%
rename from tutorials/mesh/extrudeMesh/faceZoneExtrusion/Allrun.pre
rename to tutorials/mesh/extrudeMesh/faceZoneExtrusion/Allrun
diff --git a/tutorials/mesh/snappyHexMesh/distributedTriSurfaceMesh/system/snappyHexMeshDict b/tutorials/mesh/snappyHexMesh/distributedTriSurfaceMesh/system/snappyHexMeshDict
index 4d67001452b..676a423c1d9 100644
--- a/tutorials/mesh/snappyHexMesh/distributedTriSurfaceMesh/system/snappyHexMeshDict
+++ b/tutorials/mesh/snappyHexMesh/distributedTriSurfaceMesh/system/snappyHexMeshDict
@@ -249,7 +249,7 @@ addLayersControls
 
     // Angle used to pick up medial axis points
     // Note: changed(corrected) w.r.t 16x! 90 degrees corresponds to 130 in 16x.
-    minMedianAxisAngle 90;
+    minMedialAxisAngle 90;
 
     // Create buffer region for new layer terminations
     nBufferCellsNoExtrude 0;
diff --git a/tutorials/mesh/snappyHexMesh/motorBike_leakDetection/system/snappyHexMeshDict b/tutorials/mesh/snappyHexMesh/motorBike_leakDetection/system/snappyHexMeshDict
index 108f7c818fb..e969ac1b174 100644
--- a/tutorials/mesh/snappyHexMesh/motorBike_leakDetection/system/snappyHexMeshDict
+++ b/tutorials/mesh/snappyHexMesh/motorBike_leakDetection/system/snappyHexMeshDict
@@ -286,7 +286,7 @@ addLayersControls
     // Angle used to pick up medial axis points
     // Note: changed(corrected) w.r.t 1.7.x! 90 degrees corresponds to 130
     // in 1.7.x.
-    minMedianAxisAngle 90;
+    minMedialAxisAngle 90;
 
 
     // Create buffer region for new layer terminations
diff --git a/tutorials/mesh/snappyHexMesh/opposite_walls/system/snappyHexMeshDict b/tutorials/mesh/snappyHexMesh/opposite_walls/system/snappyHexMeshDict
index 464ae0f3499..a8bea2c8ef9 100644
--- a/tutorials/mesh/snappyHexMesh/opposite_walls/system/snappyHexMeshDict
+++ b/tutorials/mesh/snappyHexMesh/opposite_walls/system/snappyHexMeshDict
@@ -276,7 +276,7 @@ addLayersControls
 
     // Angle used to pick up medial axis points
     // Note: changed(corrected) w.r.t 16x! 90 degrees corresponds to 130 in 16x.
-    minMedianAxisAngle 90;
+    minMedialAxisAngle 90;
 
     // Create buffer region for new layer terminations
     nBufferCellsNoExtrude 0;
diff --git a/tutorials/mesh/snappyHexMesh/sphere_gapClosure/system/snappyHexMeshDict b/tutorials/mesh/snappyHexMesh/sphere_gapClosure/system/snappyHexMeshDict
index 51d69f15797..7d449b8b162 100644
--- a/tutorials/mesh/snappyHexMesh/sphere_gapClosure/system/snappyHexMeshDict
+++ b/tutorials/mesh/snappyHexMesh/sphere_gapClosure/system/snappyHexMeshDict
@@ -263,7 +263,7 @@ addLayersControls
     // Angle used to pick up medial axis points
     // Note: changed(corrected) w.r.t 1.7.x! 90 degrees corresponds to 130
     // in 1.7.x.
-    minMedianAxisAngle 90;
+    minMedialAxisAngle 90;
 
 
     // Create buffer region for new layer terminations
diff --git a/tutorials/multiphase/interFoam/RAS/electrostaticDeposition/system/snappyHexMeshDict b/tutorials/multiphase/interFoam/RAS/electrostaticDeposition/system/snappyHexMeshDict
index 75b28e14566..b3c8311e551 100644
--- a/tutorials/multiphase/interFoam/RAS/electrostaticDeposition/system/snappyHexMeshDict
+++ b/tutorials/multiphase/interFoam/RAS/electrostaticDeposition/system/snappyHexMeshDict
@@ -87,7 +87,7 @@ addLayersControls
     slipFeatureAngle 30;
     nGrow           0;
     nBufferCellsNoExtrude 0;
-    minMedianAxisAngle 90;
+    minMedialAxisAngle 90;
     maxFaceThicknessRatio 0.2;
     maxThicknessToMedialRatio 0.3;
     minThickness    1e-06;
diff --git a/tutorials/multiphase/overInterDyMFoam/rigidBodyHull/overset-1/system/snappyHexMeshDict b/tutorials/multiphase/overInterDyMFoam/rigidBodyHull/overset-1/system/snappyHexMeshDict
index 933d1100d1a..bfb028eb7b0 100644
--- a/tutorials/multiphase/overInterDyMFoam/rigidBodyHull/overset-1/system/snappyHexMeshDict
+++ b/tutorials/multiphase/overInterDyMFoam/rigidBodyHull/overset-1/system/snappyHexMeshDict
@@ -137,7 +137,7 @@ addLayersControls
     slipFeatureAngle 30;
     nGrow           0;
     nBufferCellsNoExtrude 0;
-    minMedianAxisAngle 90;
+    minMedialAxisAngle 90;
     maxFaceThicknessRatio 0.2;
     maxThicknessToMedialRatio 0.3;
     minThickness    1e-06;
diff --git a/tutorials/multiphase/overInterDyMFoam/rigidBodyHull/overset-2/system/snappyHexMeshDict b/tutorials/multiphase/overInterDyMFoam/rigidBodyHull/overset-2/system/snappyHexMeshDict
index 06d0bf4ee40..10e59fe051b 100644
--- a/tutorials/multiphase/overInterDyMFoam/rigidBodyHull/overset-2/system/snappyHexMeshDict
+++ b/tutorials/multiphase/overInterDyMFoam/rigidBodyHull/overset-2/system/snappyHexMeshDict
@@ -145,7 +145,7 @@ addLayersControls
     slipFeatureAngle 30;
     nGrow           0;
     nBufferCellsNoExtrude 0;
-    minMedianAxisAngle 90;
+    minMedialAxisAngle 90;
     maxFaceThicknessRatio 0.2;
     maxThicknessToMedialRatio 0.3;
     minThickness    1e-06;
-- 
GitLab