fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / incompressible / shallowWaterFoam / squareBump / constant / polyMesh / boundary
blob0c9d1b1aa927d0547bf2aea48cfe430223110912
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     sides
21     {
22         type            patch;
23         nFaces          40;
24         startFace       760;
25     }
26     inlet
27     {
28         type            patch;
29         nFaces          20;
30         startFace       800;
31     }
32     outlet
33     {
34         type            patch;
35         nFaces          20;
36         startFace       820;
37     }
38     frontAndBack
39     {
40         type            empty;
41         nFaces          800;
42         startFace       840;
43     }
46 // ************************************************************************* //