Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / DNS / dnsFoam / boxTurb16 / constant / polyMesh / boundary
blobb35442381b3c59549ef654586c216f474461a8a1
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.com                      |
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     patch0_half0
21     {
22         type            cyclic;
23         nFaces          256;
24         startFace       11520;
25         matchTolerance  0.0001;
26         neighbourPatch  patch0_half1;
27     }
28     patch0_half1
29     {
30         type            cyclic;
31         nFaces          256;
32         startFace       11776;
33         matchTolerance  0.0001;
34         neighbourPatch  patch0_half0;
35     }
36     patch1_half0
37     {
38         type            cyclic;
39         nFaces          256;
40         startFace       12032;
41         matchTolerance  0.0001;
42         neighbourPatch  patch1_half1;
43     }
44     patch1_half1
45     {
46         type            cyclic;
47         nFaces          256;
48         startFace       12288;
49         matchTolerance  0.0001;
50         neighbourPatch  patch1_half0;
51     }
52     patch2_half0
53     {
54         type            cyclic;
55         nFaces          256;
56         startFace       12544;
57         matchTolerance  0.0001;
58         neighbourPatch  patch2_half1;
59     }
60     patch2_half1
61     {
62         type            cyclic;
63         nFaces          256;
64         startFace       12800;
65         matchTolerance  0.0001;
66         neighbourPatch  patch2_half0;
67     }
70 // ************************************************************************* //