initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / rhopSonicFoam / wedge15Ma5 / constant / polyMesh / blockMeshDict
blob8438e9d7437968e7080c6127f6c9b5f86e9c8bcb
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5                                   |
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 1;
19 vertices        
21     (-0.15242 0       -0.005)
22     ( 0       0       -0.005)
23     ( 0.3048  0.081670913853  -0.005)
24     (-0.15242 0.1524 -0.005)
25     ( 0       0.1524 -0.005)
26     ( 0.3048  0.1524 -0.005)
28     (-0.15242 0        0.005)
29     ( 0       0        0.005)
30     ( 0.3048  0.081670913853 0.005)
31     (-0.15242 0.1524  0.005)
32     ( 0       0.1524  0.005)
33     ( 0.3048  0.1524  0.005)
37 blocks          
39     hex (0 1 4 3 6 7 10 9 ) (40 40 1) simpleGrading (1 1 1)
40     hex (1 2 5 4 7 8 11 10) (80 40 1) simpleGrading (1 1 1)
43 edges           
47 patches         
49     patch inlet 
50     (
51         (0 6 9 3)
52     )
53     patch outlet 
54     (
55         (2 5 11 8)
56     )
57     symmetryPlane bottom 
58     (
59         (0 1 7 6)
60     )
61     symmetryPlane top 
62     (
63         (3 9 10 4)
64         (4 10 11 5)
65     )
66     patch obstacle
67     (
68         (1 2 8 7)
69     )
72 mergePatchPairs
76 // ************************************************************************* //