FoamFile
{
    version	 2.0;
    format	 ascii;
    class	 dictionary;
    object	 blockMeshDict;
}



convertToMeters	 1.0;

vertices
(
 //   (-0.753      0.205      0.001) //0
    (-0.75    0.205      0.001) //1
    ( 1       0.205      0.001) //2
 //   (-0.753      0.08       0.001) //3
    (-0.75    0.08       0.001) //4
    ( 1       0.08       0.001) //5
 //   (-0.753     -0.025      0.001) //6
    (-0.75   -0.025      0.001) //7
    ( 1      -0.025      0.001) //8
    (-0.75   -0.1        0.001) //9
    ( 1      -0.1        0.001) //10
 //   (-0.753      0.205        0) //11
    (-0.75    0.205      0) //12
    ( 1       0.205      0) //13
 //   (-0.753      0.08         0) //14
    (-0.75    0.08       0) //15
    ( 1       0.08       0) //16
//    (-0.753     -0.025        0) //17
    (-0.75   -0.025      0) //18
    ( 1      -0.025      0) //19
    (-0.75   -0.1        0) //20
    ( 1      -0.1        0) //21
);

blocks
(
//    hex (14 15 12 11 3 4 1 0)  (0 20  1) simpleGrading (1 3.9754 1) //0
    hex (10 11 9 8 2 3 1 0)  (578 20  1) simpleGrading (1 3.9754 1) //1
//    hex (17 18 15 14 6 7 4 3)  (0 35  1) simpleGrading (1  1     1) //2
    hex (12 13 11 10 4 5 3 2)  (578 35 1) simpleGrading (1  1     1) //3
    hex (14 15 13 12 6 7 5 4) (578 25  1) simpleGrading (1  1     1) //4 
);
 
edges
(
);

patches
(
    patch inlet
    (
        (4 12 10 2)
        (2 10 8 0)
    )
    patch outlet
    (
        (9 1 3 11)
	(11 3 5 13)
	(13 5 7 15)
    )
    symmetryPlane surface
    (
        (8 9 1 0)
    )
    wall bottom
    (
        (6 14 15 7)
        (6 14 12 4)
    )
    empty lateralfront
    (
        (6 7 5 4)
	(4 5 3 2)
	(2 3 1 0)
    )
    empty lateralback
    (
        (14 15 13 12)
	(12 13 11 10)
	(10 11 9 8)

    )
);

mergPatchPairs
(
);
