Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoamVariant2 / floatingBox6DOF / constant / polyMesh / blockMeshDict
bloba694cb793d1bea3363f42eb3ecb3f3826479e835
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 0.1;
22 vertices
24     (-10 -5 -0.1)
25     (-1 -5 -0.1)
26     ( 1 -5 -0.1)
27     ( 10 -5 -0.1)
29     (-10 -0.3 -0.1)
30     (-1 -0.3 -0.1)
31     ( 1 -0.3 -0.1)
32     ( 10 -0.3 -0.1)
34     (-10  0.3 -0.1)
35     (-1  0.3 -0.1)
36     ( 1  0.3 -0.1)
37     ( 10  0.3 -0.1)
39     (-10  5 -0.1)
40     (-1  5 -0.1)
41     ( 1  5 -0.1)
42     ( 10  5 -0.1)
44     (-10 -5  0.1)
45     (-1 -5  0.1)
46     ( 1 -5  0.1)
47     ( 10 -5  0.1)
49     (-10 -0.3  0.1)
50     (-1 -0.3  0.1)
51     ( 1 -0.3  0.1)
52     ( 10 -0.3  0.1)
54     (-10  0.3  0.1)
55     (-1  0.3  0.1)
56     ( 1  0.3  0.1)
57     ( 10  0.3  0.1)
59     (-10  5  0.1)
60     (-1  5  0.1)
61     ( 1  5  0.1)
62     ( 10  5  0.1)
65 blocks
67     hex (0 1 5 4 16 17 21 20) (40 30 1) simpleGrading (0.25 1 1)
68     hex (1 2 6 5 17 18 22 21) (30 30 1) simpleGrading (1 1 1)
69     hex (2 3 7 6 18 19 23 22) (40 30 1) simpleGrading (4 1 1)
71     hex (4 5 9 8 20 21 25 24) (40 12 1) simpleGrading (0.25 1 1)
72     hex (6 7 11 10 22 23 27 26) (40 12 1) simpleGrading (4 1 1)
74     hex (8 9 13 12 24 25 29 28) (40 30 1) simpleGrading (0.25 1 1)
75     hex (9 10 14 13 25 26 30 29) (30 30 1) simpleGrading (1 1 1)
76     hex (10 11 15 14 26 27 31 30) (40 30 1) simpleGrading (4 1 1)
79 edges
83 patches
85     wall barge
86     (
87         (5 21 22 6)
88         (6 22 26 10)
89         (10 26 25 9)
90         (9 25 21 5)
91     )
93     patch left
94     (
95         (0 16 20 4)
96         (4 20 24 8)
97         (8 24 28 12)
98     )
100     patch right
101     (
102         (3 7 23 19)
103         (7 11 27 23)
104         (11 15 31 27)
105     )
107     patch bottom
108     (
109         (0 1 17 16)
110         (1 2 18 17)
111         (2 3 19 18)
112     )
114     patch top
115     (
116         (12 28 29 13)
117         (13 29 30 14)
118         (14 30 31 15)
119     )
121     empty frontAndBack
122     (
123         // Back
124         (0 4 5 1)
125         (1 5 6 2)
126         (2 6 7 3)
127         (4 8 9 5)
128         (6 10 11 7)
129         (8 12 13 9)
130         (9 13 14 10)
131         (10 14 15 11)
133         // Front
134         (16 17 21 20)
135         (17 18 22 21)
136         (18 19 23 22)
137         (20 21 25 24)
138         (22 23 27 26)
139         (24 25 29 28)
140         (25 26 30 29)
141         (26 27 31 30)
142     )
145 mergePatchPairs
149 // ************************************************************************* //