Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / coupled / conjugateHeatFoam / conjugateCavity / constant / solid / polyMesh / boundaryCoupled
blobc48d3d2fa89d9a73d2e6a54029e84720c925156e
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     topAndBottom
21     {
22         type            patch;
23         nFaces          20;
24         startFace       180;
25     }
26     left
27     {
28         type regionCouple;
29         nFaces 10;
30         startFace 200;
32         shadowRegion    region0;
33         shadowPatch     right;
34         attached        off;
35         isWall          on;
37         zone            leftZone;
38         master          off;
39         bridgeOverlap   off;
40     }
41     right
42     {
43         type            patch;
44         nFaces          10;
45         startFace       210;
46     }
47     frontAndBack
48     {
49         type            empty;
50         nFaces          200;
51         startFace       220;
52     }
55 // ************************************************************************* //