Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / viscoelastic / viscoelasticFluidFoam / FENE-CR / constant / polyMesh / boundary
blobca19660483eb0c452d8509c2d4ebfdf2fc8ccadd
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          500;
24         startFace       99900;
25     }
26     fixedWalls
27     {
28         type            wall;
29         nFaces          1500;
30         startFace       100400;
31     }
32     outlet
33     {
34         type            patch;
35         nFaces          100;
36         startFace       101900;
37     }
38     simetry
39     {
40         type            symmetryPlane;
41         nFaces          7000;
42         startFace       102000;
43     }
44     defaultFaces
45     {
46         type            empty;
47         nFaces          0;
48         startFace       109000;
49     }
52 // ************************************************************************* //