initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / compressible / sonicLiquidFoam / decompressionTank / constant / polyMesh / boundary
blob48e37468872cc5dc08c8f3d252c4188b9b0b8a0f
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     outerWall
21     {
22         type            wall;
23         nFaces          225;
24         startFace       7275;
25     }
26     axis
27     {
28         type            symmetryPlane;
29         nFaces          120;
30         startFace       7500;
31     }
32     nozzle
33     {
34         type            patch;
35         nFaces          5;
36         startFace       7620;
37     }
38     back
39     {
40         type            empty;
41         nFaces          3725;
42         startFace       7625;
43     }
44     front
45     {
46         type            empty;
47         nFaces          3725;
48         startFace       11350;
49     }
52 // ************************************************************************* //