fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / incompressible / boundaryFoam / boundaryLaunderSharma / constant / polyMesh / boundary
blobf4ac78023708c059e74eca6932cedb1f9308cb4c
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
20     {
21         type            wall;
22         nFaces          1;
23         startFace       79;
24     }
25     upperWall
26     {
27         type            wall;
28         nFaces          1;
29         startFace       80;
30     }
31     frontBack
32     {
33         type            cyclic;
34         nFaces          160;
35         startFace       81;
36         featureCos      0.9;
37     }
38     defaultFaces
39     {
40         type            empty;
41         nFaces          160;
42         startFace       241;
43     }
46 // ************************************************************************* //