Fixed URL for libccmio-2.6.1 (bug report #5 by Thomas Oliveira)
[foam-extend-3.2.git] / tutorials / immersedBoundary / thickPlateRefinedMesh / save / blockMeshDict
blobca4ddf9e545b2e6f0ce481bafbba03763e9cc2cc
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 20;
19 vertices
21     (-1 -1  0)
22     ( 1 -1  0)
23     ( 1  1  0)
24     (-1  1  0)
25     (-1 -1  0.015)
26     ( 1 -1  0.015)
27     ( 1  1  0.015)
28     (-1  1  0.015)
31 blocks
33     hex (0 1 2 3 4 5 6 7) (40 40 1) simpleGrading (1 1 1)
36 edges
40 patches
42     patch top
43     (
44         (3 7 6 2)
45     )
46     patch in
47     (
48         (0 4 7 3)
49     )
50     patch out
51     (
52         (2 6 5 1)
53     )
54     patch bottom
55     (
56         (1 5 4 0)
57     )
58     empty frontAndBack
59     (
60         (0 3 2 1)
61         (4 5 6 7)
62     )
65 mergePatchPairs
69 // ************************************************************************* //