Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / solidMechanics / elasticOrthoSolidFoam / orthotropicBiMatPlate / constant / polyMesh / boundary
blobd94bab6d4a9cf2a0c91f80c165592c3051ced0b5
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     front
21     {
22         type            empty;
23         nFaces          10000;
24         startFace       19800;
25     }
26     back
27     {
28         type            empty;
29         nFaces          10000;
30         startFace       29800;
31     }
32     left
33     {
34         type            patch;
35         nFaces          100;
36         startFace       39800;
37     }
38     bottom
39     {
40         type            patch;
41         nFaces          100;
42         startFace       39900;
43     }
44     right
45     {
46         type            patch;
47         nFaces          100;
48         startFace       40000;
49     }
50     top
51     {
52         type            patch;
53         nFaces          100;
54         startFace       40100;
55     }
58 // ************************************************************************* //