Upgrade case file headers
[foam-extend-3.2.git] / tutorials / immersedBoundary / cylinderInSquarePotential / save / boundary
blob561909347927624ca5785489879b8b32bc516e2b
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       4900;
26         internalFlow    no;
27     }
28     in
29     {
30         type            patch;
31         nFaces          50;
32         startFace       4900;
33     }
34     out
35     {
36         type            patch;
37         nFaces          50;
38         startFace       4950;
39     }
40     top
41     {
42         type            patch;
43         nFaces          50;
44         startFace       5000;
45     }
46     bottom
47     {
48         type            patch;
49         nFaces          50;
50         startFace       5050;
51     }
52     frontAndBack
53     {
54         type            empty;
55         nFaces          5000;
56         startFace       5100;
57     }
60 // ************************************************************************* //