Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / compressible / sonicFoam / ras / nacaAirfoil / constant / polyMesh / boundary.org
blob0bf4b0f645de00ae64b37b1ca294e05ba21ee817
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
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 // ************************************************************************* //