ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / compressible / rhoCentralFoam / forwardStep / constant / polyMesh / boundary
blob8268cad17f55583ea9d1fe36eeb2c62dbef26168
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.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          80;
24         startFace       31936;
25     }
26     outlet
27     {
28         type            patch;
29         nFaces          64;
30         startFace       32016;
31     }
32     bottom
33     {
34         type            symmetryPlane;
35         nFaces          48;
36         startFace       32080;
37     }
38     top
39     {
40         type            symmetryPlane;
41         nFaces          240;
42         startFace       32128;
43     }
44     obstacle
45     {
46         type            patch;
47         nFaces          208;
48         startFace       32368;
49     }
50     defaultFaces
51     {
52         type            empty;
53         nFaces          32256;
54         startFace       32576;
55     }
58 // ************************************************************************* //