initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / incompressible / boundaryFoam / boundaryWallFunctions / constant / polyMesh / boundary
blob9948385f121d383a0404a9b74c6f47b8f4d4d20f
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     lowerWall
21     {
22         type            wall;
23         nFaces          1;
24         startFace       79;
25     }
26     upperWall
27     {
28         type            wall;
29         nFaces          1;
30         startFace       80;
31     }
32     frontBack
33     {
34         type            cyclic;
35         nFaces          160;
36         startFace       81;
37         featureCos      0.9;
38     }
39     defaultFaces
40     {
41         type            empty;
42         nFaces          160;
43         startFace       241;
44     }
47 // ************************************************************************* //