Fix tutorials: surfaceTracking/surfactantFoam/sphereTransport: fix system/faSolution
[OpenFOAM-1.6-ext.git] / tutorials / coupled / conjugateHeatFoam / heatedBlock / constant / polyMesh / blockMeshDict
blob752ad994b3af1ce0391ebaef2310ad4a0dacb10b
1 /*--------------------------------*- C++ -*----------------------------------*\
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;
13     class           dictionary;
14     object          blockMeshDict;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20 convertToMeters 0.1;
22 vertices        
24     (1 0 0)
25     (2 0 0)
26     (2 1 0)
27     (1 1 0)
28     (1 0 0.1)
29     (2 0 0.1)
30     (2 1 0.1)
31     (1 1 0.1)
34 blocks          
36     hex (0 1 2 3 4 5 6 7) (10 10 1) simpleGrading (1 1 1)
39 edges           
43 patches         
45     patch topAndBottom
46     (
47         (3 7 6 2)
48         (1 5 4 0)
49     )
50     patch left
51     (
52         (0 4 7 3)
53     )
54     patch right
55     (
56         (2 6 5 1)
57     )
58     empty frontAndBack 
59     (
60         (0 3 2 1)
61         (4 5 6 7)
62     )
65 mergePatchPairs 
70 // ************************************************************************* //