/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2606                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
	version     2.0;
	format      ascii;
	class       dictionary;
	object      blockMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

scale	1;

vertices
(
	(-0.7778177000000001 -0.7778177000000001 -0.55)
	(0.8221823 -0.7778177000000001 -0.55)
	(0.8221823 0.8221823 -0.55)
	(-0.7778177000000001 0.8221823 -0.55)
	(-0.7778177000000001 -0.7778177000000001 0.55)
	(0.8221823 -0.7778177000000001 0.55)
	(0.8221823 0.8221823 0.55)
	(-0.7778177000000001 0.8221823 0.55)
);

blocks
(
	hex (0 1 2 3 4 5 6 7) zoneA (32 32 22) simpleGrading (1 1 1)
);

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
