initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / incompressible / nonNewtonianIcoFoam / offsetCylinder / constant / polyMesh / boundary
blobea35918b2655c658db74c2ad09852843924649d1
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     left
21     {
22         type            patch;
23         nFaces          35;
24         startFace       3485;
25     }
26     right
27     {
28         type            patch;
29         nFaces          35;
30         startFace       3520;
31     }
32     down
33     {
34         type            wall;
35         nFaces          40;
36         startFace       3555;
37     }
38     up
39     {
40         type            wall;
41         nFaces          40;
42         startFace       3595;
43     }
44     cylinder
45     {
46         type            wall;
47         nFaces          80;
48         startFace       3635;
49     }
50     defaultFaces
51     {
52         type            empty;
53         nFaces          3600;
54         startFace       3715;
55     }
58 // ************************************************************************* //