From de78cf6901ed4f0fa62350b1135236ec1fa51544 Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 23 Jan 2014 14:53:28 +0000 Subject: [PATCH] GIT: OpenCFD: removed boundary file --- .../OpenCFD/constant/polyMesh/boundary | 66 ------------------- 1 file changed, 66 deletions(-) delete mode 100644 tutorials/mesh/foamyQuadMesh/OpenCFD/constant/polyMesh/boundary diff --git a/tutorials/mesh/foamyQuadMesh/OpenCFD/constant/polyMesh/boundary b/tutorials/mesh/foamyQuadMesh/OpenCFD/constant/polyMesh/boundary deleted file mode 100644 index 35a7bfe82c..0000000000 --- a/tutorials/mesh/foamyQuadMesh/OpenCFD/constant/polyMesh/boundary +++ /dev/null @@ -1,66 +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 -( - letters_text - { - type patch; - nFaces 1064; - startFace 132063; - } - box_bottom - { - type patch; - nFaces 324; - startFace 133127; - } - box_top - { - type patch; - nFaces 324; - startFace 133451; - } - box_inlet - { - type patch; - nFaces 207; - startFace 133775; - } - box_outlet - { - type patch; - nFaces 207; - startFace 133982; - } - front - { - type empty; - inGroups 1(empty); - nFaces 64792; - startFace 134189; - } - back - { - type empty; - inGroups 1(empty); - nFaces 64792; - startFace 198981; - } -) - -// ************************************************************************* //