Upgrade case file headers
[foam-extend-3.2.git] / tutorials / viscoelastic / viscoelasticFluidFoam / Oldroyd-B / constant / polyMesh / boundary
blobe88c50037d89d8e9e1c8d3c3ad0e803fcd1948ff
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     inlet
21     {
22         type            patch;
23         nFaces          120;
24         startFace       41040;
25     }
26     fixedWalls
27     {
28         type            wall;
29         nFaces          330;
30         startFace       41160;
31     }
32     outlet
33     {
34         type            patch;
35         nFaces          30;
36         startFace       41490;
37     }
38     simetry
39     {
40         type            symmetryPlane;
41         nFaces          240;
42         startFace       41520;
43     }
44     frontAndBack
45     {
46         type            empty;
47         nFaces          41400;
48         startFace       41760;
49     }
52 // ************************************************************************* //