initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / electromagnetics / electrostaticFoam / chargedWire / constant / polyMesh / boundary
blob162f9ffc32d25d877ca94ef05ecad459f8b76b90
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            symmetryPlane;
23         nFaces          110;
24         startFace       17980;
25     }
26     right
27     {
28         type            symmetryPlane;
29         nFaces          80;
30         startFace       18090;
31     }
32     down
33     {
34         type            symmetryPlane;
35         nFaces          110;
36         startFace       18170;
37     }
38     up
39     {
40         type            patch;
41         nFaces          80;
42         startFace       18280;
43     }
44     hole
45     {
46         type            patch;
47         nFaces          60;
48         startFace       18360;
49     }
50     defaultFaces
51     {
52         type            empty;
53         nFaces          18200;
54         startFace       18420;
55     }
58 // ************************************************************************* //