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

convertToMeters 0.001;

vertices
(

	(0 0 0)
	(0 576 0)

	(-0.1570298 0 3.5965736)
        (-0.1570298 576 3.5965736)
	(-0.1679346 0 3.8463357)
        (-0.1679346 576 3.8463357)
	(-0.3969364 0 9.0913388)
        (-0.3969364 576 9.0913388)
	(-0.4122032 0 9.4410057)
	(-0.4122032 576 9.4410057)
	(-6.5429081 0 149.8572332)
        (-6.5429081 576 149.8572332)

        (0.1570298 0 3.5965736)
        (0.1570298 576 3.5965736)
        (0.1679346 0 3.8463357)
        (0.1679346 576 3.8463357)
        (0.3969364 0 9.0913388)
        (0.3969364 576 9.0913388)
        (0.4122032 0 9.4410057)
        (0.4122032 576 9.4410057)
        (6.5429081 0 149.8572332)
        (6.5429081 576 149.8572332)
);

blocks
(

    hex (0 1 3 2 0 1 13 12) (150 10 1) simpleGrading (5 1 1)
    hex (2 3 5 4 12 13 15 14) (150 1 1) simpleGrading (5 1 1)
    hex (4 5 7 6 14 15 17 16) (150 15 1) simpleGrading (5 1 1)
    hex (6 7 9 8 16 17 19 18) (150 1 1) simpleGrading (5 1 1)
    hex (8 9 11 10 18 19 21 20) (150 80 1) simpleGrading (5 5 1)

);

edges
(
/*
    arc 2 12 (0 3.6 0)
    arc 3 13 (576 3.6 0)
    arc 4 14 (0 3.85 0)
    arc 5 15 (576 3.85 0)
    arc 6 16 (0 9.1 0)
    arc 7 17 (576 9.1 0)
    arc 8 18 (0 9.45 0)
    arc 9 19 (576 9.45 0)
    arc 10 20 (0 150 0)
    arc 11 21 (576 150 0)
*/
);

patches
(
    symmetryPlane axis
    (
	(0 1 1 0)
    )
    patch mainjet
    (
        (0 2 12 0)
    )
    patch pilot
    (
        (4 6 16 14)
    )
    patch coflow
    (
        (8 10 20 18)
    )
    patch outlet
    (
	(1 3 13 1)
	(3 5 15 13)
	(5 7 17 15)
	(7 9 19 17)
	(9 11 21 19)
    )
    wall burnerwall
    (
	(2 4 14 12)
	(6 8 18 16)
    )
    wall slipwall
    (
	(10 11 21 20)
    )
    wedge front
    (
        (0 1 13 12)
        (12 13 15 14)
        (14 15 17 16)
        (16 17 19 18)
        (18 19 21 20)
    )
    wedge back
    (
        (0 1 3 2)
	(2 3 5 4)
	(4 5 7 6)
	(6 7 9 8)
	(8 9 11 10)
    )
);

mergePatchPairs
(
);

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