merged conjugateCavity (still with weird fvSolution syntax)
[openfoam-extend-OpenFOAM-1.6-ext.git] / tutorials / coupled / conjugateHeatFoam / conjugateCavity / boundary
blob201f7ce3e02a96a848148ebc15cf553241da87d4
1 /*---------------------------------------------------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.3                                   |
5 |   \\  /    A nd           | Web:      http://www.openfoam.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9 FoamFile
11     version 2.0;
12     format ascii;
14     root "/home/hjasak/OpenFOAM/hjasak-1.3/run/coupledMatrix";
15     case "conjugateCavity";
16     instance "constant";
17     local "polyMesh";
19     class polyBoundaryMesh;
20     object boundary;
23 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
27 movingWall
29     type wall;
30     nFaces 10;
31     startFace 180;
34 left
36     type wall;
37     nFaces 10;
38     startFace 190;
41 right
43     type regionCouple;
44     nFaces 10;
45     startFace 200;
47     shadowRegion    solid;
48     shadowPatch     left;
49     attached        on;
52 bottom
54     type wall;
55     nFaces 10;
56     startFace 210;
59 frontAndBack
61     type empty;
62     nFaces 200;
63     startFace 220;
67 // ************************************************************************* //