From fc9820b08aa36f0bd3d09b044e39a756cec077cd Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Wed, 31 Jan 2024 13:49:26 +0000
Subject: [PATCH] STYLE: mapped: remove defaults from mapped

---
 .../pisoFoam/LES/pitzDailyMapped/system/blockMeshDict           | 2 --
 .../RAS/wallBoiling1D_2phase/system/blockMeshDict               | 2 --
 .../RAS/wallBoiling1D_3phase/system/blockMeshDict               | 2 --
 .../RAS/wallBoiling/system/blockMeshDict                        | 2 --
 .../RAS/wallBoiling1D/system/blockMeshDict                      | 2 --
 .../RAS/wallBoilingIATE/system/blockMeshDict                    | 2 --
 6 files changed, 12 deletions(-)

diff --git a/tutorials/incompressible/pisoFoam/LES/pitzDailyMapped/system/blockMeshDict b/tutorials/incompressible/pisoFoam/LES/pitzDailyMapped/system/blockMeshDict
index cb9f0f87b16..4f94ddd9a63 100644
--- a/tutorials/incompressible/pisoFoam/LES/pitzDailyMapped/system/blockMeshDict
+++ b/tutorials/incompressible/pisoFoam/LES/pitzDailyMapped/system/blockMeshDict
@@ -91,9 +91,7 @@ boundary
     {
         type mappedPatch;
         offset          (0.0495 0 0);
-        sampleRegion    region0;
         sampleMode      nearestCell;
-        samplePatch     none;
 
         faces
         (
diff --git a/tutorials/multiphase/reactingMultiphaseEulerFoam/RAS/wallBoiling1D_2phase/system/blockMeshDict b/tutorials/multiphase/reactingMultiphaseEulerFoam/RAS/wallBoiling1D_2phase/system/blockMeshDict
index 1eb87bf2ca0..320564c7f8f 100644
--- a/tutorials/multiphase/reactingMultiphaseEulerFoam/RAS/wallBoiling1D_2phase/system/blockMeshDict
+++ b/tutorials/multiphase/reactingMultiphaseEulerFoam/RAS/wallBoiling1D_2phase/system/blockMeshDict
@@ -39,9 +39,7 @@ boundary
     {
         type mappedPatch;
         offset          (0 0.1 0);
-        sampleRegion    region0;
         sampleMode      nearestCell;
-        samplePatch     none;
 
         faces
         (
diff --git a/tutorials/multiphase/reactingMultiphaseEulerFoam/RAS/wallBoiling1D_3phase/system/blockMeshDict b/tutorials/multiphase/reactingMultiphaseEulerFoam/RAS/wallBoiling1D_3phase/system/blockMeshDict
index 1eb87bf2ca0..320564c7f8f 100644
--- a/tutorials/multiphase/reactingMultiphaseEulerFoam/RAS/wallBoiling1D_3phase/system/blockMeshDict
+++ b/tutorials/multiphase/reactingMultiphaseEulerFoam/RAS/wallBoiling1D_3phase/system/blockMeshDict
@@ -39,9 +39,7 @@ boundary
     {
         type mappedPatch;
         offset          (0 0.1 0);
-        sampleRegion    region0;
         sampleMode      nearestCell;
-        samplePatch     none;
 
         faces
         (
diff --git a/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoiling/system/blockMeshDict b/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoiling/system/blockMeshDict
index 074f51fe4f6..d2109f566c1 100644
--- a/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoiling/system/blockMeshDict
+++ b/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoiling/system/blockMeshDict
@@ -39,9 +39,7 @@ boundary
     {
         type mappedPatch;
         offset          (0 0.1 0);
-        sampleRegion    region0;
         sampleMode      nearestCell;
-        samplePatch     none;
 
         faces
         (
diff --git a/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoiling1D/system/blockMeshDict b/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoiling1D/system/blockMeshDict
index 1eb87bf2ca0..320564c7f8f 100644
--- a/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoiling1D/system/blockMeshDict
+++ b/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoiling1D/system/blockMeshDict
@@ -39,9 +39,7 @@ boundary
     {
         type mappedPatch;
         offset          (0 0.1 0);
-        sampleRegion    region0;
         sampleMode      nearestCell;
-        samplePatch     none;
 
         faces
         (
diff --git a/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoilingIATE/system/blockMeshDict b/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoilingIATE/system/blockMeshDict
index 074f51fe4f6..d2109f566c1 100644
--- a/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoilingIATE/system/blockMeshDict
+++ b/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoilingIATE/system/blockMeshDict
@@ -39,9 +39,7 @@ boundary
     {
         type mappedPatch;
         offset          (0 0.1 0);
-        sampleRegion    region0;
         sampleMode      nearestCell;
-        samplePatch     none;
 
         faces
         (
-- 
GitLab