fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / incompressible / boundaryWallFunctions / constant / polyMesh / boundary
blob2191f89889f96a0c917fe0ce1963ed19a9bf9c52
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     object      boundary;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 lowerWall
21     type wall;
22     physicalType wallFunctions;
23     nFaces 1;
24     startFace 79;
27 upperWall
29     type wall;
30     physicalType wallFunctions;
31     nFaces 1;
32     startFace 80;
35 defaultFaces
37     type empty;
38     nFaces 320;
39     startFace 81;
43 // ************************************************************************* //