From a6387c0a10ae2cc482e75fc3d294923a2df9ef74 Mon Sep 17 00:00:00 2001 From: Zeljko Tukovic Date: Mon, 25 Oct 2010 20:50:03 +0200 Subject: [PATCH] Zeljko, merge --- .../constant/polyMesh/boundary | 58 ------------------- 1 file changed, 58 deletions(-) delete mode 100644 tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/constant/polyMesh/boundary diff --git a/tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/constant/polyMesh/boundary b/tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/constant/polyMesh/boundary deleted file mode 100644 index 55ede42df..000000000 --- a/tutorials/mesh/moveDynamicMesh/SnakeRiverCanyon/constant/polyMesh/boundary +++ /dev/null @@ -1,58 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.6 | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class polyBoundaryMesh; - location "constant/polyMesh"; - object boundary; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -6 -( - maxX - { - type wall; - nFaces 1200; - startFace 210000; - } - minZ - { - type wall; - nFaces 3600; - startFace 211200; - } - maxZ - { - type wall; - nFaces 3600; - startFace 214800; - } - minX - { - type wall; - nFaces 1200; - startFace 218400; - } - minY - { - type wall; - nFaces 1200; - startFace 219600; - } - maxY - { - type wall; - nFaces 1200; - startFace 220800; - } -) - -// ************************************************************************* //