/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.4.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object blockMeshDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // fastMerge yes; convertToMeters 1.0; vertices ( (-0.5 0.5 0.0) (0.5 -0.5 0.0) (0.5 0.5 0.0) (1.0 1.0 0.0) (1.0 -1.0 0.0) (-1.0 1.0 0.0) (-0.5 0.5 2.0) (0.5 0.5 2.0) (0.5 -0.5 2.0) (-1.0 1.0 2.0) (1.0 -1.0 2.0) (1.0 1.0 2.0) (-0.5 -0.5 0.0) (-0.5 -0.5 2.0) ); blocks ( hex (5 3 11 9 0 2 7 6) (40 40 21) simpleGrading ( 1 1 ( (0.3 0.4 4) (0.5 0.3 1) (0.2 0.3 0.25) ) ) hex (1 2 7 8 4 3 11 10) (20 40 21) simpleGrading ( 1 1 ( (0.2 0.3 4) (0.50 0.3 1) (0.30 0.4 0.25) ) ) ); patches ( ); edges ( ); mergePatchPairs ( ); // ************************************************************************* //