Upgrade case file headers
[foam-extend-3.2.git] / tutorials / solidMechanics / elasticSolidFoam / plateHole / constant / polyMesh / boundary
blobbea0962a5f59f8c6bdd8ed72465ae6e6feef5300
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.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          60;
24         startFace       7860;
25     }
26     right
27     {
28         type            patch;
29         nFaces          60;
30         startFace       7920;
31     }
32     down
33     {
34         type            symmetryPlane;
35         nFaces          60;
36         startFace       7980;
37     }
38     up
39     {
40         type            patch;
41         nFaces          60;
42         startFace       8040;
43     }
44     hole
45     {
46         type            patch;
47         nFaces          40;
48         startFace       8100;
49     }
50     frontAndBack
51     {
52         type            empty;
53         nFaces          8000;
54         startFace       8140;
55     }
58 // ************************************************************************* //