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

convertToMeters 1;

vertices
(
    (0 0 0)
    (0 0.0052 0)
    (0.4 0 0)
    (0.4 -0.0049 0)
    (0.427 -0.0049 0)
    (0.429 -0.0049 0)
    (0.6 -0.0049 0)
    (0.6 0 0)
    (0.6 0.0052 0)
    (0.429 0.0052 0)
    (0.427 0.0052 0)
    (0.4 0.0052 0)
    (0.427 0 0)
    (0.429 0 0)
    (0 0 1)
    (0 0.0052 1)
    (0.4 0 1)
    (0.4 -0.0049 1)
    (0.427 -0.0049 1)
    (0.429 -0.0049 1)
    (0.6 -0.0049 1)
    (0.6 0 1)
    (0.6 0.0052 1)
    (0.429 0.0052 1)
    (0.427 0.0052 1)
    (0.4 0.0052 1)
    (0.427 0 1)
    (0.429 0 1)
);

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

edges
(
);

boundary
(
    INLET1
    {
        type patch;
        faces
        (
            (0 14 15 1)
        );
    }
   INLET2
    {
        type patch;
        faces
        (
            (4 5 19 18)
        );
    }
    UPLATE
    {
        type wall;
        faces
        (
            (1 15 25 11)
            (11 25 24 10)
            (10 24 23 9)
            (9 23 22 8)
        );
    }
    LPLATE
    {
        type wall;
        faces
        (
            (0 2 16 14)
            (2 3 17 16)
            (3 4 18 17)
            (5 6 20 19)
        );
    }
  OUTLET
    {
        type patch;
        faces
        (
            (6 7 21 20)
            (7 8 22 21)
        );
    }
);

mergePatchPairs
(
);

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