initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / stressAnalysis / solidDisplacementFoam / plateHole / constant / polyMesh / boundary
blob19e9b090b60f3260ef454b2ccd8dfe24c21bb864
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          30;
24         startFace       1930;
25     }
26     right
27     {
28         type            patch;
29         nFaces          30;
30         startFace       1960;
31     }
32     down
33     {
34         type            symmetryPlane;
35         nFaces          30;
36         startFace       1990;
37     }
38     up
39     {
40         type            patch;
41         nFaces          30;
42         startFace       2020;
43     }
44     hole
45     {
46         type            patch;
47         nFaces          20;
48         startFace       2050;
49     }
50     frontAndBack
51     {
52         type            empty;
53         nFaces          2000;
54         startFace       2070;
55     }
58 // ************************************************************************* //