From d9f336dad2e6fd0161090a4e98203f8981f3e2f6 Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 21 Feb 2012 13:02:21 +0000 Subject: [PATCH] GIT: TJunctionFan: remove unused boundary file --- .../TJunctionFan/constant/polyMesh/boundary | 68 ------------------- 1 file changed, 68 deletions(-) delete mode 100644 tutorials/incompressible/pimpleFoam/TJunctionFan/constant/polyMesh/boundary diff --git a/tutorials/incompressible/pimpleFoam/TJunctionFan/constant/polyMesh/boundary b/tutorials/incompressible/pimpleFoam/TJunctionFan/constant/polyMesh/boundary deleted file mode 100644 index 37a9f6574c..0000000000 --- a/tutorials/incompressible/pimpleFoam/TJunctionFan/constant/polyMesh/boundary +++ /dev/null @@ -1,68 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: dev | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class polyBoundaryMesh; - location "constant/polyMesh"; - object boundary; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -7 -( - inlet - { - type patch; - nFaces 25; - startFace 10050; - } - outlet1 - { - type patch; - nFaces 25; - startFace 10075; - } - outlet2 - { - type patch; - nFaces 25; - startFace 10100; - } - baffles - { - type wall; - nFaces 0; - startFace 10125; - } - fan_half0 - { - type cyclic; - nFaces 0; - startFace 10125; - matchTolerance 0.0001; - neighbourPatch fan_half1; - } - fan_half1 - { - type cyclic; - nFaces 0; - startFace 10125; - matchTolerance 0.0001; - neighbourPatch fan_half0; - } - defaultFaces - { - type wall; - nFaces 3075; - startFace 10125; - } -) - -// ************************************************************************* //