initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / incompressible / channelFoam / channel395 / constant / polyMesh / boundary
blob99406517bfb287df344dc1e5bc6c5e0274b6d564
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     bottomWall
21     {
22         type            wall;
23         nFaces          1200;
24         startFace       175300;
25     }
26     topWall
27     {
28         type            wall;
29         nFaces          1200;
30         startFace       176500;
31     }
32     sides1
33     {
34         type            cyclic;
35         nFaces          2000;
36         startFace       177700;
37         featureCos      0.9;
38     }
39     sides2
40     {
41         type            cyclic;
42         nFaces          2000;
43         startFace       179700;
44         featureCos      0.9;
45     }
46     inout1
47     {
48         type            cyclic;
49         nFaces          1500;
50         startFace       181700;
51         featureCos      0.9;
52     }
53     inout2
54     {
55         type            cyclic;
56         nFaces          1500;
57         startFace       183200;
58         featureCos      0.9;
59     }
62 // ************************************************************************* //