initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / compressible / rhoCentralFoam / shockTube / constant / polyMesh / boundary
blobd0cd663e89d1ab556a5db3ec15b7b167643d0cb7
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     sides
21     {
22         type            patch;
23         physicalType    outletAdiabatic;
24         nFaces          2;
25         startFace       99;
26     }
27     empty
28     {
29         type            empty;
30         physicalType    empty;
31         nFaces          400;
32         startFace       101;
33     }
36 // ************************************************************************* //