ThirdParty: add Zoltan 3.5 to the list of packages, but don't activate the compilatio...
[OpenFOAM-1.6-ext.git] / tutorials / basic / scalarTransportFoam / swirlTest / constant / polyMesh / boundary
blob96036695429d1f827b5d858f90d70f11320dfaf6
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       polyBoundaryMesh;
13     object      boundary;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 inlet
21     type patch;
22     nFaces 20;
23     startFace 1540;
26 outlet
28     type patch;
29     nFaces 20;
30     startFace 1560;
33 fixedWalls
35     type wall;
36     nFaces 80;
37     startFace 1580;
40 defaultFaces
42     type empty;
43     nFaces 1600;
44     startFace 1660;
48 // ************************************************************************* //