Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoamVariant2 / twoDBoat6DOFGGI / boundary
blob704f1c2e7f2227978f7c72f89577dbae19ecd7e9
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5-dev                               |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       polyBoundaryMesh;
13     location    "constant/polyMesh";
14     object      boundary;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20     bow
21     {
22         type            wall;
23         nFaces          25;
24         startFace       6310;
25     }
26     stern
27     {
28         type            wall;
29         nFaces          25;
30         startFace       6335;
31     }
32     hull
33     {
34         type            wall;
35         nFaces          60;
36         startFace       6360;
37     }
38     bargeSlider
39     {
40         type            ggi;
41         nFaces          110;
42         startFace       6420;
43         zone            bargeSliderZone;
44         shadowPatch     boxSlider;
45         bridgeOverlap   false;
46     }
47     boxSlider
48     {
49         type            ggi;
50         nFaces          80;
51         startFace       6530;
52         zone            boxSliderZone;
53         shadowPatch     bargeSlider;
54         bridgeOverlap   false;
55     }
56     left
57     {
58         type            patch;
59         nFaces          20;
60         startFace       6610;
61     }
62     right
63     {
64         type            patch;
65         nFaces          20;
66         startFace       6630;
67     }
68     bottom
69     {
70         type            patch;
71         nFaces          20;
72         startFace       6650;
73     }
74     top
75     {
76         type            patch;
77         nFaces          20;
78         startFace       6670;
79     }
80     frontAndBack
81     {
82         type            empty;
83         nFaces          6500;
84         startFace       6690;
85     }
88 // ************************************************************************* //