Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / stressAnalysis / solidEquilibriumDisplacementFoam / beamEndLoad / constant / polyMesh / boundary
blobe2a2c7a19b7b6891a05a2c7aa8133c4c6ead1243
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
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     topSurface
21     {
22         type            patch;
23         nFaces          6;
24         startFace       16;
25     }
26     bottomSurface
27     {
28         type            patch;
29         nFaces          6;
30         startFace       22;
31     }
32     fixedEnd
33     {
34         type            patch;
35         nFaces          2;
36         startFace       28;
37     }
38     tractionEnd
39     {
40         type            patch;
41         nFaces          2;
42         startFace       30;
43     }
44     defaultFaces
45     {
46         type            empty;
47         nFaces          24;
48         startFace       32;
49     }
52 // ************************************************************************* //