/*--------------------------------*- 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; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // convertToMeters 1.0; vertices ( (-1.0 -1.0 0.0) (1.0 -1.0 0.0) (-1.0 1.0 0.0) (1.0 1.0 0.0) (-0.5 0.5 0.0) (-0.5 -0.5 0.0) (0.5 -0.5 0.0) (0.5 0.5 0.0) (-0.5 -0.5 1) (-0.5 0.5 1) (-1.0 1.0 1) (-1.0 -1.0 1) (0.5 -0.5 1) (1.0 -1.0 1) (0.5 0.5 1) (1.0 1.0 1) ); blocks ( hex (1 3 7 6 13 15 14 12) (10 7 20) simpleGrading ( 1 1 ( (0.4 0.5 3.33333) (0.3 0.2 1) (0.3 0.3 0.3) ) ) hex (10 15 14 9 2 3 7 4) (10 7 20) simpleGrading ( 1 1 ( (0.3 0.3 3.33333) (0.3 0.2 1) (0.4 0.5 0.3) ) ) ); patches ( ); edges ( polyLine 3 15 ((1.0 1.0 0.0)(1.0 1.0 1)) ); mergePatchPairs ( ); // ************************************************************************* //