initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / combustion / XiFoam / ras / moriyoshiHomogeneous / constant / polyMesh / boundary
blob23eb8107fbc36a555959a25aecca04ef4ea92f95
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     left
21     {
22         type            symmetryPlane;
23         nFaces          35;
24         startFace       4795;
25     }
26     right
27     {
28         type            symmetryPlane;
29         nFaces          35;
30         startFace       4830;
31     }
32     top
33     {
34         type            symmetryPlane;
35         nFaces          70;
36         startFace       4865;
37     }
38     bottom
39     {
40         type            symmetryPlane;
41         nFaces          70;
42         startFace       4935;
43     }
44     frontAndBack
45     {
46         type            empty;
47         nFaces          4900;
48         startFace       5005;
49     }
52 // ************************************************************************* //