Fix tutorials: surfaceTracking/surfactantFoam/sphereTransport: fix system/faSolution
[OpenFOAM-1.6-ext.git] / tutorials / coupled / conjugateHeatFoam / conjugateCavity / constant / polyMesh / blockMeshDict
blob9cda8c0c6b6270eaacf7f5e2d8acac760aab16cf
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     (0 0 0)
25     (1 0 0)
26     (1 1 0)
27     (0 1 0)
28     (0 0 0.1)
29     (1 0 0.1)
30     (1 1 0.1)
31     (0 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     wall movingWall 
46     (
47         (3 7 6 2)
48     )
49     wall left
50     (
51         (0 4 7 3)
52     )
53     wall right
54     (
55         (2 6 5 1)
56     )
57     wall bottom
58     (
59         (1 5 4 0)
60     )
61     empty frontAndBack 
62     (
63         (0 3 2 1)
64         (4 5 6 7)
65     )
68 mergePatchPairs 
73 // ************************************************************************* //