From fa443cb65f9d66328ecabaeb845f33e555e16e9c Mon Sep 17 00:00:00 2001 From: mattijs Date: Mon, 24 Sep 2012 12:49:59 +0100 Subject: [PATCH] GIT: boundary: derived file --- .../constant/polyMesh/boundary | 63 ------------------- 1 file changed, 63 deletions(-) delete mode 100644 tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/constant/polyMesh/boundary diff --git a/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/constant/polyMesh/boundary b/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/constant/polyMesh/boundary deleted file mode 100644 index 911d0d6aa0..0000000000 --- a/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/constant/polyMesh/boundary +++ /dev/null @@ -1,63 +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; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -6 -( - maxY - { - type symmetryPlane; - inGroups 1(symmetryPlane); - nFaces 400; - startFace 22800; - } - minX - { - type symmetryPlane; - inGroups 1(symmetryPlane); - nFaces 400; - startFace 23200; - } - maxX - { - type symmetryPlane; - inGroups 1(symmetryPlane); - nFaces 400; - startFace 23600; - } - minY - { - type symmetryPlane; - inGroups 1(symmetryPlane); - nFaces 400; - startFace 24000; - } - ground - { - type wall; - nFaces 400; - startFace 24400; - } - maxZ - { - type symmetryPlane; - inGroups 1(symmetryPlane); - nFaces 400; - startFace 24800; - } -) - -// ************************************************************************* //