Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoamVariant2 / waveTank / constant / polyMesh / blockMeshDict
blobcfa0541b5d07aaba26087b581c8691505c06b6d2
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.4                                   |
5 |   \\  /    A nd           | Web:      http://www.openfoam.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9 FoamFile
11     version         2.0;
12     format          ascii;
13     class           dictionary;
14     object          blockMeshDict;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20 convertToMeters 1;
22 vertices
24     (0 -40 0)
25     (320 -40 0)
26     (320 -6 0)
27     (0 -6 0)
28     (320 3 0)
29     (0 3 0)
30     (320 15 0)
31     (0 15 0)
33     (0 -40 1)
34     (320 -40 1)
35     (320 -6 1)
36     (0 -6 1)
37     (320 3 1)
38     (0 3 1)
39     (320 15 1)
40     (0 15 1)
44 blocks
46     hex (0 1 2 3 8 9 10 11) (250 40 1) simpleGrading (1 0.25 1)
47     hex (3 2 4 5 11 10 12 13) (250 30 1) simpleGrading (1 1 1)
48     hex (5 4 6 7 13 12 14 15) (250 25 1) simpleGrading (1 3 1)
51 edges
55 patches
57     patch left
58     (
59         (0 8 11 3)
60         (3 11 13 5)
61         (5 13 15 7)
62     )
64     patch right
65     (
66         (1 9 10 2)
67         (2 10 12 4)
68         (4 12 14 6)
69     )
71     patch bottom
72     (
73         (0 1 9 8)
74     )
76     patch top
77     (
78         (7 6 14 15)
79     )
81     empty frontAndBack
82     (
83         // Back
84         (8 9 10 11)
85         (11 10 12 13)
86         (13 12 14 15)
88         // Front
89         (0 1 2 3)
90         (3 2 4 5)
91         (5 4 6 7)
92     )
95 mergePatchPairs
96 ();
99 // ************************************************************************* //