Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / immersedBoundary / cylinderInChannelScalarTransport / save / boundary
blob2b094f727a1df7c1ed869981c7a15d833e2bc9c7
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       3650;
26         internalFlow    no;
27     }
28     in
29     {
30         type            patch;
31         nFaces          25;
32         startFace       3650;
33     }
34     out
35     {
36         type            patch;
37         nFaces          25;
38         startFace       3675;
39     }
40     top
41     {
42         type            patch;
43         nFaces          75;
44         startFace       3700;
45     }
46     bottom
47     {
48         type            patch;
49         nFaces          75;
50         startFace       3775;
51     }
52     frontAndBack
53     {
54         type            empty;
55         nFaces          3750;
56         startFace       3850;
57     }
60 // ************************************************************************* //