initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / compressibleLesInterFoam / depthCharge2D / constant / polyMesh / boundary
blobe1e2119e32dbd8fc336ad4c3ce9de73c190ff41f
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  dev                                   |
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     walls
20     {
21         type            wall;
22         nFaces          480;
23         startFace       25360;
24     }
25     frontAndBack
26     {
27         type            empty;
28         nFaces          25600;
29         startFace       25840;
30     }
33 // ************************************************************************* //