Correction to the compilation of mesquite-2.1.2. Bug fix contributed by Philippose...
[OpenFOAM-1.6-ext.git] / tutorials / compressible / rhopSonicFoam / shockTube / constant / polyMesh / boundary
blob452a60f8c33ae3a2777f79f15fd41463accbebd2
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
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         nFaces          2;
24         startFace       99;
25     }
26     empty
27     {
28         type            empty;
29         nFaces          400;
30         startFace       101;
31     }
34 // ************************************************************************* //