Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / immersedBoundary / cylinderInChannelScalarTransport / save / blockMeshDict
blobe89eea11688af0070575ed15d3e5151a4a5d601f
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   -0.5 0)
22     (2   -0.5 0)
23     (2   0.5 0)
24     (-1   0.5 0)
25     (-1   -0.5 0.1)
26     (2   -0.5 0.1)
27     (2   0.5 0.1)
28     (-1   0.5 0.1)
31 blocks
33 //     hex (0 1 2 3 4 5 6 7) (150 50 1) simpleGrading (1 1 1)
34     hex (0 1 2 3 4 5 6 7) (75 25 1) simpleGrading (1 1 1)
37 edges
41 patches
43     patch in
44     (
45         (0 4 7 3)
46     )
47     patch out
48     (
49         (2 6 5 1)
50     )
51     patch top
52     (
53         (3 7 6 2)
54     )
55     patch bottom
56     (
57         (1 5 4 0)
58     )
59     empty frontAndBack
60     (
61         (0 3 2 1)
62         (4 5 6 7)
63     )
66 mergePatchPairs
70 // ************************************************************************* //