Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / immersedBoundary / porousBumpChannelIb / save / boundary
blob178cd7bddae1d352e01900de4719806379b627d2
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     porousBumpChannel
21     {
22         type            immersedBoundary;
23         nFaces          0;
24         startFace       25735;
26         internalFlow    yes;
27     }
28     topAndBottom
29     {
30         type            wall;
31         nFaces          400;
32         startFace       25735
34     }
35     inlet
36     {
37         type            patch;
38         nFaces          65;
39         startFace       26135;
40     }
41     outlet
42     {
43         type            patch;
44         nFaces          65;
45         startFace       26200;
46     }
47     defaultFaces
48     {
49         type            empty;
50         nFaces          26000;
51         startFace       26265;
52     }
55 // ************************************************************************* //