Fix tutorials: surfaceTracking/surfactantFoam/sphereTransport: fix system/faSolution
[OpenFOAM-1.6-ext.git] / tutorials / coupled / conjugateHeatFoam / heatedBlock / constant / polyMesh / boundary
blobaa00a3f778b9a3f12239951988f699db13af51ab
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 "heatedBlock";
16     instance "constant";
17     local "polyMesh";
19     class polyBoundaryMesh;
20     object boundary;
23 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
27 topAndBottom
29     type patch;
30     nFaces 20;
31     startFace 180;
34 left
36     type regionCouple;
37     nFaces 10;
38     startFace 200;
40     shadowRegion    region0;
41     shadowPatch     right;
42     attached        on;
45 right
47     type patch;
48     nFaces 10;
49     startFace 210;
52 frontAndBack
54     type empty;
55     nFaces 200;
56     startFace 220;
60 // ************************************************************************* //