initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / discreteMethods / dsmcFoam / freeSpacePeriodic / constant / polyMesh / boundary
blob3b2f641ec20c76b9836081f4ce540999efedac67
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.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     xPeriodic
21     {
22         type            cyclic;
23         nFaces          512;
24         startFace       14464;
25         featureCos      0.9;
26     }
27     yPeriodic
28     {
29         type            cyclic;
30         nFaces          640;
31         startFace       14976;
32         featureCos      0.9;
33     }
34     zPeriodic
35     {
36         type            cyclic;
37         nFaces          640;
38         startFace       15616;
39         featureCos      0.9;
40     }
43 // ************************************************************************* //