From e8118a9b0483aa4cf08480a6c7f103039f87209d Mon Sep 17 00:00:00 2001
From: Andrew Heather <a.heather@opencfd.co.uk>
Date: Tue, 8 Dec 2015 15:06:13 +0000
Subject: [PATCH] ENH: Tutorials - removed boundary files from repository

---
 .../constant/polyMesh/boundary                | 101 ------------------
 .../constant/polyMesh/boundary                |  61 -----------
 .../constant/polyMesh/boundary                |  54 ----------
 3 files changed, 216 deletions(-)
 delete mode 100644 tutorials/combustion/XiDyMFoam/annularCombustorTurbine/constant/polyMesh/boundary
 delete mode 100644 tutorials/combustion/XiDyMFoam/oscillatingCylinder/constant/polyMesh/boundary
 delete mode 100644 tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/constant/polyMesh/boundary

diff --git a/tutorials/combustion/XiDyMFoam/annularCombustorTurbine/constant/polyMesh/boundary b/tutorials/combustion/XiDyMFoam/annularCombustorTurbine/constant/polyMesh/boundary
deleted file mode 100644
index ab02d692aee..00000000000
--- a/tutorials/combustion/XiDyMFoam/annularCombustorTurbine/constant/polyMesh/boundary
+++ /dev/null
@@ -1,101 +0,0 @@
-/*--------------------------------*- C++ -*----------------------------------*\
-| =========                 |                                                 |
-| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  dev-OpenCFD.feature-periodicAMIAndXiDyMFoam|
-|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
-|    \\/     M anipulation  |                                                 |
-\*---------------------------------------------------------------------------*/
-FoamFile
-{
-    version     2.0;
-    format      binary;
-    class       polyBoundaryMesh;
-    location    "constant/polyMesh";
-    object      boundary;
-}
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-9
-(
-    inlet
-    {
-        type            patch;
-        nFaces          274;
-        startFace       250645;
-    }
-    outlet
-    {
-        type            patch;
-        nFaces          1280;
-        startFace       250919;
-    }
-    walls
-    {
-        type            wall;
-        inGroups        1(wall);
-        nFaces          10444;
-        startFace       252199;
-    }
-    cyclic0
-    {
-        type            cyclicSlip;
-        inGroups        1(cyclicSlip);
-        nFaces          3206;
-        startFace       262643;
-        matchTolerance  0.001;
-        transform       rotational;
-        neighbourPatch  cyclic1;
-        rotationAxis    (1 0 0);
-        rotationCentre  (0 0 0);
-    }
-    cyclic1
-    {
-        type            cyclicSlip;
-        inGroups        1(cyclicSlip);
-        nFaces          3206;
-        startFace       265849;
-        matchTolerance  0.001;
-        transform       rotational;
-        neighbourPatch  cyclic0;
-        rotationAxis    (1 0 0);
-        rotationCentre  (0 0 0);
-    }
-    blade1
-    {
-        type            wall;
-        inGroups        1(wall);
-        nFaces          2614;
-        startFace       269055;
-    }
-    blade2
-    {
-        type            wall;
-        inGroups        1(wall);
-        nFaces          2616;
-        startFace       271669;
-    }
-    ami0
-    {
-        type            cyclicPeriodicAMI;
-        inGroups        1(cyclicAMI);
-        nFaces          1280;
-        startFace       274285;
-        matchTolerance  0.001;
-        transform       unknown;
-        neighbourPatch  ami1;
-        periodicPatch   cyclic0;
-    }
-    ami1
-    {
-        type            cyclicPeriodicAMI;
-        inGroups        1(cyclicAMI);
-        nFaces          1280;
-        startFace       275565;
-        matchTolerance  0.001;
-        transform       unknown;
-        neighbourPatch  ami0;
-        periodicPatch   cyclic0;
-    }
-)
-
-// ************************************************************************* //
diff --git a/tutorials/combustion/XiDyMFoam/oscillatingCylinder/constant/polyMesh/boundary b/tutorials/combustion/XiDyMFoam/oscillatingCylinder/constant/polyMesh/boundary
deleted file mode 100644
index 3ee1deefbe8..00000000000
--- a/tutorials/combustion/XiDyMFoam/oscillatingCylinder/constant/polyMesh/boundary
+++ /dev/null
@@ -1,61 +0,0 @@
-/*--------------------------------*- C++ -*----------------------------------*\
-| =========                 |                                                 |
-| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  dev-OpenCFD.feature-periodicAMIAndXiDyMFoam|
-|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
-|    \\/     M anipulation  |                                                 |
-\*---------------------------------------------------------------------------*/
-FoamFile
-{
-    version     2.0;
-    format      ascii;
-    class       polyBoundaryMesh;
-    location    "constant/polyMesh";
-    object      boundary;
-}
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-6
-(
-    inletAir
-    {
-        type            patch;
-        nFaces          16;
-        startFace       5952;
-    }
-    inletFuel
-    {
-        type            patch;
-        nFaces          8;
-        startFace       5968;
-    }
-    outlet
-    {
-        type            patch;
-        nFaces          24;
-        startFace       5976;
-    }
-    walls
-    {
-        type            wall;
-        inGroups        1(wall);
-        nFaces          240;
-        startFace       6000;
-    }
-    cylinder
-    {
-        type            wall;
-        inGroups        1(wall);
-        nFaces          96;
-        startFace       6240;
-    }
-    frontAndBack
-    {
-        type            empty;
-        inGroups        1(empty);
-        nFaces          6144;
-        startFace       6336;
-    }
-)
-
-// ************************************************************************* //
diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/constant/polyMesh/boundary b/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/constant/polyMesh/boundary
deleted file mode 100644
index 62bf6114b06..00000000000
--- a/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/constant/polyMesh/boundary
+++ /dev/null
@@ -1,54 +0,0 @@
-/*--------------------------------*- C++ -*----------------------------------*\
-| =========                 |                                                 |
-| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  dev-OpenCFD                           |
-|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
-|    \\/     M anipulation  |                                                 |
-\*---------------------------------------------------------------------------*/
-FoamFile
-{
-    version     2.0;
-    format      binary;
-    class       polyBoundaryMesh;
-    location    "constant/polyMesh";
-    object      boundary;
-}
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-5
-(
-    inlet
-    {
-        type            patch;
-        nFaces          70;
-        startFace       648417;
-    }
-    outlet
-    {
-        type            patch;
-        nFaces          2250;
-        startFace       648487;
-    }
-    exterior
-    {
-        type            patch;
-        nFaces          2250;
-        startFace       650737;
-    }
-    symmetry
-    {
-        type            symmetryPlane;
-        inGroups        1(symmetryPlane);
-        nFaces          4365;
-        startFace       652987;
-    }
-    walls
-    {
-        type            wall;
-        inGroups        1(wall);
-        nFaces          15071;
-        startFace       657352;
-    }
-)
-
-// ************************************************************************* //
-- 
GitLab