initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / rhoCentralFoam / obliqueShock / constant / polyMesh / boundary
blobe04508a4d9ec5e7226811a07d39be3a0dd3bc10e
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       polyBoundaryMesh;
13     object      boundary;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19     top
20     {
21         type            patch;
22         physicalType    inlet;
23         nFaces          60;
24         startFace       3510;
25     }
26     inlet
27     {
28         type            patch;
29         physicalType    supersonicInlet;
30         nFaces          30;
31         startFace       3570;
32     }
33     outlet
34     {
35         type            patch;
36         physicalType    extrapolatedOutlet;
37         nFaces          30;
38         startFace       3600;
39     }
40     bottom
41     {
42         type            symmetryPlane;
43         physicalType    symmetryPlane;
44         nFaces          60;
45         startFace       3630;
46     }
47     frontAndBack
48     {
49         type            empty;
50         physicalType    empty;
51         nFaces          3600;
52         startFace       3690;
53     }
56 // ************************************************************************* //