/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 4.x | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object blockMeshDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // convertToMeters 0.001; vertices ( (0 0 0) (1 0 0) (1 1 0) (0 1 0) (0 0 1) (1 0 1) (1 1 1) (0 1 1) (2 0 0) (2 1 0) (2 0 1) (2 1 1) ); blocks ( hex (0 1 2 3 5 5 6 6) (1 1 1) simpleGrading (1 1 1) // tangential, axial, radial hex (1 8 9 2 5 5 6 6) (1 1 1) simpleGrading (1 1 1)// tangential, axial, radial ); edges ( ); boundary ( inlet { type patch; faces ( ); } outlet { type patch; faces ( ); } upperWall { type wall; faces ( ); } lowerWall { type wall; faces ( ); } frontAndBack { type empty; faces ( ); } ); mergePatchPairs ( ); // ************************************************************************* //