Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / immersedBoundary / pitzDailyTurbulentSimpleIbFoam / save / boundary
blob73f361aa6e9187715515fd22ff69e7688cb3d42a
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       29690;
25         internalFlow    yes;
26     }
27     top
28     {
29         type            patch;
30         nFaces          250;
31         startFace       29690;
32     }
33     inlet
34     {
35         type            patch;
36         nFaces          60;
37         startFace       29940;
38     }
39     outlet
40     {
41         type            patch;
42         nFaces          60;
43         startFace       30000;
44     }
45     bottom
46     {
47         type            patch;
48         nFaces          250;
49         startFace       30060;
50     }
51     frontAndBack
52     {
53         type            empty;
54         nFaces          30000;
55         startFace       30310;
56     }
59 // ************************************************************************* //