initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / rhoPimpleFoam / angledDuct / constant / polyMesh / boundary
blob540223e58fa9530a5203cb9ec14b94998dae2c4d
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5                                   |
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 front
21     type wall;
22     nFaces 700;
23     startFace 63400;
26 back
28     type wall;
29     nFaces 700;
30     startFace 64100;
33 wall
35     type wall;
36     nFaces 1400;
37     startFace 64800;
40 porosityWall
42     type wall;
43     nFaces 1600;
44     startFace 66200;
47 inlet
49     type patch;
50     nFaces 400;
51     startFace 67800;
54 outlet
56     type patch;
57     nFaces 400;
58     startFace 68200;
62 // ************************************************************************* //