initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / electrostaticFoam / chargedWire / constant / polyMesh / boundary
blob0ccf019b6d0648835d8fc60848d8e9b30ca915c0
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       polyBoundaryMesh;
13     object      boundary;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19     left
20     {
21         type            symmetryPlane;
22         nFaces          110;
23         startFace       17980;
24     }
25     right
26     {
27         type            symmetryPlane;
28         nFaces          80;
29         startFace       18090;
30     }
31     down
32     {
33         type            symmetryPlane;
34         nFaces          110;
35         startFace       18170;
36     }
37     up
38     {
39         type            patch;
40         nFaces          80;
41         startFace       18280;
42     }
43     hole
44     {
45         type            patch;
46         nFaces          60;
47         startFace       18360;
48     }
49     defaultFaces
50     {
51         type            empty;
52         nFaces          18200;
53         startFace       18420;
54     }
57 // ************************************************************************* //