Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / compressible / steadyCompressibleFoam / transonicBump / constant / polyMesh / boundary
blobee56aaa93b72c1c387b4eb5c30e8ef90f64dbd10
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.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     INLE1
21     {
22         type            patch;
23         nFaces          75;
24         startFace       22275;
25     }
26     PRES2
27     {
28         type            patch;
29         nFaces          75;
30         startFace       22350;
31     }
32     WALL3
33     {
34         type            wall;
35         nFaces          150;
36         startFace       22425;
37     }
38     WALL4
39     {
40         type            wall;
41         nFaces          150;
42         startFace       22575;
43     }
44     defaultFaces
45     {
46         type            empty;
47         nFaces          22500;
48         startFace       22725;
49     }
52 // ************************************************************************* //