From 703954e483e6cf30dc14002e24e2c175bc315246 Mon Sep 17 00:00:00 2001 From: mattijs Date: Mon, 20 Feb 2012 13:03:44 +0000 Subject: [PATCH] ENH: propeller tutorial: no need for boundary file --- .../propeller/constant/polyMesh/boundary | 82 ------------------- 1 file changed, 82 deletions(-) delete mode 100644 tutorials/incompressible/pimpleDyMFoam/propeller/constant/polyMesh/boundary diff --git a/tutorials/incompressible/pimpleDyMFoam/propeller/constant/polyMesh/boundary b/tutorials/incompressible/pimpleDyMFoam/propeller/constant/polyMesh/boundary deleted file mode 100644 index 9a4fd1af33..0000000000 --- a/tutorials/incompressible/pimpleDyMFoam/propeller/constant/polyMesh/boundary +++ /dev/null @@ -1,82 +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 binary; - class polyBoundaryMesh; - location "constant/polyMesh"; - object boundary; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -9 -( - inlet - { - type patch; - nFaces 676; - startFace 1708234; - } - outlet - { - type patch; - nFaces 112; - startFace 1708910; - } - outerCylinder - { - type wall; - nFaces 976; - startFace 1709022; - } - propellerTip - { - type wall; - nFaces 21464; - startFace 1709998; - } - propellerStem1 - { - type wall; - nFaces 192; - startFace 1731462; - } - propellerStem2 - { - type wall; - nFaces 576; - startFace 1731654; - } - propellerStem3 - { - type wall; - nFaces 1536; - startFace 1732230; - } - AMI1 - { - type cyclicAMI; - nFaces 22416; - startFace 1733766; - matchTolerance 0.0001; - neighbourPatch AMI2; - transform noOrdering; - } - AMI2 - { - type cyclicAMI; - nFaces 22416; - startFace 1756182; - matchTolerance 0.0001; - neighbourPatch AMI1; - transform noOrdering; - } -) - -// ************************************************************************* //