Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / immersedBoundary / pitzDailyLaminarIcoIbFoam / save / boundary
blob7b47dd0dff0b48921dfb56e3f68716fb136db825
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     pitzDailyIB
21     {
22         type            immersedBoundary;
23         nFaces          0;
24         startFace       12026;
26         internalFlow    yes;
27     }
28     top
29     {
30         type            patch;
31         nFaces          180;
32         startFace       12026;
33     }
34     inlet
35     {
36         type            patch;
37         nFaces          34;
38         startFace       12206;
39     }
40     outlet
41     {
42         type            patch;
43         nFaces          34;
44         startFace       12240;
45     }
46     bottom
47     {
48         type            patch;
49         nFaces          180;
50         startFace       12274;
51     }
52     frontAndBack
53     {
54         type            empty;
55         nFaces          12240;
56         startFace       12454;
57     }
60 // ************************************************************************* //