initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / compressible / sonicFoam / ras / nacaAirfoil / constant / polyMesh / boundary.org
blobd033035f97c0dfd75388cf456ecffa9c18667d97
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
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 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18     INLE1
19     {
20         type            patch;
21         physicalType    supersonicFreestream;
22         startFace       79570;
23         nFaces          400;
24     }
26     OUTL2
27     {
28         type            patch;
29         physicalType    pressureTransmissiveOutlet;
30         startFace       79970;
31         nFaces          200;
32     }
34     SYMP3
35     {
36         type            empty;
37         physicalType    empty;
38         startFace       80170;
39         nFaces          80000;
40     }
42     WALL10
43     {
44         type            wall;
45         physicalType    adiabaticWallFunctions;
46         startFace       160170;
47         nFaces          260;
48     }
51 // ************************************************************************* //