Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / surfaceTracking / interTrackFoam / sloshing2D / constant / polyMesh / boundary
blob240ef3c90cf080b48716c95fc13cf36f42d912e5
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 freeSurfaceShadow
22     type patch;
23     nFaces 20;
24     startFace 1520;
27 topWall
29     type patch;
30     nFaces 20;
31     startFace 1540;
34 rightWall
36     type patch;
37     nFaces 40;
38     startFace 1560;
41 bottomWall
43     type patch;
44     nFaces 20;
45     startFace 1600;
48 leftWall
50     type patch;
51     nFaces 40;
52     startFace 1620;
55 freeSurface
57     type patch;
58     nFaces 20;
59     startFace 1660;
62 frontAndBack
64     type empty;
65     nFaces 1600;
66     startFace 1680;
70 // ************************************************************************* //