STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / viscoelastic / viscoelasticFluidFoam / PTT-Exponential / constant / polyMesh / boundary
blob10503895b518e74d645c21537c85e4dec58012d7
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://www.extend-project.de       |
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     left
21     {
22         type            patch;
23         nFaces          18;
24         startFace       2437;
25     }
26     right
27     {
28         type            patch;
29         nFaces          18;
30         startFace       2455;
31     }
32     down
33     {
34         type            wall;
35         nFaces          65;
36         startFace       2473;
37     }
38     up
39     {
40         type            wall;
41         nFaces          65;
42         startFace       2538;
43     }
44     cylinder
45     {
46         type            wall;
47         nFaces          40;
48         startFace       2603;
49     }
50     defaultFaces
51     {
52         type            empty;
53         nFaces          2540;
54         startFace       2643;
55     }
58 // ************************************************************************* //