initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / incompressible / pimpleDyMFoam / movingCone / constant / polyMesh / boundary
blob368345af0001764d1d8032e19e008bab07d7b2aa
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      binary;
12     class       polyBoundaryMesh;
13     location    "constant/polyMesh";
14     object      boundary;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20     movingWall
21     {
22         type            wall;
23         nFaces          85;
24         startFace       3665;
25     }
26     farFieldMoving
27     {
28         type            patch;
29         nFaces          50;
30         startFace       3750;
31     }
32     fixedWall
33     {
34         type            wall;
35         nFaces          35;
36         startFace       3800;
37     }
38     axis
39     {
40         type            symmetryPlane;
41         nFaces          0;
42         startFace       3835;
43     }
44     left
45     {
46         type            patch;
47         nFaces          30;
48         startFace       3835;
49     }
50     farField
51     {
52         type            patch;
53         nFaces          35;
54         startFace       3865;
55     }
56     back
57     {
58         type            wedge;
59         nFaces          1900;
60         startFace       3900;
61     }
62     front
63     {
64         type            wedge;
65         nFaces          1900;
66         startFace       5800;
67     }
70 // ************************************************************************* //