initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / basic / potentialFoam / cylinder / constant / polyMesh / boundary
blobdce655917909701e3c57e631762962622ccd54c7
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     down
21     {
22         type            symmetryPlane;
23         nFaces          60;
24         startFace       3890;
25     }
26     right
27     {
28         type            patch;
29         nFaces          30;
30         startFace       3950;
31     }
32     up
33     {
34         type            symmetryPlane;
35         nFaces          60;
36         startFace       3980;
37     }
38     left
39     {
40         type            patch;
41         nFaces          30;
42         startFace       4040;
43     }
44     cylinder
45     {
46         type            symmetryPlane;
47         nFaces          40;
48         startFace       4070;
49     }
50     defaultFaces
51     {
52         type            empty;
53         nFaces          4000;
54         startFace       4110;
55     }
58 // ************************************************************************* //