Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / incompressible / icoFoam / elbow / constant / polyMesh / boundary
blobcea9700348e5b9028f1cfa0b8117f328777c19af
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     wall-4
21     {
22         type            wall;
23         nFaces          100;
24         startFace       1300;
25     }
26     velocity-inlet-5
27     {
28         type            patch;
29         nFaces          8;
30         startFace       1400;
31     }
32     velocity-inlet-6
33     {
34         type            patch;
35         nFaces          4;
36         startFace       1408;
37     }
38     pressure-outlet-7
39     {
40         type            patch;
41         nFaces          8;
42         startFace       1412;
43     }
44     wall-8
45     {
46         type            wall;
47         nFaces          34;
48         startFace       1420;
49     }
50     frontAndBackPlanes
51     {
52         type            empty;
53         nFaces          1836;
54         startFace       1454;
55     }
58 // ************************************************************************* //