Upgrade case file headers
[foam-extend-3.2.git] / tutorials / finiteArea / liquidFilmFoam / dropsSpreading / constant / polyMesh / blockMeshDict
blobe098058a7c8e363702c7b360d545ec15a6b5dac5
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     location    "constant/faMesh";
14     object      blockMeshDict;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 convertToMeters 1;
20 vertices
22     (-0.005 -0.005 0)
23     ( 0.005 -0.005 0)
24     ( 0.005  0.005 0)
25     (-0.005  0.005 0)
27     (-0.005 -0.005 0.001)
28     ( 0.005 -0.005 0.001)
29     ( 0.005  0.005 0.001)
30     (-0.005  0.005 0.001)
33 blocks
35     hex (0 1 2 3 4 5 6 7) (100 100 1) simpleGrading (1 1 1)
38 edges
42 patches
44     wall film
45     (
46         (3 2 1 0)
47     )
48     wall left
49     (
50         (4 7 3 0)
51     )
52     wall right
53     (
54         (1 2 6 5)
55     )
56     wall front
57     (
58         (0 1 5 4)
59     )
60     wall back
61     (
62         (2 3 7 6)
63     )
64     wall top
65     (
66         (4 5 6 7)
67     )
70 mergePatchPairs
74 // ************************************************************************* //