STYLE: Quenching compiler warning
[foam-extend-3.2.git] / tutorials / multiSolver / multiSolverDemo / teeFitting2d / parTeeFitting2d / constant / polyMesh / boundary
blobe8c02128924ee873014e237cda0eb8ee9249f087
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     location    "constant/polyMesh";
14     object      boundary;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20     steetWalls
21     {
22         type            wall;
23         nFaces          100;
24         startFace       3100;
25     }
26     branchWalls
27     {
28         type            wall;
29         nFaces          40;
30         startFace       3200;
31     }
32     westStreet
33     {
34         type            patch;
35         nFaces          20;
36         startFace       3240;
37     }
38     eastStreet
39     {
40         type            patch;
41         nFaces          20;
42         startFace       3260;
43     }
44     northBranch
45     {
46         type            patch;
47         nFaces          20;
48         startFace       3280;
49     }
50     defaultFaces
51     {
52         type            empty;
53         nFaces          3200;
54         startFace       3300;
55     }
58 // ************************************************************************* //