STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / solidMechanics / deprecatedTutorials / solidEquilibriumDisplacementFoam / beamEndLoad / constant / polyMesh / boundary
blobb3cc38f667f2da16b4ac9d1765de0e55cf7fab3a
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://www.extend-project.de       |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       polyBoundaryMesh;
13     object      boundary;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 topSurface
21     type patch;
22     nFaces 6;
23     startFace 16;
26 bottomSurface
28     type patch;
29     nFaces 6;
30     startFace 22;
33 fixedEnd
35     type wall;
36     nFaces 2;
37     startFace 28;
40 tractionEnd
42     type patch;
43     nFaces 2;
44     startFace 30;
47 defaultFaces
49     type empty;
50     nFaces 24;
51     startFace 32;
55 // ************************************************************************* //