Bugfix: single precision compilation fix
[foam-extend-3.2.git] / tutorials / compressible / steadyCompressibleFoam / transonicBump / constant / polyMesh / blockMeshDict
blobf974b06204c31dacb040372f7fb47ecaf384df0a
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.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     (-1.5 0 -0.1)
22     (-0.5 0 -0.1)
23     ( 0.5 0 -0.1)
24     ( 1.5 0 -0.1)
26     (-1.5 1.5 -0.1)
27     (-0.5 1.5 -0.1)
28     ( 0.5 1.5 -0.1)
29     ( 1.5 1.5 -0.1)
31     (-1.5 0  0.1)
32     (-0.5 0  0.1)
33     ( 0.5 0  0.1)
34     ( 1.5 0  0.1)
36     (-1.5 1.5  0.1)
37     (-0.5 1.5  0.1)
38     ( 0.5 1.5  0.1)
39     ( 1.5 1.5  0.1)
42 blocks
44     hex (0 1 5 4 8 9 13 12) (50 75 1) simpleGrading (1 1 1)
45     hex (1 2 6 5 9 10 14 13) (50 75 1) simpleGrading (1 1 1)
46     hex (2 3 7 6 10 11 15 14) (50 75 1) simpleGrading (1 1 1)
49 edges
51     arc 1 2 (0 0.1 -0.1)
52     arc 9 10 (0 0.1  0.1)
55 patches
57     patch INLE1
58     (
59         (0 8 12 4)
60     )
62     patch PRES2
63     (
64         (3 7 15 11)
65     )
67     wall WALL3
68     (
69         (4 12 13 5)
70         (5 13 14 6)
71         (6 14 15 7)
72     )
74     wall WALL4
75     (
76         (0 1 9 8)
77         (1 2 10 9)
78         (2 3 11 10)
79     )
82 mergePatchPairs
86 // ************************************************************************* //