Transferred copyright to the OpenFOAM Foundation
[OpenFOAM-2.0.x.git] / tutorials / mesh / moveDynamicMesh / SnakeRiverCanyon / constant / polyMesh / boundary
blob2d9b75128aac4b9944449611e835d4ff133369da
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      binary;
12     class       polyBoundaryMesh;
13     location    "constant/polyMesh";
14     object      boundary;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20     maxX
21     {
22         type            patch;
23         nFaces          1200;
24         startFace       210000;
25     }
26     minZ
27     {
28         type            patch;
29         nFaces          3600;
30         startFace       211200;
31     }
32     maxZ
33     {
34         type            patch;
35         nFaces          3600;
36         startFace       214800;
37     }
38     minX
39     {
40         type            patch;
41         nFaces          1200;
42         startFace       218400;
43     }
44     minY
45     {
46         type            patch;
47         nFaces          1200;
48         startFace       219600;
49     }
50     maxY
51     {
52         type            patch;
53         nFaces          1200;
54         startFace       220800;
55     }
58 // ************************************************************************* //