STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / discreteMethods / dsmcFoam / freeSpacePeriodic / constant / polyMesh / boundary
blob2944da4044fd9f7c2cbfc2d83b13258bbaf58b95
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://www.extend-project.de       |
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 // ************************************************************************* //