/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2012 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object blockMeshDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // scale 0.001; vertices ( //Frontseite Links (0 0 0) //0 (39 0 0) //1 (39 108 0) //2 (0 108 0) //3 (39 0 -39) //4 (39 108 -39) //5 (0 108 -39) //6 (0 0 -39) //7 //Frontseite Mitte (69 0 0) //8 (69 0 -39) //9 (69 108 0) //10 (69 108 -39) //11 //Front Rechts (108 0 0) //12 (108 0 -39) //13 (108 108 0) //14 (108 108 -39) //15 //Mitte Links (0 0 -69) //16 (39 0 -69) //17 (0 108 -69) //18 (39 108 -69) //19 //Mitte Mitte -->EINSPRITZUNG (39 0 -69) //20 (69 0 -69) //21 (39 108 -69) //22 (69 108 -69) //23 //Mitte Rechts (108 0 -69) //24 (108 108 -69) //25 //Hinten Links (0 0 -108) //26 (39 0 -108) //27 (39 108 -108) //28 (0 108 -108) //29 //Hinten Mitte (69 0 -108) //30 (69 108 -108) //31 //Hinten Rechts (108 0 -108) //32 (108 108 -108) //33 ); blocks ( hex (16 24 32 26 18 25 33 29) (20 20 1) simpleGrading (1 1 1) //Hinten hex (0 12 13 7 3 14 15 6) (20 20 1) simpleGrading (1 1 1) //Front hex (7 4 17 16 6 5 19 18) (20 20 1) simpleGrading (1 1 1) //Mitte Links //Mitte Mitte -->EINSPRITZUNG hex (4 9 21 20 5 11 23 22) (20 20 1) simpleGrading ( (30 0.8 0.125) 1 1) hex (9 13 24 21 11 15 25 23) (20 20 1) simpleGrading (1 1 1) //Mitte Rechts ); edges ( ); boundary ( oben { type patch; faces ( /*(5 11 23 22)*/ (3 2 5 6) (2 10 11 5) (10 14 15 11) (6 5 19 18) (5 11 23 22) (11 15 25 23) (18 19 28 29) (22 23 31 29) (23 25 33 31) ); } unten { type symmetryPlane; faces ( /*(0 26 32 12)*/ (1 0 7 4) (8 1 4 9) (12 8 9 13) (4 7 16 17) (9 4 20 21) (13 9 21 24) (17 16 26 27) (21 20 26 30) (24 21 30 32) ); } rechts { type wall; faces ( /* (0 3 29 26)*/ (0 3 6 7) (7 6 18 16) (16 18 29 26) ); } links { type wall; faces ( /*(12 32 33 14)*/ (12 13 15 14) (13 24 25 15) (24 32 33 25) ); } Front { type wall; faces ( (0 12 14 3) ); } Back { type wall; faces ( (26 29 33 32) ); } ); /* wall walls ( (0 12 14 3) (12 32 33 14) (3 14 33 29) (26 0 3 29) (32 26 29 33) (0 12 32 26) );*/ mergePatchPairs ( ); // ************************************************************************* //