initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / discreteMethods / molecularDynamics / mdEquilibrationFoam / periodicCubeArgon / constant / polyMesh / boundary
blob0eb90da00f8ac5dfe6fc2600c7eef27018a5b5ce
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     periodicX
21     {
22         type            cyclic;
23         nFaces          288;
24         startFace       4752;
25         featureCos      0.9;
26     }
27     periodicY
28     {
29         type            cyclic;
30         nFaces          288;
31         startFace       5040;
32         featureCos      0.9;
33     }
34     periodicZ
35     {
36         type            cyclic;
37         nFaces          288;
38         startFace       5328;
39         featureCos      0.9;
40     }
43 // ************************************************************************* //