Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / compressible / steadyCompressibleSRFFoam / simpleBlade / constant / polyMesh / boundary
blob7937839af1be58557005d4373c5b761e4bafc3b2
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.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     inlet
21     {
22         type            patch;
23         nFaces          240;
24         startFace       70140;
25     }
26     outlet
27     {
28         type            patch;
29         nFaces          240;
30         startFace       70380;
31     }
32     blade
33     {
34         type            wall;
35         nFaces          880;
36         startFace       70620;
37     }
38     shaft
39     {
40         type            wall;
41         nFaces          2480;
42         startFace       71500;
43     }
44     shroud
45     {
46         type            wall;
47         nFaces          2480;
48         startFace       73980;
49     }
50     frontAndBack
51     {
52         type            cyclic;
53         nFaces          2200;
54         startFace       76460;
55         featureCos      0.9;
56     }
59 // ************************************************************************* //