Upgrade case file headers
[foam-extend-3.2.git] / tutorials / lagrangian / rhoPisoTwinParcelFoam / simplifiedSiwek / constant / polyMesh / boundary
blobdff7e8226b4075b6362f6d6bebcc67c6c7410313
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     top
21     {
22         type            wall;
23         nFaces          5;
24         startFace       4855;
25     }
26     bottom
27     {
28         type            wall;
29         nFaces          45;
30         startFace       4860;
31     }
32     walls
33     {
34         type            wall;
35         nFaces          140;
36         startFace       4905;
37     }
38     symmetry
39     {
40         type            symmetryPlane;
41         nFaces          100;
42         startFace       5045;
43     }
44     frontAndBack
45     {
46         type            empty;
47         nFaces          5000;
48         startFace       5145;
49     }
52 // ************************************************************************* //