initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / incompressible / simpleSRFFoam / mixer / constant / polyMesh / boundary
blob3fff299c5a6ee14dbf30c8b018c753e9de6d2a46
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.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     inlet
21     {
22         type            patch;
23         nFaces          840;
24         startFace       96680;
25     }
26     outlet
27     {
28         type            patch;
29         nFaces          840;
30         startFace       97520;
31     }
32     innerWall
33     {
34         type            wall;
35         nFaces          2480;
36         startFace       98360;
37     }
38     outerWall
39     {
40         type            wall;
41         nFaces          880;
42         startFace       100840;
43     }
44     cyclic
45     {
46         type            cyclic;
47         nFaces          3200;
48         startFace       101720;
49         featureCos      0.9;
50     }
53 // ************************************************************************* //