Upgrade case file headers
[foam-extend-3.2.git] / tutorials / immersedBoundary / backwardStepShortTurbulentSimpleIbFoam / save / boundary
blob5645b8b6216897bc0113ff34f32a99f0600ec5ea
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;
25         internalFlow    yes;
26     }
27     top
28     {
29         type            patch;
30         nFaces          180;
31         startFace       12026;
32     }
33     inlet
34     {
35         type            patch;
36         nFaces          34;
37         startFace       12206;
38     }
39     outlet
40     {
41         type            patch;
42         nFaces          34;
43         startFace       12240;
44     }
45     bottom
46     {
47         type            patch;
48         nFaces          180;
49         startFace       12274;
50     }
51     frontAndBack
52     {
53         type            empty;
54         nFaces          12240;
55         startFace       12454;
56     }
59 // ************************************************************************* //