initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / multiphase / interFoam / les / nozzleFlow2D / constant / polyMesh / boundary.org
blobddc972e63dd9d1d54fdead750d5c0db63aaa70cc
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 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 axis
21     type empty;
22     physicalType empty;
23     nFaces 0;
24     startFace 41031;
27 inlet
29     type patch;
30     physicalType inlet;
31     nFaces 30;
32     startFace 41031;
35 wall
37     type wall;
38     physicalType wall;
39     nFaces 70;
40     startFace 41061;
43 atmosphere
45     type patch;
46     physicalType atmosphere;
47     nFaces 175;
48     startFace 41131;
51 front
53     type wedge;
54     physicalType wedge;
55     nFaces 20603;
56     startFace 41306;
59 back
61     type wedge;
62     physicalType wedge;
63     nFaces 20603;
64     startFace 61909;
68 // ************************************************************************* //