Renamed and cleaned foam-extend
[foam-extend-3.0.git] / tutorials / solidMechanics / elasticSolidFoam / bimaterialPlateNonOrtho / constant / polyMesh / boundary
blob58a8f14cdd422e3d37aadb417841ad79a8771af0
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     location    "constant/polyMesh";
14     object      boundary;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20     top
21     {
22         type            patch;
23         nFaces          100;
24         startFace       19800;
25     }
26     left
27     {
28         type            patch;
29         nFaces          100;
30         startFace       19900;
31     }
32     right
33     {
34         type            patch;
35         nFaces          100;
36         startFace       20000;
37     }
38     bottom
39     {
40         type            patch;
41         nFaces          100;
42         startFace       20100;
43     }
44     front
45     {
46         type            empty;
47         nFaces          10000;
48         startFace       20200;
49     }
50     back
51     {
52         type            empty;
53         nFaces          10000;
54         startFace       30200;
55     }
58 // ************************************************************************* //