Upgrade case file headers
[foam-extend-3.2.git] / tutorials / incompressible / boundaryFoam / boundaryLaunderSharma / constant / polyMesh / boundary
blobc46d0df6bb73db6d99da68c508ed3d670c8454a2
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
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 // ************************************************************************* //