From c666c2707884ed64a160e7fb6188cb784c4da97d Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Thu, 20 Jun 2013 10:07:42 +0100 Subject: [PATCH] ENH: boundary: generated file --- .../pipeCyclic/constant/polyMesh/boundary | 64 ------------------- 1 file changed, 64 deletions(-) delete mode 100644 tutorials/incompressible/simpleFoam/pipeCyclic/constant/polyMesh/boundary diff --git a/tutorials/incompressible/simpleFoam/pipeCyclic/constant/polyMesh/boundary b/tutorials/incompressible/simpleFoam/pipeCyclic/constant/polyMesh/boundary deleted file mode 100644 index 123fc6be271..00000000000 --- a/tutorials/incompressible/simpleFoam/pipeCyclic/constant/polyMesh/boundary +++ /dev/null @@ -1,64 +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 patch; - nFaces 28; - startFace 4422; - } - outlet - { - type patch; - nFaces 28; - startFace 4450; - } - side1 - { - type cyclicAMI; - inGroups 1(cyclicAMI); - nFaces 400; - startFace 4478; - matchTolerance 0.0001; - transform rotational; - neighbourPatch side2; - rotationAxis (1 0 0); - rotationCentre (0 0 0); - } - side2 - { - type cyclicAMI; - inGroups 1(cyclicAMI); - nFaces 250; - startFace 4878; - matchTolerance 0.0001; - transform rotational; - neighbourPatch side1; - rotationAxis (1 0 0); - rotationCentre (0 0 0); - } - walls - { - type wall; - nFaces 250; - startFace 5128; - } -) - -// ************************************************************************* // -- GitLab