Upgrade case file headers
[foam-extend-3.2.git] / tutorials / coupled / conjugateHeatSimpleFoam / conjugateCavity / constant / polyMesh / boundaryCoupled
blob42242d7ef23383857ec709df67bce26d8e7f5ca1
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     object      boundary;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 movingWall
21     type wall;
22     nFaces 10;
23     startFace 180;
26 left
28     type wall;
29     nFaces 10;
30     startFace 190;
33 right
35     type regionCouple;
36     nFaces 10;
37     startFace 200;
39     shadowRegion    solid;
40     shadowPatch     left;
41     attached        off;
42     isWall          on;
44     zone            rightZone;
45     master          on;
46     bridgeOverlap   off;
49 bottom
51     type wall;
52     nFaces 10;
53     startFace 210;
56 frontAndBack
58     type empty;
59     nFaces 200;
60     startFace 220;
64 // ************************************************************************* //