Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / immersedBoundary / cylinderInChannelFineIcoIbFoam / save / boundary
blob346105ae5d7ae7e9524f6472ab8d6ef54ee31dfe
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     ibCylinder
21     {
22         type            immersedBoundary;
23         nFaces          0;
24         startFace       59600;
26         internalFlow    no;
27     }
28     in
29     {
30         type            patch;
31         nFaces          100;
32         startFace       59600;
33     }
34     out
35     {
36         type            patch;
37         nFaces          100;
38         startFace       59700;
39     }
40     top
41     {
42         type            patch;
43         nFaces          300;
44         startFace       59800;
45     }
46     bottom
47     {
48         type            patch;
49         nFaces          300;
50         startFace       60100;
51     }
52     frontAndBack
53     {
54         type            empty;
55         nFaces          60000;
56         startFace       60400;
57     }
60 // ************************************************************************* //