Upgrade case file headers
[foam-extend-3.2.git] / tutorials / multiphase / cavitatingFoam / ras / throttle / constant / polyMesh / boundary
blob2a49eba836ac942509098fd2fd4d96898f438a37
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          51;
24         startFace       23114;
25     }
26     outlet
27     {
28         type            patch;
29         nFaces          51;
30         startFace       23165;
31     }
32     walls
33     {
34         type            wall;
35         nFaces          512;
36         startFace       23216;
37     }
38     frontBack
39     {
40         type            empty;
41         nFaces          23340;
42         startFace       23728;
43     }
46 // ************************************************************************* //