STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / incompressible / pimpleDyMFoam / wingMotion / wingMotion_snappyHexMesh / constant / polyMesh / blockMeshDict
blob9c1c85542b6cbadb6a864c6e387e415db7ae0f64
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://www.extend-project.de       |
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     (-2.5 -4.8 -0.1)
22     ( 10  -4.8 -0.1)
23     ( 10   4.8 -0.1)
24     (-2.5  4.8 -0.1)
25     (-2.5 -4.8  0.1)
26     ( 10  -4.8  0.1)
27     ( 10   4.8  0.1)
28     (-2.5  4.8  0.1)
31 blocks
33     hex (0 1 2 3 4 5 6 7) (75 48 1) simpleGrading (1 1 1)
36 edges
40 patches
42     patch topAndBottom
43     (
44         (3 7 6 2)
45         (1 5 4 0)
46     )
48     patch inlet
49     (
50         (0 4 7 3)
51     )
53     patch outlet
54     (
55         (2 6 5 1)
56     )
58     empty front
59     (
60         (4 5 6 7)
61     )
63     empty back
64     (
65         (0 3 2 1)
66     )
69 mergePatchPairs
73 // ************************************************************************* //