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

convertToMeters 1e-3; // 1 m / 1000 mm



vertices
(
(0  0                 0                )
(0  4.99980961532  -0.0436326774919)
(0  4.99980961532  0.0436326774919)
(0  9.99961923064  -0.0872653549837)
(0  9.99961923064  0.0872653549837)
(10  0                 0                )
(10  4.99980961532  -0.0436326774919)
(10  4.99980961532  0.0436326774919)
(10  9.99961923064  -0.0872653549837)
(10  9.99961923064  0.0872653549837)
);



blocks
(
    hex (0 1 2 0 5 6 7 5) (50 1 100) simpleGrading (1 1 1)
    hex (1 3 4 2 6 8 9 7) (50 1 100) simpleGrading (1 1 1)
);

edges
(
);

boundary
(
    nzLow
    {
        type patch;
        faces
        (
            (0 0 2 1)
        );
    }
    nzUpp
    {
        type patch;
        faces
        (
            (5 6 7 5)
        );
    }
    coLow
    {
        type patch;
        faces
        (
            (1 2 4 3)
        );
    }
    coUpp
    {
        type patch;
        faces
        (
            (6 8 9 7)
        );
    }
    outlet
    {
        type patch;
        faces
        (
            (3 4 9 8)
        );
    }
    front
    {
        type wedge;
        faces
        (
            (2 0 5 7)
            (4 2 7 9)
        );
    }
    back
    {
        type wedge;
        faces
        (
            (0 1 6 5)
            (1 3 8 6)
        );
    }
    axis
    {
        type empty;
        faces
        (
            (0 0 5 5)
        );
    }
);

mergePatchPairs
(
);

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