From 25303e6fbc9850666ba163255f48c9ddd20dcb67 Mon Sep 17 00:00:00 2001 From: Henrik Rusche Date: Thu, 25 Aug 2016 17:20:36 +0200 Subject: [PATCH] STYLE: Delete obsolete files --- .../constant/polyMesh/boundaryCoupled | 65 ------------------- .../constant/solid/polyMesh/boundaryCoupled | 56 ---------------- .../constant/polyMesh/boundaryCoupled | 65 ------------------- .../constant/solid/polyMesh/boundaryCoupled | 56 ---------------- .../constant/solid/polyMesh/boundaryCoupled | 56 ---------------- 5 files changed, 298 deletions(-) delete mode 100644 tutorials/coupled/conjugateHeatFoam/conjugateCavity/constant/polyMesh/boundaryCoupled delete mode 100644 tutorials/coupled/conjugateHeatFoam/conjugateCavity/constant/solid/polyMesh/boundaryCoupled delete mode 100644 tutorials/coupled/conjugateHeatSimpleFoam/conjugateCavity/constant/polyMesh/boundaryCoupled delete mode 100644 tutorials/coupled/conjugateHeatSimpleFoam/conjugateCavity/constant/solid/polyMesh/boundaryCoupled delete mode 100644 tutorials/coupled/conjugateHeatSimpleFoam/conjugateHeatedSolid/constant/solid/polyMesh/boundaryCoupled diff --git a/tutorials/coupled/conjugateHeatFoam/conjugateCavity/constant/polyMesh/boundaryCoupled b/tutorials/coupled/conjugateHeatFoam/conjugateCavity/constant/polyMesh/boundaryCoupled deleted file mode 100644 index b261def12..000000000 --- a/tutorials/coupled/conjugateHeatFoam/conjugateCavity/constant/polyMesh/boundaryCoupled +++ /dev/null @@ -1,65 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | foam-extend: Open Source CFD | -| \\ / O peration | Version: 4.0 | -| \\ / A nd | Web: http://www.foam-extend.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class polyBoundaryMesh; - object boundary; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -5 -( -movingWall -{ - type wall; - nFaces 10; - startFace 180; -} - -left -{ - type wall; - nFaces 10; - startFace 190; -} - -right -{ - type regionCouple; - nFaces 10; - startFace 200; - - shadowRegion solid; - shadowPatch left; - attached off; - isWall on; - - zone rightZone; - master on; - bridgeOverlap off; -} - -bottom -{ - type wall; - nFaces 10; - startFace 210; -} - -frontAndBack -{ - type empty; - nFaces 200; - startFace 220; -} -) - - -// ************************************************************************* // diff --git a/tutorials/coupled/conjugateHeatFoam/conjugateCavity/constant/solid/polyMesh/boundaryCoupled b/tutorials/coupled/conjugateHeatFoam/conjugateCavity/constant/solid/polyMesh/boundaryCoupled deleted file mode 100644 index b47279fb5..000000000 --- a/tutorials/coupled/conjugateHeatFoam/conjugateCavity/constant/solid/polyMesh/boundaryCoupled +++ /dev/null @@ -1,56 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | foam-extend: Open Source CFD | -| \\ / O peration | Version: 4.0 | -| \\ / A nd | Web: http://www.foam-extend.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class polyBoundaryMesh; - location "constant/polyMesh"; - object boundary; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -4 -( - topAndBottom - { - type patch; - nFaces 20; - startFace 180; - } - left - { - type regionCouple; - nFaces 10; - startFace 200; - - shadowRegion region0; - shadowPatch right; - attached off; - isWall on; - - zone leftZone; - master off; - bridgeOverlap off; - } - right - { - type patch; - nFaces 10; - startFace 210; - } - frontAndBack - { - type empty; - nFaces 200; - startFace 220; - } -) - - -// ************************************************************************* // diff --git a/tutorials/coupled/conjugateHeatSimpleFoam/conjugateCavity/constant/polyMesh/boundaryCoupled b/tutorials/coupled/conjugateHeatSimpleFoam/conjugateCavity/constant/polyMesh/boundaryCoupled deleted file mode 100644 index b261def12..000000000 --- a/tutorials/coupled/conjugateHeatSimpleFoam/conjugateCavity/constant/polyMesh/boundaryCoupled +++ /dev/null @@ -1,65 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | foam-extend: Open Source CFD | -| \\ / O peration | Version: 4.0 | -| \\ / A nd | Web: http://www.foam-extend.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class polyBoundaryMesh; - object boundary; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -5 -( -movingWall -{ - type wall; - nFaces 10; - startFace 180; -} - -left -{ - type wall; - nFaces 10; - startFace 190; -} - -right -{ - type regionCouple; - nFaces 10; - startFace 200; - - shadowRegion solid; - shadowPatch left; - attached off; - isWall on; - - zone rightZone; - master on; - bridgeOverlap off; -} - -bottom -{ - type wall; - nFaces 10; - startFace 210; -} - -frontAndBack -{ - type empty; - nFaces 200; - startFace 220; -} -) - - -// ************************************************************************* // diff --git a/tutorials/coupled/conjugateHeatSimpleFoam/conjugateCavity/constant/solid/polyMesh/boundaryCoupled b/tutorials/coupled/conjugateHeatSimpleFoam/conjugateCavity/constant/solid/polyMesh/boundaryCoupled deleted file mode 100644 index b47279fb5..000000000 --- a/tutorials/coupled/conjugateHeatSimpleFoam/conjugateCavity/constant/solid/polyMesh/boundaryCoupled +++ /dev/null @@ -1,56 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | foam-extend: Open Source CFD | -| \\ / O peration | Version: 4.0 | -| \\ / A nd | Web: http://www.foam-extend.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class polyBoundaryMesh; - location "constant/polyMesh"; - object boundary; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -4 -( - topAndBottom - { - type patch; - nFaces 20; - startFace 180; - } - left - { - type regionCouple; - nFaces 10; - startFace 200; - - shadowRegion region0; - shadowPatch right; - attached off; - isWall on; - - zone leftZone; - master off; - bridgeOverlap off; - } - right - { - type patch; - nFaces 10; - startFace 210; - } - frontAndBack - { - type empty; - nFaces 200; - startFace 220; - } -) - - -// ************************************************************************* // diff --git a/tutorials/coupled/conjugateHeatSimpleFoam/conjugateHeatedSolid/constant/solid/polyMesh/boundaryCoupled b/tutorials/coupled/conjugateHeatSimpleFoam/conjugateHeatedSolid/constant/solid/polyMesh/boundaryCoupled deleted file mode 100644 index b47279fb5..000000000 --- a/tutorials/coupled/conjugateHeatSimpleFoam/conjugateHeatedSolid/constant/solid/polyMesh/boundaryCoupled +++ /dev/null @@ -1,56 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | foam-extend: Open Source CFD | -| \\ / O peration | Version: 4.0 | -| \\ / A nd | Web: http://www.foam-extend.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class polyBoundaryMesh; - location "constant/polyMesh"; - object boundary; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -4 -( - topAndBottom - { - type patch; - nFaces 20; - startFace 180; - } - left - { - type regionCouple; - nFaces 10; - startFace 200; - - shadowRegion region0; - shadowPatch right; - attached off; - isWall on; - - zone leftZone; - master off; - bridgeOverlap off; - } - right - { - type patch; - nFaces 10; - startFace 210; - } - frontAndBack - { - type empty; - nFaces 200; - startFace 220; - } -) - - -// ************************************************************************* //