Upgrade case file headers
[foam-extend-3.2.git] / tutorials / incompressible / shallowWaterFoam / squareBump / constant / polyMesh / boundary
blob03587bdb40f66efc7ef6b4c85b6424ecc9064828
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     sides
21     {
22         type            patch;
23         nFaces          40;
24         startFace       760;
25     }
26     inlet
27     {
28         type            patch;
29         nFaces          20;
30         startFace       800;
31     }
32     outlet
33     {
34         type            patch;
35         nFaces          20;
36         startFace       820;
37     }
38     frontAndBack
39     {
40         type            empty;
41         nFaces          800;
42         startFace       840;
43     }
46 // ************************************************************************* //