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