Upgrade case file headers
[foam-extend-3.2.git] / tutorials / incompressible / icoDyMFoam / mixerGgi / boundary
blob4f8c9e7aa50b7b1a1869c3ca6b8d71dd209b084b
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       polyBoundaryMesh;
13     location    "constant/polyMesh";
14     object      boundary;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20     impellerWall
21     {
22         type            wall;
23         nFaces          68;
24         startFace       1040;
25     }
26     baffleWall
27     {
28         type            wall;
29         nFaces          84;
30         startFace       1108;
31     }
32     insideSlider
33     {
34         type            ggi;
35         nFaces          36;
36         startFace       1192;
37         shadowPatch     outsideSlider;
38         zone            insideZone;
39         bridgeOverlap   false;
40     }
41     outsideSlider
42     {
43         type            ggi;
44         nFaces          36;
45         startFace       1228;
46         shadowPatch     insideSlider;
47         zone            outsideZone;
48         bridgeOverlap   false;
49     }
50     defaultFaces
51     {
52         type            empty;
53         nFaces          1152;
54         startFace       1264;
55     }
58 // ************************************************************************* //