Upgrade case file headers
[foam-extend-3.2.git] / tutorials / incompressible / pUCoupledFoam / cavity / constant / polyMesh / boundary
blobd0e19cb033d4426b1b5dd972d64ebcaaca1cc423
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     location    "constant/polyMesh";
14     object      boundary;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20     movingWall
21     {
22         type            wall;
23         nFaces          50;
24         startFace       4900;
25     }
26     fixedWalls
27     {
28         type            wall;
29         nFaces          150;
30         startFace       4950;
31     }
32     frontAndBack
33     {
34         type            empty;
35         nFaces          5000;
36         startFace       5100;
37     }
40 // ************************************************************************* //