Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / immersedBoundary / pitzDailyTurbulentSimpleIbFoam / save / blockMeshDict
blob82c50b350a0e33747dc9e7d4b488ea81853e071a
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     (-0.019  -0.03 -0.002)
22     ( 0.285 -0.03 -0.002)
23     ( 0.285  0.03 -0.002)
24     (-0.019   0.03 -0.002)
26     (-0.019   -0.03  0.002)
27     ( 0.285  -0.03  0.002)
28     ( 0.285   0.03  0.002)
29     (-0.019    0.03  0.002)
32 blocks
34 //     hex (0 1 2 3 4 5 6 7) (180 34 1) simpleGrading (1 1 1)
35     hex (0 1 2 3 4 5 6 7) (250 60 1) simpleGrading (1 1 1)
38 edges
42 patches
44     patch top
45     (
46         (3 7 6 2)
47     )
48     patch inlet
49     (
50         (0 4 7 3)
51     )
52     patch outlet
53     (
54         (2 6 5 1)
55     )
56     patch bottom
57     (
58         (1 5 4 0)
59     )
60     empty frontAndBack
61     (
62         (0 3 2 1)
63         (4 5 6 7)
64     )
67 mergePatchPairs
71 // ************************************************************************* //