/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2506 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object blockMeshDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // scale 0.333333333333333; vertices ( (-1 0 0.3) (0 0 0.3) (6 0 0.3) (6 3 0.3) (0 3 0.3) (-1 3 0.3) (-1 0 0) (0 0 0) (6 0 0) (6 3 0) (0 3 0) (-1 3 0) ); blocks ( // //5 patch bottomWall y+ : min = 0.045097146, max = 0.13949865, average = 0.052922426 hex (6 7 10 11 0 1 4 5) ( 96 385 1) simpleGrading (((1 9 0.15)(0.1 3 0.9)) GRADING 1) hex (7 8 9 10 1 2 3 4) (449 385 1) simpleGrading (((0.1 22 1.5)(0.35 23 7)(0.515 12 1)) GRADING 1) ); edges ( ); boundary ( inlet { type patch; faces ( (6 0 5 11) ); } outlet { type patch; faces ( (8 9 3 2) ); } topWall { type wall; faces ( (11 5 4 10) (10 4 3 9) ); } bottomWall { type wall; faces ( (7 8 2 1) ); } symmetry { type symmetryPlane; faces ( (6 7 1 0) ); } frontAndBack { type empty; faces ( (0 1 4 5) (1 2 3 4) (6 11 10 7) (7 10 9 8) ); } ); mergePatchPairs ( ); // ************************************************************************* //