Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / compressible / rhoCentralFoam / LadenburgJet60psi / constant / polyMesh / boundary
blob632a2eb9b11202fd85f8314b6e3b21f39e124299
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.com                      |
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          10;
24         startFace       2320;
25     }
26     outlet
27     {
28         type            patch;
29         nFaces          20;
30         startFace       2330;
31     }
32     freestreamInlet
33     {
34         type            patch;
35         nFaces          10;
36         startFace       2350;
37     }
38     freestream
39     {
40         type            patch;
41         nFaces          60;
42         startFace       2360;
43     }
44     wedge1
45     {
46         type            wedge;
47         nFaces          1200;
48         startFace       2420;
49     }
50     wedge2
51     {
52         type            wedge;
53         nFaces          1200;
54         startFace       3620;
55     }
56     defaultFaces
57     {
58         type            empty;
59         nFaces          0;
60         startFace       4820;
61     }
64 // ************************************************************************* //