initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / multiphase / settlingFoam / ras / dahl / constant / polyMesh / boundary
blob15a60bdd6a7cb46ca98f57ac5f9e9f31adb2a309
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.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     inlet
21     {
22         type            patch;
23         nFaces          40;
24         startFace       15760;
25     }
26     outlet
27     {
28         type            patch;
29         nFaces          4;
30         startFace       15800;
31     }
32     bottomWall
33     {
34         type            patch;
35         nFaces          200;
36         startFace       15804;
37     }
38     endWall
39     {
40         type            wall;
41         nFaces          36;
42         startFace       16004;
43     }
44     top
45     {
46         type            symmetryPlane;
47         nFaces          200;
48         startFace       16040;
49     }
50     frontAndBack
51     {
52         type            empty;
53         nFaces          16000;
54         startFace       16240;
55     }
58 // ************************************************************************* //