/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "constant/polyMesh"; object meshMetaDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 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) (0.5 -0.5 1.0) (0.5 0.5 1.0) (-0.5 0.5 1.0) (-1.0 1.0 1.0) (-1.0 -1.0 1.0) (1.0 -1.0 1.0) (1.0 1.0 1.0) ); blocks ( hex (13 12 11 8 0 2 4 7) (10 7 20) simpleGrading ( 1 1 ( (0.7 0.7 3) (0 0 1) (0.3 0.3 0.33333) ) ) hex (0 1 5 7 13 14 9 8) (10 7 20) simpleGrading ( 1 1 ( (0.3 0.3 3) (0 0 1) (0.7 0.7 0.33333) ) ) hex (1 3 6 5 14 15 10 9) (10 7 20) simpleGrading ( 1 1 ( (0.3 0.3 3) (0 0 1) (0.7 0.7 0.33333) ) ) hex (12 15 10 11 2 3 6 4) (10 7 20) simpleGrading ( 1 1 ( (0.7 0.7 3) (0 0 1) (0.3 0.3 0.33333) ) ) hex (11 10 9 8 4 6 5 7) (10 10 20) simpleGrading ( 1 1 ( (0.7 0.7 3) (0 0 1) (0.3 0.3 0.33333) ) ) ); patches ( ); edges ( /*polyLine 0 13 ((-1.0 -1.0 0.0)(-1.0 -1.0 1.0))*/ /*polyLine 3 15 ((1.0 1.0 0.0)(1.0 1.0 1.0))*/ polyLine 1 14 ((1.0 -1.0 0.0)(1.0 -1.0 1.0)) polyLine 2 12 ((-1.0 1.0 0.0)(-1.0 1.0 1.0)) ); mergePatchPairs ( ); // ************************************************************************* //