Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / basic / scalarTransportFoam / swirlTest / constant / polyMesh / boundary
blobcf8b0f726eef5e47f502079ea5e484d532773eac
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       polyBoundaryMesh;
13     location    "constant/polyMesh";
14     object      boundary;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20     inlet
21     {
22         type            patch;
23         nFaces          20;
24         startFace       1540;
25     }
26     outlet
27     {
28         type            patch;
29         nFaces          20;
30         startFace       1560;
31     }
32     fixedWalls
33     {
34         type            wall;
35         nFaces          80;
36         startFace       1580;
37     }
38     defaultFaces
39     {
40         type            empty;
41         nFaces          1600;
42         startFace       1660;
43     }
46 // ************************************************************************* //