initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / incompressible / boundaryFoam / boundaryLaunderSharma / constant / polyMesh / blockMeshDict
blob4bb886708ff62152e851f01ef89241fe633cf6b2
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      blockMeshDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 convertToMeters 0.05;
19 vertices        
21     (0 -1 0)
22     (0 0 0)
23     (0 1 0)
24     (0.1 -1 0)
25     (0.1 0 0)
26     (0.1 1 0)
27     (0 -1 0.1)
28     (0 0 0.1)
29     (0 1 0.1)
30     (0.1 -1 0.1)
31     (0.1 0 0.1)
32     (0.1 1 0.1)
35 blocks          
37     hex (0 3 4 1 6 9 10 7) (1 40 1) simpleGrading (1 100 1)
38     hex (1 4 5 2 7 10 11 8) (1 40 1) simpleGrading (1 0.01 1)
41 edges           
45 patches         
47     wall lowerWall 
48     (
49         (0 3 9 6)
50     )
52     wall upperWall 
53     (
54         (2 8 11 5)
55     )
57     cyclic frontBack
58     (
59         (0 6 7 1)
60         (1 7 8 2)
62         (9 3 4 10)
63         (10 4 5 11)
64     )
67 mergePatchPairs
71 // ************************************************************************* //