fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / incompressible / icoDyMFoam / movingBlockRBF / constant / polyMesh / boundary
blob7dc5fb95eb4d34047021d52217085a871355675b
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
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     block
21     {
22         type            wall;
23         nFaces          12;
24         startFace       1184;
25     }
26     top
27     {
28         type            wall;
29         nFaces          25;
30         startFace       1196;
31     }
32     bottom
33     {
34         type            wall;
35         nFaces          25;
36         startFace       1221;
37     }
38     left
39     {
40         type            wall;
41         nFaces          25;
42         startFace       1246;
43     }
44     right
45     {
46         type            wall;
47         nFaces          25;
48         startFace       1271;
49     }
50     frontAndBack
51     {
52         type            empty;
53         nFaces          1240;
54         startFace       1296;
55     }
58 // ************************************************************************* //