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

convertToMeters 1;

vertices
(
    (0 0 0)      //0
     (4.5 0 5.7115)  //1
    (4.5 0 6.2885)  //2
    (0 0 12)     //3
    (7 0 12)    //4
     (5.5 0 6.2885)  //5
    (5.5 0 5.7115)  //6
    (7 0 0)     //7
    (20 0 0)     //8
    (20 0 12)    //9
    (0 1 0)      //10
    (4.5 1 5.7115)  //11
    (4.5 1 6.2885)  //12
    (0 1 12)     //13
    (7 1 12)    //14
    (5.5 1 6.2885)     //15
    (5.5 1 5.7115)     //16
    (7 1 0)     //17 
    (20 1 0)     //18
    (20 1 12)    //19
    (0 0 8)  //20
    (0 0 4)    //21
    (3 0 12)  //22 
    (3 0 0)   //23
    (20 0 4)  //24
    (20 0 8)  //25
    (3 0 8) //26
    (7 0 8)  //27
    (3 0 4)  //28 
    (7 0 4)  //29
    
    (0 1 8)  //30
    (0 1 4)    //31
    (3 1 12)  //32 
    (3 1 0)   //33
    (20 1 4)  //34
    (20 1 8)  //35
    (3 1 8) //36
    (7 1 8)  //37
    (3 1 4)  //38 
    (7 1 4)  //39

    (5 0 6.577)  //40
    (5 0 8.077)  //41
    (5 0 12) //42    
    (5 0 5.423)  //43
    (5 0 3.923) //44
    (5 0 0) //45

    (5 1 6.577)  //46
    (5 1 8.077)  //47
    (5 1 12) //48    
    (5 1 5.423)  //49
    (5 1 3.923) //50
    (5 1 0) //51
    

);

blocks
(

    hex (0 23 33 10 21 28 38 31 ) (20 1 40) simpleGrading (0.5 1 1)
    hex (23 45 51 33 28 44 50 38) (50 1 40) simpleGrading (1 1 1)
   hex (45 7 17 51 44 29 39 50) (50 1 40) simpleGrading (1 1 1)

    hex (7 8 18 17 29 24 34 39) (100 1 40) simpleGrading (3 1 1)
    hex (28 44 50 38 1 43 49 11) (50 1 50) simpleGrading (1 1 1) 
    hex (44 29 39 50 43 6 16 49) (50 1 50) simpleGrading (1 1 1) 

    hex (21 28 38 31 20 26 36 30) (20 1 50) simpleGrading (0.5 1 1)
     hex (28 1 11 38 26 2 12 36) (50 1 50) simpleGrading (1 1 1)
     hex (20 26 36 30 3 22 32 13) (20 1 40) simpleGrading (0.5 1 1)
 hex (26 41 47 36 22 42 48 32) (50 1 40) simpleGrading (1 1 1)
 hex (41 27 37 47 42 4 14 48) (50 1 40) simpleGrading (1 1 1)
  hex (2 40 46 12 26 41 47 36) (50 1 50) simpleGrading (1 1 1)
  hex (40 5 15 46 41 27 37 47) (50 1 50) simpleGrading (1 1 1)

hex (27 25 35 37 4 9 19 14) (100 1 40) simpleGrading (3 1 1)
hex (29 24 34 39 27 25 35 37) (100 1 50) simpleGrading (3 1 1)

hex (6 29 39 16 5 27 37 15) (50 1 50) simpleGrading (1 1 1)
    
);


boundary
(
    inlet
    {
        type wall;
        faces
        (
            (0 21 31 10)
            (21 20 30 31)
            (20 3 13 30)

        );
    }
    fixedWalls
    {
        type wall;
        faces
        (
            (3 22 32 13)
            (22 42 48 32)
            (42 4 14 48)
            (4 9 19 14)

            (23 0 10 33)
            (7 45 51 17)
            (45 23 33 51)
            (8 7 17 18)
        );
    }
    frontAndBack
    {
        type empty;
        faces
        (
            (1 2 26 28)
            (28 26 20 21)             
            (0 23 28 21)
            (20 26 22 3)
            (2 40 41 26) 
            (40 5 27 41)  

            (26 41 42 22) 
            (41 27 4 42)

            (27 25 9 4)
            (29 24 25 27)              
            (6 29 27 5)
            (7 8 24 29)
            (23 45 44 28)
            (45 7 29 44) 

            (28 44 43 1)
            (44 29 6 43)


            (11 12 36 38)
            (38 36 30 31)             
            (10 33 38 31)
            (30 36 32 13)
            (12 46 47 36) 
            (46 15 37 47)

            (36 47 48 32)
            (47 37 14 48)           
 
            (37 35 19 14)
            (39 34 35 37)              
            (16 39 37 15)
            (17 18 34 39)
            (33 51 50 38)
            (51 17 39 50) 

            (38 50 49 11)
            (50 39 16 49)
        );
    } 
 cylinderwalls
    {
        type wall;
        faces
        (
            (2 40 46 12)
            (40 5 15 46)
            (6 43 49 16)
            (43 1 11 49)
            (1 2 12 11)
            (5 6 16 15)
        );
    }
 outlet
    {
        type wall;
        faces
        (
            (9 25 35 19)
            (25 24 34 35)
            (24 8 18 34)
        );
    }

);

mergePatchPairs
(
);

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