/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v1912                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      blockMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

scale   0.001;

vertices
(
	(0 0 0) 													//0
	(106.65884194053214 0 0)									//1
	(106.65884194053214 101.6 0)								//2
	(0 101.6 0)													//3
	(106.65884194053214 50.8 0)									//4
	(126.62636932707358 52.0360097323601 0)						//5
	(126.62636932707358 101.6 0)								//6	
	(143.98943661971833 50.8 0)									//7
	(126.62636932707358 49.56399026763991 0)					//8
	(126.62636932707358 0 0)									//9
	(143.98943661971833 0 0)									//10
	(143.98943661971833 101.6 0)								//11
	(317 0 0)													//12
	(317 101.6 0)												//13
	(0 0 1) 													//14    \\0
	(106.65884194053214 0 1)									//15	\\1	
	(106.65884194053214 101.6 1)								//16	\\2
	(0 101.6 1)													//17	\\3
	(106.65884194053214 50.8 1)									//18	\\4
	(126.62636932707358 52.0360097323601 1)						//19	\\5
	(126.62636932707358 101.6 1)								//20	\\6
	(143.98943661971833 50.8 1)									//21	\\7
	(126.62636932707358 49.56399026763991 1)					//22	\\8
	(126.62636932707358 0 1)									//23	\\9
	(143.98943661971833 0 1)									//24	\\10
	(143.98943661971833 101.6 1)								//25	\\11
	(317 0 1)													//26	\\12
	(317 101.6 1)												//27	\\13
);


blocks
(
    hex (0 1 2 3 14 15 16 17) (106 101 1) simpleGrading (1 1 1)
	hex (4 5 6 2 18 19 20 16) (50 50 1) simpleGrading (1 1 1)
	hex (5 7 11 6 19 21 25 20) (50 50 1) simpleGrading (1 1 1)
	hex (1 9 8 4 15 23 22 18) (50 50 1) simpleGrading (1 1 1)
	hex (9 10 7 8 23 24 21 22) (50 50 1) simpleGrading (1 1 1)
	hex (10 12 13 11 24 26 27 25) (106 101 1) simpleGrading (1 1 1)	
);

edges
(
);

boundary
(
    inlet
    {
        type patch;
        faces
        (
            (0 3 17 14)
        );
    }
    outlet
    {
        type patch;
        faces
        (
            (12 13 27 26)
        );
    }
    bottomWall
    {
        type patch;
        faces
        (
            (0 1 15 14)
			(1 9 23 15)
			(9 10 24 23)
			(10 12 26 24)
		);
    }
    topWall
    {
		type patch;
        faces
        (
            (3 17 16 2)
			(2 16 20 6)
			(6 20 25 11)
			(11 25 27 13)
        );
    }
   Foil
    {
        type wall;
		faces
		(
            (4 8 22 18)
			(8 7 21 22)
			(4 18 19 5)
			(5 19 21 7)
        );
    }
);

mergePatchPairs
(
);

// ************************************************************************* //
