From 9aa77356b6f089e819f2aeb0cb358271713a5cd9 Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 7 Aug 2013 11:09:26 +0100 Subject: [PATCH] GIT: boundary: unused --- .../constant/polyMesh/boundary | 57 ------------------- 1 file changed, 57 deletions(-) delete mode 100644 tutorials/incompressible/pisoFoam/les/pitzDailyMapped/constant/polyMesh/boundary diff --git a/tutorials/incompressible/pisoFoam/les/pitzDailyMapped/constant/polyMesh/boundary b/tutorials/incompressible/pisoFoam/les/pitzDailyMapped/constant/polyMesh/boundary deleted file mode 100644 index 6380c6a4ec..0000000000 --- a/tutorials/incompressible/pisoFoam/les/pitzDailyMapped/constant/polyMesh/boundary +++ /dev/null @@ -1,57 +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; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -5 -( - inlet - { - type mappedPatch; - nFaces 30; - startFace 27238; - sampleMode nearestCell; - sampleRegion region0; - samplePatch none; - offsetMode uniform; - offset (0.0495 0 0); - } - outlet - { - type patch; - nFaces 57; - startFace 27268; - } - upperWall - { - type wall; - nFaces 275; - startFace 27325; - } - lowerWall - { - type wall; - nFaces 302; - startFace 27600; - } - frontAndBack - { - type empty; - nFaces 27570; - startFace 27902; - } -) - -// ************************************************************************* //