Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / DNS / dnsFoam / boxTurb16 / constant / polyMesh / boundary
blobef4afc88aa457577e0579af318defa5274ff112e
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     patch0
21     {
22         type            cyclic;
23         nFaces          512;
24         startFace       11520;
25         featureCos      0.9;
26     }
27     patch1
28     {
29         type            cyclic;
30         nFaces          512;
31         startFace       12032;
32         featureCos      0.9;
33     }
34     patch2
35     {
36         type            cyclic;
37         nFaces          512;
38         startFace       12544;
39         featureCos      0.9;
40     }
43 // ************************************************************************* //