initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / multiphase / interFoam / MRFInterFoam / mixerVessel2D / constant / polyMesh / boundary
blob9c2f52362ef4778ff1e101102484ad18216fa8e6
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     rotor
21     {
22         type            wall;
23         nFaces          192;
24         startFace       5952;
25     }
26     stator
27     {
28         type            wall;
29         nFaces          192;
30         startFace       6144;
31     }
32     front
33     {
34         type            empty;
35         nFaces          3072;
36         startFace       6336;
37     }
38     back
39     {
40         type            empty;
41         nFaces          3072;
42         startFace       9408;
43     }
46 // ************************************************************************* //