initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / compressible / rhoPimpleFoam / angledDuct / constant / polyMesh / boundary
blobd060c920afda73a3022c1c66814682862962ac9d
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     front
21     {
22         type            wall;
23         nFaces          700;
24         startFace       63400;
25     }
26     back
27     {
28         type            wall;
29         nFaces          700;
30         startFace       64100;
31     }
32     wall
33     {
34         type            wall;
35         nFaces          1400;
36         startFace       64800;
37     }
38     porosityWall
39     {
40         type            wall;
41         nFaces          1600;
42         startFace       66200;
43     }
44     inlet
45     {
46         type            patch;
47         nFaces          400;
48         startFace       67800;
49     }
50     outlet
51     {
52         type            patch;
53         nFaces          400;
54         startFace       68200;
55     }
58 // ************************************************************************* //