initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / XiFoam / moriyoshiHomogeneous / constant / polyMesh / boundary
blob895e29387d1ee1b1c2553057f969136a71bb3cf0
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       polyBoundaryMesh;
13     object      boundary;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19     left
20     {
21         type            symmetryPlane;
22         nFaces          35;
23         startFace       4795;
24     }
25     right
26     {
27         type            symmetryPlane;
28         nFaces          35;
29         startFace       4830;
30     }
31     top
32     {
33         type            symmetryPlane;
34         nFaces          70;
35         startFace       4865;
36     }
37     bottom
38     {
39         type            symmetryPlane;
40         nFaces          70;
41         startFace       4935;
42     }
43     frontAndBack
44     {
45         type            empty;
46         nFaces          4900;
47         startFace       5005;
48     }
51 // ************************************************************************* //