STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / solidMechanics / deprecatedTutorials / icoFsiFoam / flappingConsoleSmall / fluid / constant / polyMesh / boundary
blob7fa77be425128965fb33b36016e2c6540714a392
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://www.extend-project.de       |
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     consoleFluid
21     {
22         type            patch;
23         nFaces          45;
24         startFace       9615;
25     }
26     topWall
27     {
28         type            wall;
29         nFaces          125;
30         startFace       9660;
31     }
32     bottomWall
33     {
34         type            wall;
35         nFaces          120;
36         startFace       9785;
37     }
38     outlet
39     {
40         type            patch;
41         nFaces          40;
42         startFace       9905;
43     }
44     inlet
45     {
46         type            wall;
47         nFaces          40;
48         startFace       9945;
49     }
50     defaultFaces
51     {
52         type            empty;
53         nFaces          9800;
54         startFace       9985;
55     }
58 // ************************************************************************* //