Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / immersedBoundary / simpleSilencerLaminarIcoIbFoam / save / boundary
blobe9a8f2f692e1172612c49277bfb61da1c562fc2d
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     silencer
21     {
22         type            immersedBoundary;
23         nFaces          0;
24         startFace       376000;
25         internalFlow    yes;
26     }
27     top
28     {
29         type            wall;
30         nFaces          3200;
31         startFace       376000;
32     }
33     inlet
34     {
35         type            patch;
36         nFaces          1600;
37         startFace       379200;
38     }
39     outlet
40     {
41         type            patch;
42         nFaces          1600;
43         startFace       380800;
44     }
45     bottom
46     {
47         type            wall;
48         nFaces          3200;
49         startFace       382400;
50     }
51     back
52     {
53         type            wall;
54         nFaces          3200;
55         startFace       385600;
56     }
57     front
58     {
59         type            wall;
60         nFaces          3200;
61         startFace       388800;
62     }
65 // ************************************************************************* //