Upgrade case file headers
[foam-extend-3.2.git] / tutorials / solidMechanics / deprecatedTutorials / icoFsiFoam / flappingConsoleSmall / solid / constant / polyMesh / blockMeshDict
blob7d996810c723f97e7fb24a47521cae48e4a19483
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 0 -0.1)
22     (0.05 0 -0.1)
23     (0.05 0.6 -0.1)
24     (0 0.6 -0.1)
25     (0 0 0.1)
26     (0.05 0 0.1)
27     (0.05 0.6 0.1)
28     (0 0.6 0.1)
31 blocks
33     hex (0 1 2 3 4 5 6 7) (10 45 1) simpleGrading (1 1 1)
36 edges
40 patches
42     patch consoleSolid
43     (
44         (3 7 6 2)
45         (0 4 7 3)
46         (2 6 5 1)
47     )
48     patch consoleFixed
49     (
50         (1 5 4 0)
51     )
52     empty frontAndBackPlanes
53     (
54         (0 3 2 1)
55         (4 5 6 7)
56     )
59 mergePatchPairs
63 // ************************************************************************* //