initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / compressible / rhoCentralFoam / obliqueShock / constant / polyMesh / boundary
blob02bf23d1c0e71a3f394144857f1d3844e625498d
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     top
21     {
22         type            patch;
23         physicalType    inlet;
24         nFaces          60;
25         startFace       3510;
26     }
27     inlet
28     {
29         type            patch;
30         physicalType    supersonicInlet;
31         nFaces          30;
32         startFace       3570;
33     }
34     outlet
35     {
36         type            patch;
37         physicalType    extrapolatedOutlet;
38         nFaces          30;
39         startFace       3600;
40     }
41     bottom
42     {
43         type            symmetryPlane;
44         physicalType    symmetryPlane;
45         nFaces          60;
46         startFace       3630;
47     }
48     frontAndBack
49     {
50         type            empty;
51         physicalType    empty;
52         nFaces          3600;
53         startFace       3690;
54     }
57 // ************************************************************************* //